Html Css Color HEX #CC02DC Deep Magenta

📋 copy color: '#CC02DC'

red 204 ◦ green 2 ◦ blue 220

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

Shades of Deep Magenta #CC02DC

Tints of Deep Magenta #CC02DC

RGB

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

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

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

R = 47.89%
G = 0.47%
B = 51.64%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC02DC (or 0xCC02DC) is known color: Deep Magenta. HEX triplet: CC, 02 and DC. RGB value is (204,2,220). Sum of RGB (Red+Green+Blue) = 204+2+220=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC02DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02DC is #33FD23. Grayscale: #565656. Windows color (decimal): -3407140 or 14418636. OLE color: 14418636.

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

Color convert

RGB 204 2 220 -
CMYK 0.07 0.99 0 0.14
HSL 295.6º 0.98% 0.44% -
HSV(B) 295.6º 0.99% 0.86% -
XYZ 37.84 18.05 69.2 -
YUV 87.25 202.92 211.27 -
System Red Green Blue C M Y K H S L
Decimal 204 2 220 0.07 0.99 0 0.14 295.6 0.98 0.44
Hex CC 2 DC 7 63 0 E 128 62 2C
Octal 314 2 334 7 143 0 16 450 142 54
Binary 11001100 10 11011100 111 1100011 0 1110 100101000 1100010 101100

Color Harmonies of #CC02DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02DC

Black with #CC02DC

Text Example


Text Example

White with #CC02DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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