#C802C2

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

Shades of Deep Magenta #C802C2

Tints of Deep Magenta #C802C2

Color information

#C802C2 (or 0xC802C2) is unknown color: approx Deep Magenta. HEX triplet: C8, 02 and C2. RGB value is (200,2,194). Sum of RGB (Red+Green+Blue) = 200+2+194=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C802C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802C2 is #37FD3D. Grayscale: #525252. Windows color (decimal): -3669310 or 12714696. OLE color: 12714696.

HSL color Cylindrical-coordinate representation of color #C802C2: hue angle of 301.82º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802C2 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB2002194-
CMYK00.990.030.22
HSL301.82º98.02%39.61%-
HSV(B)301.82º99%78.43%-
XYZ33.5816.2252.4-
YUV83.09190.6211.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.51%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 194 (76.17% from 255) = 48.99%
R=50.51%
G=0.51%
B=48.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200219400.990.030.22301.8298.0239.61
HexC82C206331612e6228
Octal3102302014332645614250
Binary1100100010110000100110001111101101001011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C802C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C802C2; }

 p { color: rgb(200,2,194); }

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

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

 a { background-color: rgb(200,2,194); }

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

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

 span { border-color: rgb(200,2,194); }

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