Html Css Color HEX #CC02D8 Deep Magenta

📋 copy color: '#CC02D8'

red 204 ◦ green 2 ◦ blue 216

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

Shades of Deep Magenta #CC02D8

Tints of Deep Magenta #CC02D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.18%

R = 48.34%
G = 0.47%
B = 51.18%

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

#CC02D8 (or 0xCC02D8) is known color: Deep Magenta. HEX triplet: CC, 02 and D8. RGB value is (204,2,216). Sum of RGB (Red+Green+Blue) = 204+2+216=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC02D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02D8 is #33FD27. Grayscale: #565656. Windows color (decimal): -3407144 or 14156492. OLE color: 14156492.

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

Color convert

RGB 204 2 216 -
CMYK 0.06 0.99 0 0.15
HSL 296.64º 0.98% 0.43% -
HSV(B) 296.64º 0.99% 0.85% -
XYZ 37.32 17.84 66.44 -
YUV 86.79 200.92 211.6 -
System Red Green Blue C M Y K H S L
Decimal 204 2 216 0.06 0.99 0 0.15 296.64 0.98 0.43
Hex CC 2 D8 6 63 0 F 129 62 2B
Octal 314 2 330 6 143 0 17 451 142 53
Binary 11001100 10 11011000 110 1100011 0 1111 100101001 1100010 101011

Color Harmonies of #CC02D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02D8

Black with #CC02D8

Text Example


Text Example

White with #CC02D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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