Html Css Color HEX #CC02D9 Deep Magenta

📋 copy color: '#CC02D9'

red 204 ◦ green 2 ◦ blue 217

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

Shades of Deep Magenta #CC02D9

Tints of Deep Magenta #CC02D9

RGB

 RED value IS 204 (80.08% from 255) = 48.23%

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

 BLUE value IS 217 (85.16% from 255) = 51.3%

R = 48.23%
G = 0.47%
B = 51.3%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC02D9 (or 0xCC02D9) is known color: Deep Magenta. HEX triplet: CC, 02 and D9. RGB value is (204,2,217). Sum of RGB (Red+Green+Blue) = 204+2+217=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC02D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02D9 is #33FD26. Grayscale: #565656. Windows color (decimal): -3407143 or 14222028. OLE color: 14222028.

HSL color Cylindrical-coordinate representation of color #CC02D9: hue angle of 296.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02D9 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 2 217 -
CMYK 0.06 0.99 0 0.15
HSL 296.37º 0.98% 0.43% -
HSV(B) 296.37º 0.99% 0.85% -
XYZ 37.45 17.89 67.13 -
YUV 86.91 201.42 211.52 -
System Red Green Blue C M Y K H S L
Decimal 204 2 217 0.06 0.99 0 0.15 296.37 0.98 0.43
Hex CC 2 D9 6 63 0 F 128 62 2B
Octal 314 2 331 6 143 0 17 450 142 53
Binary 11001100 10 11011001 110 1100011 0 1111 100101000 1100010 101011

Color Harmonies of #CC02D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02D9

Black with #CC02D9

Text Example


Text Example

White with #CC02D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02D9; }

 p { color: rgb(204,2,217); }

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

background-color css

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

 a { background-color: rgb(204,2,217); }

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

border-color css

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

 span { border-color: rgb(204,2,217); }

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