#C40A96

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

Shades of Medium Violet Red #C40A96

Tints of Medium Violet Red #C40A96

Color information

#C40A96 (or 0xC40A96) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0A and 96. RGB value is (196,10,150). Sum of RGB (Red+Green+Blue) = 196+10+150=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40A96 is #3BF569. Grayscale: #515151. Windows color (decimal): -3929450 or 9833156. OLE color: 9833156.

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

Color convert

RGB19610150-
CMYK00.950.230.23
HSL314.84º90.29%40.39%-
HSV(B)314.84º94.9%76.86%-
XYZ28.3814.1530.09-
YUV81.57166.62209.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.06%
GREEN value IS 10 (4.30% from 255) = 2.81%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=55.06%
G=2.81%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961015000.950.230.23314.8490.2940.39
HexC4A9605F171713b5a28
Octal304122260137272747313250
Binary110001001010100101100101111110111101111001110111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40A96; }

 p { color: rgb(196,10,150); }

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

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

 a { background-color: rgb(196,10,150); }

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

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

 span { border-color: rgb(196,10,150); }

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