Html Css Color HEX #C802DD Deep Magenta

📋 copy color: '#C802DD'

red 200 ◦ green 2 ◦ blue 221

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

Shades of Deep Magenta #C802DD

Tints of Deep Magenta #C802DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 47.28%
G = 0.47%
B = 52.25%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C802DD (or 0xC802DD) is known color: Deep Magenta. HEX triplet: C8, 02 and DD. RGB value is (200,2,221). Sum of RGB (Red+Green+Blue) = 200+2+221=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #C802DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802DD is #37FD22. Grayscale: #555555. Windows color (decimal): -3669283 or 14484168. OLE color: 14484168.

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

Color convert

RGB 200 2 221 -
CMYK 0.10 0.99 0 0.13
HSL 294.25º 0.98% 0.44% -
HSV(B) 294.25º 0.99% 0.87% -
XYZ 36.89 17.54 69.85 -
YUV 86.17 204.1 209.19 -
System Red Green Blue C M Y K H S L
Decimal 200 2 221 0.10 0.99 0 0.13 294.25 0.98 0.44
Hex C8 2 DD A 63 0 D 126 62 2C
Octal 310 2 335 12 143 0 15 446 142 54
Binary 11001000 10 11011101 1010 1100011 0 1101 100100110 1100010 101100

Color Harmonies of #C802DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802DD

Black with #C802DD

Text Example


Text Example

White with #C802DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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