Shades of Deep Magenta #CC0CBF
Tints of Deep Magenta #CC0CBF
RGB
CMYK
RGB Variations
Color information
#CC0CBF (or 0xCC0CBF) is known color: Deep Magenta. HEX triplet: CC, 0C and BF. RGB value is (204,12,191). Sum of RGB (Red+Green+Blue) = 204+12+191=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CBF is #33F340. Grayscale: #595959. Windows color (decimal): -3404609 or 12520652. OLE color: 12520652.
HSL color Cylindrical-coordinate representation of color #CC0CBF: hue angle of 304.06º 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 #CC0CBF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 191 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.2 |
| HSL | 304.06º | 0.89% | 0.42% | - |
| HSV(B) | 304.06º | 0.94% | 0.8% | - |
| XYZ | 34.44 | 16.86 | 50.73 | - |
| YUV | 89.81 | 185.11 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 191 | 0 | 0.94 | 0.06 | 0.2 | 304.06 | 0.89 | 0.42 |
| Hex | CC | C | BF | 0 | 5E | 6 | 14 | 130 | 59 | 2A |
| Octal | 314 | 14 | 277 | 0 | 136 | 6 | 24 | 460 | 131 | 52 |
| Binary | 11001100 | 1100 | 10111111 | 0 | 1011110 | 110 | 10100 | 100110000 | 1011001 | 101010 |
Color Harmonies of #CC0CBF
Complementary color
Monochromatic Colors of #CC0CBF
Black with #CC0CBF
Text Example
Text Example
White with #CC0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CBF; }
p { color: rgb(204,12,191); }
H1.HeaderClassName
{
color: #CC0CBF;
}
.AnyTagClassName
{
color: #CC0CBF;
}
</style>
background-color css
<style>
a { background-color: #CC0CBF; }
a { background-color: rgb(204,12,191); }
div.DivClassName
{
background-color: #CC0CBF;
}
.BgClassName
{
background-color: #CC0CBF;
}
</style>
border-color css
<style>
span { border-color: #CC0CBF; }
span { border-color: rgb(204,12,191); }
td.TdClassName
{
border-color: #CC0CBF;
}
.TagClassName
{
border-color: #CC0CBF;
}
</style>