Html Css Color HEX #C802DC Deep Magenta

📋 copy color: '#C802DC'

red 200 ◦ green 2 ◦ blue 220

#C802DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C802DC

Tints of Deep Magenta #C802DC

RGB

 RED value IS 200 (78.52% from 255) = 47.39%

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 47.39%
G = 0.47%
B = 52.13%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C802DC (or 0xC802DC) is known color: Deep Magenta. HEX triplet: C8, 02 and DC. RGB value is (200,2,220). Sum of RGB (Red+Green+Blue) = 200+2+220=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #C802DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802DC is #37FD23. Grayscale: #555555. Windows color (decimal): -3669284 or 14418632. OLE color: 14418632.

HSL color Cylindrical-coordinate representation of color #C802DC: hue angle of 294.5º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802DC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 2 220 -
CMYK 0.09 0.99 0 0.14
HSL 294.5º 0.98% 0.44% -
HSV(B) 294.5º 0.99% 0.86% -
XYZ 36.76 17.49 69.15 -
YUV 86.05 203.6 209.27 -
System Red Green Blue C M Y K H S L
Decimal 200 2 220 0.09 0.99 0 0.14 294.5 0.98 0.44
Hex C8 2 DC 9 63 0 E 126 62 2C
Octal 310 2 334 11 143 0 16 446 142 54
Binary 11001000 10 11011100 1001 1100011 0 1110 100100110 1100010 101100

Color Harmonies of #C802DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802DC

Black with #C802DC

Text Example


Text Example

White with #C802DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802DC; }

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

 H1.HeaderClassName
 {
   color: #C802DC;
 }
 .AnyTagClassName
 {
   color: #C802DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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