#CC0DDD

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

Shades of Deep Magenta #CC0DDD

Tints of Deep Magenta #CC0DDD

Color information

#CC0DDD (or 0xCC0DDD) is unknown color: approx Deep Magenta. HEX triplet: CC, 0D and DD. RGB value is (204,13,221). Sum of RGB (Red+Green+Blue) = 204+13+221=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DDD is #33F222. Grayscale: #5D5D5D. Windows color (decimal): -3404323 or 14486988. OLE color: 14486988.

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

Color convert

RGB20413221-
CMYK0.080.9400.13
HSL295.1º88.89%45.88%-
HSV(B)295.1º94.12%86.67%-
XYZ38.118.3569.94-
YUV93.82199.78206.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 13 (5.47% from 255) = 2.97%
BLUE value IS 221 (86.72% from 255) = 50.46%
R=46.58%
G=2.97%
B=50.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204132210.080.9400.13295.188.8945.88
HexCCDDD85E0D127592e
Octal314153351013601544713156
Binary1100110011011101110110001011110011011001001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0DDD; }

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

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

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

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

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

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

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

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