#c41494

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

Shades of Medium Violet Red #C41494

Tints of Medium Violet Red #C41494

Color information

#C41494 (or 0xC41494) is unknown color: approx Medium Violet Red. HEX triplet: C4, 14 and 94. RGB value is (196,20,148). Sum of RGB (Red+Green+Blue) = 196+20+148=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C41494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41494 is #3BEB6B. Grayscale: #565656. Windows color (decimal): -3926892 or 9704644. OLE color: 9704644.

HSL color Cylindrical-coordinate representation of color #C41494: hue angle of 316.36º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41494 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB19620148-
CMYK00.900.240.23
HSL316.36º81.48%42.35%-
HSV(B)316.36º89.8%76.86%-
XYZ28.3614.3729.3-
YUV87.22162.31205.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.85%
GREEN value IS 20 (8.20% from 255) = 5.49%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=53.85%
G=5.49%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962014800.900.240.23316.3681.4842.35
HexC4149405A181713c512a
Octal304242240132302747412152
Binary1100010010100100101000101101011000101111001111001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c41494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c41494; }

 p { color: rgb(196,20,148); }

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

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

 a { background-color: rgb(196,20,148); }

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

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

 span { border-color: rgb(196,20,148); }

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