Shades of Deep Magenta #CC15DD
Tints of Deep Magenta #CC15DD
RGB
CMYK
RGB Variations
Color information
#CC15DD (or 0xCC15DD) is known color: Deep Magenta. HEX triplet: CC, 15 and DD. RGB value is (204,21,221). Sum of RGB (Red+Green+Blue) = 204+21+221=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15DD is #33EA22. Grayscale: #616161. Windows color (decimal): -3402275 or 14489036. OLE color: 14489036.
HSL color Cylindrical-coordinate representation of color #CC15DD: hue angle of 294.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15DD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 21 | 221 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.13 |
| HSL | 294.9º | 0.83% | 0.47% | - |
| HSV(B) | 294.9º | 0.9% | 0.87% | - |
| XYZ | 38.22 | 18.59 | 69.98 | - |
| YUV | 98.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 221 | 0.08 | 0.90 | 0 | 0.13 | 294.9 | 0.83 | 0.47 |
| Hex | CC | 15 | DD | 8 | 5A | 0 | D | 127 | 53 | 2F |
| Octal | 314 | 25 | 335 | 10 | 132 | 0 | 15 | 447 | 123 | 57 |
| Binary | 11001100 | 10101 | 11011101 | 1000 | 1011010 | 0 | 1101 | 100100111 | 1010011 | 101111 |
Color Harmonies of #CC15DD
Complementary color
Monochromatic Colors of #CC15DD
Black with #CC15DD
Text Example
Text Example
White with #CC15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15DD; }
p { color: rgb(204,21,221); }
H1.HeaderClassName
{
color: #CC15DD;
}
.AnyTagClassName
{
color: #CC15DD;
}
</style>
background-color css
<style>
a { background-color: #CC15DD; }
a { background-color: rgb(204,21,221); }
div.DivClassName
{
background-color: #CC15DD;
}
.BgClassName
{
background-color: #CC15DD;
}
</style>
border-color css
<style>
span { border-color: #CC15DD; }
span { border-color: rgb(204,21,221); }
td.TdClassName
{
border-color: #CC15DD;
}
.TagClassName
{
border-color: #CC15DD;
}
</style>