Shades of Deep Magenta #CC0BBE
Tints of Deep Magenta #CC0BBE
RGB
CMYK
RGB Variations
Color information
#CC0BBE (or 0xCC0BBE) is known color: Deep Magenta. HEX triplet: CC, 0B and BE. RGB value is (204,11,190). Sum of RGB (Red+Green+Blue) = 204+11+190=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BBE is #33F441. Grayscale: #585858. Windows color (decimal): -3404866 or 12454860. OLE color: 12454860.
HSL color Cylindrical-coordinate representation of color #CC0BBE: hue angle of 304.35º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BBE is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.2 |
| HSL | 304.35º | 0.9% | 0.42% | - |
| HSV(B) | 304.35º | 0.95% | 0.8% | - |
| XYZ | 34.32 | 16.79 | 50.15 | - |
| YUV | 89.11 | 184.94 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 190 | 0 | 0.95 | 0.07 | 0.2 | 304.35 | 0.9 | 0.42 |
| Hex | CC | B | BE | 0 | 5F | 7 | 14 | 130 | 5A | 2A |
| Octal | 314 | 13 | 276 | 0 | 137 | 7 | 24 | 460 | 132 | 52 |
| Binary | 11001100 | 1011 | 10111110 | 0 | 1011111 | 111 | 10100 | 100110000 | 1011010 | 101010 |
Color Harmonies of #CC0BBE
Complementary color
Monochromatic Colors of #CC0BBE
Black with #CC0BBE
Text Example
Text Example
White with #CC0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BBE; }
p { color: rgb(204,11,190); }
H1.HeaderClassName
{
color: #CC0BBE;
}
.AnyTagClassName
{
color: #CC0BBE;
}
</style>
background-color css
<style>
a { background-color: #CC0BBE; }
a { background-color: rgb(204,11,190); }
div.DivClassName
{
background-color: #CC0BBE;
}
.BgClassName
{
background-color: #CC0BBE;
}
</style>
border-color css
<style>
span { border-color: #CC0BBE; }
span { border-color: rgb(204,11,190); }
td.TdClassName
{
border-color: #CC0BBE;
}
.TagClassName
{
border-color: #CC0BBE;
}
</style>