#C00EA6

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

Shades of Medium Violet Red #C00EA6

Tints of Medium Violet Red #C00EA6

Color information

#C00EA6 (or 0xC00EA6) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0E and A6. RGB value is (192,14,166). Sum of RGB (Red+Green+Blue) = 192+14+166=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00EA6 is #3FF159. Grayscale: #545454. Windows color (decimal): -4190554 or 10882752. OLE color: 10882752.

HSL color Cylindrical-coordinate representation of color #C00EA6: hue angle of 308.76º degrees, saturation: 0.86, 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 #C00EA6 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19214166-
CMYK00.930.140.25
HSL308.76º86.41%40.39%-
HSV(B)308.76º92.71%75.29%-
XYZ28.7814.2737.31-
YUV84.55173.97204.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 14 (5.86% from 255) = 3.76%
BLUE value IS 166 (65.23% from 255) = 44.62%
R=51.61%
G=3.76%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921416600.930.140.25308.7686.4140.39
HexC0EA605DE191355628
Octal300162460135163146512650
Binary11000000111010100110010111011110110011001101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00EA6; }

 p { color: rgb(192,14,166); }

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

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

 a { background-color: rgb(192,14,166); }

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

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

 span { border-color: rgb(192,14,166); }

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