Html Css Color HEX #CC20DC Deep Magenta

📋 copy color: '#CC20DC'

red 204 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #CC20DC

Tints of Deep Magenta #CC20DC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.02%

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

R = 44.74%
G = 7.02%
B = 48.25%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC20DC (or 0xCC20DC) is known color: Deep Magenta. HEX triplet: CC, 20 and DC. RGB value is (204,32,220). Sum of RGB (Red+Green+Blue) = 204+32+220=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20DC is #33DF23. Grayscale: #686868. Windows color (decimal): -3399460 or 14426316. OLE color: 14426316.

HSL color Cylindrical-coordinate representation of color #CC20DC: hue angle of 294.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC20DC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 32 220 -
CMYK 0.07 0.85 0 0.14
HSL 294.89º 0.75% 0.49% -
HSV(B) 294.89º 0.85% 0.86% -
XYZ 38.34 19.04 69.36 -
YUV 104.86 192.98 198.71 -
System Red Green Blue C M Y K H S L
Decimal 204 32 220 0.07 0.85 0 0.14 294.89 0.75 0.49
Hex CC 20 DC 7 55 0 E 127 4B 31
Octal 314 40 334 7 125 0 16 447 113 61
Binary 11001100 100000 11011100 111 1010101 0 1110 100100111 1001011 110001

Color Harmonies of #CC20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20DC

Black with #CC20DC

Text Example


Text Example

White with #CC20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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