Html Css Color HEX #CC02D6 Deep Magenta

📋 copy color: '#CC02D6'

red 204 ◦ green 2 ◦ blue 214

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

Shades of Deep Magenta #CC02D6

Tints of Deep Magenta #CC02D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.95%

R = 48.57%
G = 0.48%
B = 50.95%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC02D6 (or 0xCC02D6) is known color: Deep Magenta. HEX triplet: CC, 02 and D6. RGB value is (204,2,214). Sum of RGB (Red+Green+Blue) = 204+2+214=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC02D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02D6 is #33FD29. Grayscale: #555555. Windows color (decimal): -3407146 or 14025420. OLE color: 14025420.

HSL color Cylindrical-coordinate representation of color #CC02D6: hue angle of 297.17º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02D6 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 2 214 -
CMYK 0.05 0.99 0 0.16
HSL 297.17º 0.98% 0.42% -
HSV(B) 297.17º 0.99% 0.84% -
XYZ 37.06 17.74 65.09 -
YUV 86.57 199.92 211.76 -
System Red Green Blue C M Y K H S L
Decimal 204 2 214 0.05 0.99 0 0.16 297.17 0.98 0.42
Hex CC 2 D6 5 63 0 10 129 62 2A
Octal 314 2 326 5 143 0 20 451 142 52
Binary 11001100 10 11010110 101 1100011 0 10000 100101001 1100010 101010

Color Harmonies of #CC02D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02D6

Black with #CC02D6

Text Example


Text Example

White with #CC02D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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