#CC11DD

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

Shades of Deep Magenta #CC11DD

Tints of Deep Magenta #CC11DD

Color information

#CC11DD (or 0xCC11DD) is unknown color: approx Deep Magenta. HEX triplet: CC, 11 and DD. RGB value is (204,17,221). Sum of RGB (Red+Green+Blue) = 204+17+221=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11DD is #33EE22. Grayscale: #5F5F5F. Windows color (decimal): -3403299 or 14488012. OLE color: 14488012.

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

Color convert

RGB20417221-
CMYK0.080.9200.13
HSL295º85.71%46.67%-
HSV(B)295º92.31%86.67%-
XYZ38.1518.4669.96-
YUV96.17198.45204.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 17 (7.03% from 255) = 3.85%
BLUE value IS 221 (86.72% from 255) = 50%
R=46.15%
G=3.85%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204172210.080.9200.1329585.7146.67
HexCC11DD85C0D127562f
Octal314213351013401544712657
Binary11001100100011101110110001011100011011001001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC11DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC11DD; }

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

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

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

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

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

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

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

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