#C802C0

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

Shades of Deep Magenta #C802C0

Tints of Deep Magenta #C802C0

Color information

#C802C0 (or 0xC802C0) is unknown color: approx Deep Magenta. HEX triplet: C8, 02 and C0. RGB value is (200,2,192). Sum of RGB (Red+Green+Blue) = 200+2+192=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C802C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802C0 is #37FD3F. Grayscale: #525252. Windows color (decimal): -3669312 or 12583624. OLE color: 12583624.

HSL color Cylindrical-coordinate representation of color #C802C0: hue angle of 302.42º 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 #C802C0 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB2002192-
CMYK00.990.040.22
HSL302.42º98.02%39.61%-
HSV(B)302.42º99%78.43%-
XYZ33.3616.1351.22-
YUV82.86189.6211.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.76%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 192 (75.39% from 255) = 48.73%
R=50.76%
G=0.51%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200219200.990.040.22302.4298.0239.61
HexC82C006341612e6228
Octal3102300014342645614250
Binary11001000101100000001100011100101101001011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C802C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C802C0; }

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

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

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

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

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

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

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

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