Shades of Deep Magenta #CC0BCE
Tints of Deep Magenta #CC0BCE
RGB
CMYK
RGB Variations
Color information
#CC0BCE (or 0xCC0BCE) is known color: Deep Magenta. HEX triplet: CC, 0B and CE. RGB value is (204,11,206). Sum of RGB (Red+Green+Blue) = 204+11+206=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC0BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BCE is #33F431. Grayscale: #5A5A5A. Windows color (decimal): -3404850 or 13503436. OLE color: 13503436.
HSL color Cylindrical-coordinate representation of color #CC0BCE: hue angle of 299.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BCE is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 11 | 206 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.19 |
| HSL | 299.38º | 0.9% | 0.43% | - |
| HSV(B) | 299.38º | 0.95% | 0.81% | - |
| XYZ | 36.16 | 17.53 | 59.87 | - |
| YUV | 90.94 | 192.94 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 206 | 0.01 | 0.95 | 0 | 0.19 | 299.38 | 0.9 | 0.43 |
| Hex | CC | B | CE | 1 | 5F | 0 | 13 | 12B | 5A | 2B |
| Octal | 314 | 13 | 316 | 1 | 137 | 0 | 23 | 453 | 132 | 53 |
| Binary | 11001100 | 1011 | 11001110 | 1 | 1011111 | 0 | 10011 | 100101011 | 1011010 | 101011 |
Color Harmonies of #CC0BCE
Complementary color
Monochromatic Colors of #CC0BCE
Black with #CC0BCE
Text Example
Text Example
White with #CC0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BCE; }
p { color: rgb(204,11,206); }
H1.HeaderClassName
{
color: #CC0BCE;
}
.AnyTagClassName
{
color: #CC0BCE;
}
</style>
background-color css
<style>
a { background-color: #CC0BCE; }
a { background-color: rgb(204,11,206); }
div.DivClassName
{
background-color: #CC0BCE;
}
.BgClassName
{
background-color: #CC0BCE;
}
</style>
border-color css
<style>
span { border-color: #CC0BCE; }
span { border-color: rgb(204,11,206); }
td.TdClassName
{
border-color: #CC0BCE;
}
.TagClassName
{
border-color: #CC0BCE;
}
</style>