Shades of Deep Magenta #CC0CBB
Tints of Deep Magenta #CC0CBB
RGB
CMYK
RGB Variations
Color information
#CC0CBB (or 0xCC0CBB) is known color: Deep Magenta. HEX triplet: CC, 0C and BB. RGB value is (204,12,187). Sum of RGB (Red+Green+Blue) = 204+12+187=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CBB is #33F344. Grayscale: #585858. Windows color (decimal): -3404613 or 12258508. OLE color: 12258508.
HSL color Cylindrical-coordinate representation of color #CC0CBB: hue angle of 305.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CBB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.2 |
| HSL | 305.31º | 0.89% | 0.42% | - |
| HSV(B) | 305.31º | 0.94% | 0.8% | - |
| XYZ | 34 | 16.69 | 48.44 | - |
| YUV | 89.36 | 183.11 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 187 | 0 | 0.94 | 0.08 | 0.2 | 305.31 | 0.89 | 0.42 |
| Hex | CC | C | BB | 0 | 5E | 8 | 14 | 131 | 59 | 2A |
| Octal | 314 | 14 | 273 | 0 | 136 | 10 | 24 | 461 | 131 | 52 |
| Binary | 11001100 | 1100 | 10111011 | 0 | 1011110 | 1000 | 10100 | 100110001 | 1011001 | 101010 |
Color Harmonies of #CC0CBB
Complementary color
Monochromatic Colors of #CC0CBB
Black with #CC0CBB
Text Example
Text Example
White with #CC0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CBB; }
p { color: rgb(204,12,187); }
H1.HeaderClassName
{
color: #CC0CBB;
}
.AnyTagClassName
{
color: #CC0CBB;
}
</style>
background-color css
<style>
a { background-color: #CC0CBB; }
a { background-color: rgb(204,12,187); }
div.DivClassName
{
background-color: #CC0CBB;
}
.BgClassName
{
background-color: #CC0CBB;
}
</style>
border-color css
<style>
span { border-color: #CC0CBB; }
span { border-color: rgb(204,12,187); }
td.TdClassName
{
border-color: #CC0CBB;
}
.TagClassName
{
border-color: #CC0CBB;
}
</style>