Shades of Deep Magenta #CC15D3
Tints of Deep Magenta #CC15D3
RGB
CMYK
RGB Variations
Color information
#CC15D3 (or 0xCC15D3) is known color: Deep Magenta. HEX triplet: CC, 15 and D3. RGB value is (204,21,211). Sum of RGB (Red+Green+Blue) = 204+21+211=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC15D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15D3 is #33EA2C. Grayscale: #606060. Windows color (decimal): -3402285 or 13833676. OLE color: 13833676.
HSL color Cylindrical-coordinate representation of color #CC15D3: hue angle of 297.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15D3 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 21 | 211 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.17 |
| HSL | 297.79º | 0.82% | 0.45% | - |
| HSV(B) | 297.79º | 0.9% | 0.83% | - |
| XYZ | 36.93 | 18.08 | 63.17 | - |
| YUV | 97.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 211 | 0.03 | 0.90 | 0 | 0.17 | 297.79 | 0.82 | 0.45 |
| Hex | CC | 15 | D3 | 3 | 5A | 0 | 11 | 12A | 52 | 2D |
| Octal | 314 | 25 | 323 | 3 | 132 | 0 | 21 | 452 | 122 | 55 |
| Binary | 11001100 | 10101 | 11010011 | 11 | 1011010 | 0 | 10001 | 100101010 | 1010010 | 101101 |
Color Harmonies of #CC15D3
Complementary color
Monochromatic Colors of #CC15D3
Black with #CC15D3
Text Example
Text Example
White with #CC15D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15D3; }
p { color: rgb(204,21,211); }
H1.HeaderClassName
{
color: #CC15D3;
}
.AnyTagClassName
{
color: #CC15D3;
}
</style>
background-color css
<style>
a { background-color: #CC15D3; }
a { background-color: rgb(204,21,211); }
div.DivClassName
{
background-color: #CC15D3;
}
.BgClassName
{
background-color: #CC15D3;
}
</style>
border-color css
<style>
span { border-color: #CC15D3; }
span { border-color: rgb(204,21,211); }
td.TdClassName
{
border-color: #CC15D3;
}
.TagClassName
{
border-color: #CC15D3;
}
</style>