#C00D96

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

Shades of Medium Violet Red #C00D96

Tints of Medium Violet Red #C00D96

Color information

#C00D96 (or 0xC00D96) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0D and 96. RGB value is (192,13,150). Sum of RGB (Red+Green+Blue) = 192+13+150=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00D96 is #3FF269. Grayscale: #515151. Windows color (decimal): -4190826 or 9833920. OLE color: 9833920.

HSL color Cylindrical-coordinate representation of color #C00D96: hue angle of 314.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D96 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19213150-
CMYK00.930.220.25
HSL314.08º87.32%40.2%-
HSV(B)314.08º93.23%75.29%-
XYZ27.3913.730.05-
YUV82.14166.3206.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 13 (5.47% from 255) = 3.66%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=54.08%
G=3.66%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921315000.930.220.25314.0887.3240.2
HexC0D9605D161913a5728
Octal300152260135263147212750
Binary110000001101100101100101110110110110011001110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00D96; }

 p { color: rgb(192,13,150); }

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

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

 a { background-color: rgb(192,13,150); }

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

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

 span { border-color: rgb(192,13,150); }

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