Shades of Deep Magenta #CC0CBD
Tints of Deep Magenta #CC0CBD
RGB
CMYK
RGB Variations
Color information
#CC0CBD (or 0xCC0CBD) is known color: Deep Magenta. HEX triplet: CC, 0C and BD. RGB value is (204,12,189). Sum of RGB (Red+Green+Blue) = 204+12+189=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CBD is #33F342. Grayscale: #595959. Windows color (decimal): -3404611 or 12389580. OLE color: 12389580.
HSL color Cylindrical-coordinate representation of color #CC0CBD: hue angle of 304.69º 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 #CC0CBD is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 189 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.2 |
| HSL | 304.69º | 0.89% | 0.42% | - |
| HSV(B) | 304.69º | 0.94% | 0.8% | - |
| XYZ | 34.22 | 16.77 | 49.58 | - |
| YUV | 89.59 | 184.11 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 189 | 0 | 0.94 | 0.07 | 0.2 | 304.69 | 0.89 | 0.42 |
| Hex | CC | C | BD | 0 | 5E | 7 | 14 | 131 | 59 | 2A |
| Octal | 314 | 14 | 275 | 0 | 136 | 7 | 24 | 461 | 131 | 52 |
| Binary | 11001100 | 1100 | 10111101 | 0 | 1011110 | 111 | 10100 | 100110001 | 1011001 | 101010 |
Color Harmonies of #CC0CBD
Complementary color
Monochromatic Colors of #CC0CBD
Black with #CC0CBD
Text Example
Text Example
White with #CC0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CBD; }
p { color: rgb(204,12,189); }
H1.HeaderClassName
{
color: #CC0CBD;
}
.AnyTagClassName
{
color: #CC0CBD;
}
</style>
background-color css
<style>
a { background-color: #CC0CBD; }
a { background-color: rgb(204,12,189); }
div.DivClassName
{
background-color: #CC0CBD;
}
.BgClassName
{
background-color: #CC0CBD;
}
</style>
border-color css
<style>
span { border-color: #CC0CBD; }
span { border-color: rgb(204,12,189); }
td.TdClassName
{
border-color: #CC0CBD;
}
.TagClassName
{
border-color: #CC0CBD;
}
</style>