Html Css Color HEX #CC20DD Deep Magenta

📋 copy color: '#CC20DD'

red 204 ◦ green 32 ◦ blue 221

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

Shades of Deep Magenta #CC20DD

Tints of Deep Magenta #CC20DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 44.64%
G = 7%
B = 48.36%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC20DD (or 0xCC20DD) is known color: Deep Magenta. HEX triplet: CC, 20 and DD. RGB value is (204,32,221). Sum of RGB (Red+Green+Blue) = 204+32+221=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC20DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20DD is #33DF22. Grayscale: #686868. Windows color (decimal): -3399459 or 14491852. OLE color: 14491852.

HSL color Cylindrical-coordinate representation of color #CC20DD: hue angle of 294.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC20DD is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 32 221 -
CMYK 0.08 0.86 0 0.13
HSL 294.6º 0.75% 0.5% -
HSV(B) 294.6º 0.86% 0.87% -
XYZ 38.47 19.09 70.06 -
YUV 104.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 204 32 221 0.08 0.86 0 0.13 294.6 0.75 0.5
Hex CC 20 DD 8 56 0 D 127 4B 32
Octal 314 40 335 10 126 0 15 447 113 62
Binary 11001100 100000 11011101 1000 1010110 0 1101 100100111 1001011 110010

Color Harmonies of #CC20DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20DD

Black with #CC20DD

Text Example


Text Example

White with #CC20DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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