Shades of Deep Magenta #CC15BA
Tints of Deep Magenta #CC15BA
RGB
CMYK
RGB Variations
Color information
#CC15BA (or 0xCC15BA) is known color: Deep Magenta. HEX triplet: CC, 15 and BA. RGB value is (204,21,186). Sum of RGB (Red+Green+Blue) = 204+21+186=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15BA is #33EA45. Grayscale: #5E5E5E. Windows color (decimal): -3402310 or 12195276. OLE color: 12195276.
HSL color Cylindrical-coordinate representation of color #CC15BA: hue angle of 305.9º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15BA is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 186 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.2 |
| HSL | 305.9º | 0.81% | 0.44% | - |
| HSV(B) | 305.9º | 0.9% | 0.8% | - |
| XYZ | 34.03 | 16.92 | 47.93 | - |
| YUV | 94.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 186 | 0 | 0.90 | 0.09 | 0.2 | 305.9 | 0.81 | 0.44 |
| Hex | CC | 15 | BA | 0 | 5A | 9 | 14 | 132 | 51 | 2C |
| Octal | 314 | 25 | 272 | 0 | 132 | 11 | 24 | 462 | 121 | 54 |
| Binary | 11001100 | 10101 | 10111010 | 0 | 1011010 | 1001 | 10100 | 100110010 | 1010001 | 101100 |
Color Harmonies of #CC15BA
Complementary color
Monochromatic Colors of #CC15BA
Black with #CC15BA
Text Example
Text Example
White with #CC15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15BA; }
p { color: rgb(204,21,186); }
H1.HeaderClassName
{
color: #CC15BA;
}
.AnyTagClassName
{
color: #CC15BA;
}
</style>
background-color css
<style>
a { background-color: #CC15BA; }
a { background-color: rgb(204,21,186); }
div.DivClassName
{
background-color: #CC15BA;
}
.BgClassName
{
background-color: #CC15BA;
}
</style>
border-color css
<style>
span { border-color: #CC15BA; }
span { border-color: rgb(204,21,186); }
td.TdClassName
{
border-color: #CC15BA;
}
.TagClassName
{
border-color: #CC15BA;
}
</style>