#CC21DD

Color #CC21DD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC21DD

Tints of Deep Magenta #CC21DD

Color information

#CC21DD (or 0xCC21DD) is unknown color: approx Deep Magenta. HEX triplet: CC, 21 and DD. RGB value is (204,33,221). Sum of RGB (Red+Green+Blue) = 204+33+221=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21DD is #33DE22. Grayscale: #686868. Windows color (decimal): -3399203 or 14492108. OLE color: 14492108.

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

Color convert

RGB20433221-
CMYK0.080.8500.13
HSL294.57º74.02%49.8%-
HSV(B)294.57º85.07%86.67%-
XYZ38.519.1570.07-
YUV105.56193.15198.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 33 (13.28% from 255) = 7.21%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=44.54%
G=7.21%
B=48.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204332210.080.8500.13294.5774.0249.8
HexCC21DD8550D1274a32
Octal314413351012501544711262
Binary110011001000011101110110001010101011011001001111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC21DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC21DD; }

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

 H1.HeaderClassName
 {
   color: #CC21DD;
 }
 .AnyTagClassName
 {
   color: #CC21DD;
 }
</style>
background-color css

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

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

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

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

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

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