#C41472

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

Shades of Medium Violet Red #C41472

Tints of Medium Violet Red #C41472

Color information

#C41472 (or 0xC41472) is unknown color: approx Medium Violet Red. HEX triplet: C4, 14 and 72. RGB value is (196,20,114). Sum of RGB (Red+Green+Blue) = 196+20+114=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C41472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41472 is #3BEB8D. Grayscale: #535353. Windows color (decimal): -3926926 or 7476420. OLE color: 7476420.

HSL color Cylindrical-coordinate representation of color #C41472: hue angle of 327.95º 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 #C41472 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19620114-
CMYK00.900.420.23
HSL327.95º81.48%42.35%-
HSV(B)327.95º89.8%76.86%-
XYZ26.0513.4517.14-
YUV83.34145.31208.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.39%
GREEN value IS 20 (8.20% from 255) = 6.06%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=59.39%
G=6.06%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962011400.900.420.23327.9581.4842.35
HexC4147205A2A17148512a
Octal304241620132522751012152
Binary1100010010100111001001011010101010101111010010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41472; }

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

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

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

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

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

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

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

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