#C40A97

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

Shades of Medium Violet Red #C40A97

Tints of Medium Violet Red #C40A97

Color information

#C40A97 (or 0xC40A97) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0A and 97. RGB value is (196,10,151). Sum of RGB (Red+Green+Blue) = 196+10+151=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40A97 is #3BF568. Grayscale: #515151. Windows color (decimal): -3929449 or 9898692. OLE color: 9898692.

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

Color convert

RGB19610151-
CMYK00.950.230.23
HSL314.52º90.29%40.39%-
HSV(B)314.52º94.9%76.86%-
XYZ28.4614.1930.52-
YUV81.69167.12209.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.90%
GREEN value IS 10 (4.30% from 255) = 2.80%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=54.90%
G=2.80%
B=42.30%

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
Decimal1961015100.950.230.23314.5290.2940.39
HexC4A9705F171713b5a28
Octal304122270137272747313250
Binary110001001010100101110101111110111101111001110111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40A97; }

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

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

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

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

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

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

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

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