Shades of Deep Magenta #CC0CBE
Tints of Deep Magenta #CC0CBE
RGB
CMYK
RGB Variations
Color information
#CC0CBE (or 0xCC0CBE) is known color: Deep Magenta. HEX triplet: CC, 0C and BE. RGB value is (204,12,190). Sum of RGB (Red+Green+Blue) = 204+12+190=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CBE is #33F341. Grayscale: #595959. Windows color (decimal): -3404610 or 12455116. OLE color: 12455116.
HSL color Cylindrical-coordinate representation of color #CC0CBE: hue angle of 304.38º 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 #CC0CBE is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 190 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.2 |
| HSL | 304.38º | 0.89% | 0.42% | - |
| HSV(B) | 304.38º | 0.94% | 0.8% | - |
| XYZ | 34.33 | 16.82 | 50.15 | - |
| YUV | 89.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 190 | 0 | 0.94 | 0.07 | 0.2 | 304.38 | 0.89 | 0.42 |
| Hex | CC | C | BE | 0 | 5E | 7 | 14 | 130 | 59 | 2A |
| Octal | 314 | 14 | 276 | 0 | 136 | 7 | 24 | 460 | 131 | 52 |
| Binary | 11001100 | 1100 | 10111110 | 0 | 1011110 | 111 | 10100 | 100110000 | 1011001 | 101010 |
Color Harmonies of #CC0CBE
Complementary color
Monochromatic Colors of #CC0CBE
Black with #CC0CBE
Text Example
Text Example
White with #CC0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CBE; }
p { color: rgb(204,12,190); }
H1.HeaderClassName
{
color: #CC0CBE;
}
.AnyTagClassName
{
color: #CC0CBE;
}
</style>
background-color css
<style>
a { background-color: #CC0CBE; }
a { background-color: rgb(204,12,190); }
div.DivClassName
{
background-color: #CC0CBE;
}
.BgClassName
{
background-color: #CC0CBE;
}
</style>
border-color css
<style>
span { border-color: #CC0CBE; }
span { border-color: rgb(204,12,190); }
td.TdClassName
{
border-color: #CC0CBE;
}
.TagClassName
{
border-color: #CC0CBE;
}
</style>