Shades of Deep Magenta #CC0DD1
Tints of Deep Magenta #CC0DD1
RGB
CMYK
RGB Variations
Color information
#CC0DD1 (or 0xCC0DD1) is known color: Deep Magenta. HEX triplet: CC, 0D and D1. RGB value is (204,13,209). Sum of RGB (Red+Green+Blue) = 204+13+209=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC0DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DD1 is #33F22E. Grayscale: #5B5B5B. Windows color (decimal): -3404335 or 13700556. OLE color: 13700556.
HSL color Cylindrical-coordinate representation of color #CC0DD1: hue angle of 298.47º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DD1 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 13 | 209 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.18 |
| HSL | 298.47º | 0.88% | 0.44% | - |
| HSV(B) | 298.47º | 0.94% | 0.82% | - |
| XYZ | 36.55 | 17.73 | 61.82 | - |
| YUV | 92.45 | 193.78 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 209 | 0.02 | 0.94 | 0 | 0.18 | 298.47 | 0.88 | 0.44 |
| Hex | CC | D | D1 | 2 | 5E | 0 | 12 | 12A | 58 | 2C |
| Octal | 314 | 15 | 321 | 2 | 136 | 0 | 22 | 452 | 130 | 54 |
| Binary | 11001100 | 1101 | 11010001 | 10 | 1011110 | 0 | 10010 | 100101010 | 1011000 | 101100 |
Color Harmonies of #CC0DD1
Complementary color
Monochromatic Colors of #CC0DD1
Black with #CC0DD1
Text Example
Text Example
White with #CC0DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DD1; }
p { color: rgb(204,13,209); }
H1.HeaderClassName
{
color: #CC0DD1;
}
.AnyTagClassName
{
color: #CC0DD1;
}
</style>
background-color css
<style>
a { background-color: #CC0DD1; }
a { background-color: rgb(204,13,209); }
div.DivClassName
{
background-color: #CC0DD1;
}
.BgClassName
{
background-color: #CC0DD1;
}
</style>
border-color css
<style>
span { border-color: #CC0DD1; }
span { border-color: rgb(204,13,209); }
td.TdClassName
{
border-color: #CC0DD1;
}
.TagClassName
{
border-color: #CC0DD1;
}
</style>