#c42a75

Color #C42A75 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C42A75

Tints of Medium Red Violet #C42A75

Color information

#C42A75 (or 0xC42A75) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2A and 75. RGB value is (196,42,117). Sum of RGB (Red+Green+Blue) = 196+42+117=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42A75 is #3BD58A. Grayscale: #606060. Windows color (decimal): -3921291 or 7678660. OLE color: 7678660.

HSL color Cylindrical-coordinate representation of color #C42A75: hue angle of 330.78º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A75 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19642117-
CMYK00.790.400.23
HSL330.78º64.71%46.67%-
HSV(B)330.78º78.57%76.86%-
XYZ26.814.6818.25-
YUV96.6139.52198.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 55.21%
GREEN value IS 42 (16.80% from 255) = 11.83%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=55.21%
G=11.83%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964211700.790.400.23330.7864.7146.67
HexC42A7504F281714b412f
Octal304521650117502751310157
Binary11000100101010111010101001111101000101111010010111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42a75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42a75; }

 p { color: rgb(196,42,117); }

 H1.HeaderClassName
 {
   color: #c42a75;
 }
 .AnyTagClassName
 {
   color: #c42a75;
 }
</style>
background-color css

<style>
 a { background-color: #c42a75; }

 a { background-color: rgb(196,42,117); }

 div.DivClassName
 {
   background-color: #c42a75;
 }
 .BgClassName
 {
   background-color: #c42a75;
 }
</style>
border-color css

<style>
 span { border-color: #c42a75; }

 span { border-color: rgb(196,42,117); }

 td.TdClassName
 {
   border-color: #c42a75;
 }
 .TagClassName
 {
   border-color: #c42a75;
 }
</style>