#CC20D7

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

Shades of Deep Magenta #CC20D7

Tints of Deep Magenta #CC20D7

Color information

#CC20D7 (or 0xCC20D7) is unknown color: approx Deep Magenta. HEX triplet: CC, 20 and D7. RGB value is (204,32,215). Sum of RGB (Red+Green+Blue) = 204+32+215=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC20D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20D7 is #33DF28. Grayscale: #676767. Windows color (decimal): -3399465 or 14098636. OLE color: 14098636.

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

Color convert

RGB20432215-
CMYK0.050.8500.16
HSL296.39º74.09%48.43%-
HSV(B)296.39º85.12%84.31%-
XYZ37.6818.7865.93-
YUV104.29190.48199.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 32 (12.89% from 255) = 7.10%
BLUE value IS 215 (84.38% from 255) = 47.67%
R=45.23%
G=7.10%
B=47.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204322150.050.8500.16296.3974.0948.43
HexCC20D75550101284a30
Octal31440327512502045011260
Binary110011001000001101011110110101010100001001010001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC20D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC20D7; }

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

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

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

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

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

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

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

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