#C00EB2

Color #C00EB2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C00EB2

Tints of Deep Magenta #C00EB2

Color information

#C00EB2 (or 0xC00EB2) is unknown color: approx Deep Magenta. HEX triplet: C0, 0E and B2. RGB value is (192,14,178). Sum of RGB (Red+Green+Blue) = 192+14+178=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00EB2 is #3FF14D. Grayscale: #555555. Windows color (decimal): -4190542 or 11669184. OLE color: 11669184.

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

Color convert

RGB19214178-
CMYK00.930.070.25
HSL304.72º86.41%40.39%-
HSV(B)304.72º92.71%75.29%-
XYZ29.9314.7343.39-
YUV85.92179.97203.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 3.65%
BLUE value IS 178 (69.92% from 255) = 46.35%
R=50%
G=3.65%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921417800.930.070.25304.7286.4140.39
HexC0EB205D7191315628
Octal30016262013573146112650
Binary1100000011101011001001011101111110011001100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00EB2; }

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

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

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

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

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

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

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

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