Shades of Deep Magenta #CC16DD
Tints of Deep Magenta #CC16DD
RGB
CMYK
RGB Variations
Color information
#CC16DD (or 0xCC16DD) is known color: Deep Magenta. HEX triplet: CC, 16 and DD. RGB value is (204,22,221). Sum of RGB (Red+Green+Blue) = 204+22+221=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC16DD is #33E922. Grayscale: #626262. Windows color (decimal): -3402019 or 14489292. OLE color: 14489292.
HSL color Cylindrical-coordinate representation of color #CC16DD: hue angle of 294.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC16DD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 22 | 221 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.13 |
| HSL | 294.87º | 0.82% | 0.48% | - |
| HSV(B) | 294.87º | 0.9% | 0.87% | - |
| XYZ | 38.24 | 18.63 | 69.99 | - |
| YUV | 99.1 | 196.8 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 221 | 0.08 | 0.90 | 0 | 0.13 | 294.87 | 0.82 | 0.48 |
| Hex | CC | 16 | DD | 8 | 5A | 0 | D | 127 | 52 | 30 |
| Octal | 314 | 26 | 335 | 10 | 132 | 0 | 15 | 447 | 122 | 60 |
| Binary | 11001100 | 10110 | 11011101 | 1000 | 1011010 | 0 | 1101 | 100100111 | 1010010 | 110000 |
Color Harmonies of #CC16DD
Complementary color
Monochromatic Colors of #CC16DD
Black with #CC16DD
Text Example
Text Example
White with #CC16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16DD; }
p { color: rgb(204,22,221); }
H1.HeaderClassName
{
color: #CC16DD;
}
.AnyTagClassName
{
color: #CC16DD;
}
</style>
background-color css
<style>
a { background-color: #CC16DD; }
a { background-color: rgb(204,22,221); }
div.DivClassName
{
background-color: #CC16DD;
}
.BgClassName
{
background-color: #CC16DD;
}
</style>
border-color css
<style>
span { border-color: #CC16DD; }
span { border-color: rgb(204,22,221); }
td.TdClassName
{
border-color: #CC16DD;
}
.TagClassName
{
border-color: #CC16DD;
}
</style>