#C20EB0

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

Shades of Deep Magenta #C20EB0

Tints of Deep Magenta #C20EB0

Color information

#C20EB0 (or 0xC20EB0) is unknown color: approx Deep Magenta. HEX triplet: C2, 0E and B0. RGB value is (194,14,176). Sum of RGB (Red+Green+Blue) = 194+14+176=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EB0 is #3DF14F. Grayscale: #555555. Windows color (decimal): -4059472 or 11538114. OLE color: 11538114.

HSL color Cylindrical-coordinate representation of color #C20EB0: hue angle of 306º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20EB0 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19414176-
CMYK00.930.090.24
HSL306º86.54%40.78%-
HSV(B)306º92.78%76.08%-
XYZ30.2414.9242.36-
YUV86.29178.63204.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.52%
GREEN value IS 14 (5.86% from 255) = 3.65%
BLUE value IS 176 (69.14% from 255) = 45.83%
R=50.52%
G=3.65%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941417600.930.090.2430686.5440.78
HexC2EB005D9181325729
Octal302162600135113046212751
Binary11000010111010110000010111011001110001001100101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20EB0; }

 p { color: rgb(194,14,176); }

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

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

 a { background-color: rgb(194,14,176); }

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

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

 span { border-color: rgb(194,14,176); }

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