Shades of Deep Magenta #CC15D0
Tints of Deep Magenta #CC15D0
RGB
CMYK
RGB Variations
Color information
#CC15D0 (or 0xCC15D0) is known color: Deep Magenta. HEX triplet: CC, 15 and D0. RGB value is (204,21,208). Sum of RGB (Red+Green+Blue) = 204+21+208=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC15D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15D0 is #33EA2F. Grayscale: #606060. Windows color (decimal): -3402288 or 13637068. OLE color: 13637068.
HSL color Cylindrical-coordinate representation of color #CC15D0: hue angle of 298.72º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15D0 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 21 | 208 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.18 |
| HSL | 298.72º | 0.82% | 0.45% | - |
| HSV(B) | 298.72º | 0.9% | 0.82% | - |
| XYZ | 36.56 | 17.93 | 61.21 | - |
| YUV | 97.04 | 190.63 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 208 | 0.02 | 0.90 | 0 | 0.18 | 298.72 | 0.82 | 0.45 |
| Hex | CC | 15 | D0 | 2 | 5A | 0 | 12 | 12B | 52 | 2D |
| Octal | 314 | 25 | 320 | 2 | 132 | 0 | 22 | 453 | 122 | 55 |
| Binary | 11001100 | 10101 | 11010000 | 10 | 1011010 | 0 | 10010 | 100101011 | 1010010 | 101101 |
Color Harmonies of #CC15D0
Complementary color
Monochromatic Colors of #CC15D0
Black with #CC15D0
Text Example
Text Example
White with #CC15D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15D0; }
p { color: rgb(204,21,208); }
H1.HeaderClassName
{
color: #CC15D0;
}
.AnyTagClassName
{
color: #CC15D0;
}
</style>
background-color css
<style>
a { background-color: #CC15D0; }
a { background-color: rgb(204,21,208); }
div.DivClassName
{
background-color: #CC15D0;
}
.BgClassName
{
background-color: #CC15D0;
}
</style>
border-color css
<style>
span { border-color: #CC15D0; }
span { border-color: rgb(204,21,208); }
td.TdClassName
{
border-color: #CC15D0;
}
.TagClassName
{
border-color: #CC15D0;
}
</style>