Shades of Deep Magenta #CC15BD
Tints of Deep Magenta #CC15BD
RGB
CMYK
RGB Variations
Color information
#CC15BD (or 0xCC15BD) is known color: Deep Magenta. HEX triplet: CC, 15 and BD. RGB value is (204,21,189). Sum of RGB (Red+Green+Blue) = 204+21+189=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15BD is #33EA42. Grayscale: #5E5E5E. Windows color (decimal): -3402307 or 12391884. OLE color: 12391884.
HSL color Cylindrical-coordinate representation of color #CC15BD: hue angle of 304.92º 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 #CC15BD is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 189 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.2 |
| HSL | 304.92º | 0.81% | 0.44% | - |
| HSV(B) | 304.92º | 0.9% | 0.8% | - |
| XYZ | 34.36 | 17.05 | 49.62 | - |
| YUV | 94.87 | 181.13 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 189 | 0 | 0.90 | 0.07 | 0.2 | 304.92 | 0.81 | 0.44 |
| Hex | CC | 15 | BD | 0 | 5A | 7 | 14 | 131 | 51 | 2C |
| Octal | 314 | 25 | 275 | 0 | 132 | 7 | 24 | 461 | 121 | 54 |
| Binary | 11001100 | 10101 | 10111101 | 0 | 1011010 | 111 | 10100 | 100110001 | 1010001 | 101100 |
Color Harmonies of #CC15BD
Complementary color
Monochromatic Colors of #CC15BD
Black with #CC15BD
Text Example
Text Example
White with #CC15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15BD; }
p { color: rgb(204,21,189); }
H1.HeaderClassName
{
color: #CC15BD;
}
.AnyTagClassName
{
color: #CC15BD;
}
</style>
background-color css
<style>
a { background-color: #CC15BD; }
a { background-color: rgb(204,21,189); }
div.DivClassName
{
background-color: #CC15BD;
}
.BgClassName
{
background-color: #CC15BD;
}
</style>
border-color css
<style>
span { border-color: #CC15BD; }
span { border-color: rgb(204,21,189); }
td.TdClassName
{
border-color: #CC15BD;
}
.TagClassName
{
border-color: #CC15BD;
}
</style>