Shades of Deep Magenta #CC15BB
Tints of Deep Magenta #CC15BB
RGB
CMYK
RGB Variations
Color information
#CC15BB (or 0xCC15BB) is known color: Deep Magenta. HEX triplet: CC, 15 and BB. RGB value is (204,21,187). Sum of RGB (Red+Green+Blue) = 204+21+187=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15BB is #33EA44. Grayscale: #5E5E5E. Windows color (decimal): -3402309 or 12260812. OLE color: 12260812.
HSL color Cylindrical-coordinate representation of color #CC15BB: hue angle of 305.57º 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 #CC15BB is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 187 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.2 |
| HSL | 305.57º | 0.81% | 0.44% | - |
| HSV(B) | 305.57º | 0.9% | 0.8% | - |
| XYZ | 34.14 | 16.96 | 48.49 | - |
| YUV | 94.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 187 | 0 | 0.90 | 0.08 | 0.2 | 305.57 | 0.81 | 0.44 |
| Hex | CC | 15 | BB | 0 | 5A | 8 | 14 | 132 | 51 | 2C |
| Octal | 314 | 25 | 273 | 0 | 132 | 10 | 24 | 462 | 121 | 54 |
| Binary | 11001100 | 10101 | 10111011 | 0 | 1011010 | 1000 | 10100 | 100110010 | 1010001 | 101100 |
Color Harmonies of #CC15BB
Complementary color
Monochromatic Colors of #CC15BB
Black with #CC15BB
Text Example
Text Example
White with #CC15BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15BB; }
p { color: rgb(204,21,187); }
H1.HeaderClassName
{
color: #CC15BB;
}
.AnyTagClassName
{
color: #CC15BB;
}
</style>
background-color css
<style>
a { background-color: #CC15BB; }
a { background-color: rgb(204,21,187); }
div.DivClassName
{
background-color: #CC15BB;
}
.BgClassName
{
background-color: #CC15BB;
}
</style>
border-color css
<style>
span { border-color: #CC15BB; }
span { border-color: rgb(204,21,187); }
td.TdClassName
{
border-color: #CC15BB;
}
.TagClassName
{
border-color: #CC15BB;
}
</style>