Shades of Deep Magenta #CC15D2
Tints of Deep Magenta #CC15D2
RGB
CMYK
RGB Variations
Color information
#CC15D2 (or 0xCC15D2) is known color: Deep Magenta. HEX triplet: CC, 15 and D2. RGB value is (204,21,210). Sum of RGB (Red+Green+Blue) = 204+21+210=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC15D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15D2 is #33EA2D. Grayscale: #606060. Windows color (decimal): -3402286 or 13768140. OLE color: 13768140.
HSL color Cylindrical-coordinate representation of color #CC15D2: hue angle of 298.1º 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 #CC15D2 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 21 | 210 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.18 |
| HSL | 298.1º | 0.82% | 0.45% | - |
| HSV(B) | 298.1º | 0.9% | 0.82% | - |
| XYZ | 36.8 | 18.03 | 62.51 | - |
| YUV | 97.26 | 191.63 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 210 | 0.03 | 0.90 | 0 | 0.18 | 298.1 | 0.82 | 0.45 |
| Hex | CC | 15 | D2 | 3 | 5A | 0 | 12 | 12A | 52 | 2D |
| Octal | 314 | 25 | 322 | 3 | 132 | 0 | 22 | 452 | 122 | 55 |
| Binary | 11001100 | 10101 | 11010010 | 11 | 1011010 | 0 | 10010 | 100101010 | 1010010 | 101101 |
Color Harmonies of #CC15D2
Complementary color
Monochromatic Colors of #CC15D2
Black with #CC15D2
Text Example
Text Example
White with #CC15D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15D2; }
p { color: rgb(204,21,210); }
H1.HeaderClassName
{
color: #CC15D2;
}
.AnyTagClassName
{
color: #CC15D2;
}
</style>
background-color css
<style>
a { background-color: #CC15D2; }
a { background-color: rgb(204,21,210); }
div.DivClassName
{
background-color: #CC15D2;
}
.BgClassName
{
background-color: #CC15D2;
}
</style>
border-color css
<style>
span { border-color: #CC15D2; }
span { border-color: rgb(204,21,210); }
td.TdClassName
{
border-color: #CC15D2;
}
.TagClassName
{
border-color: #CC15D2;
}
</style>