Shades of Deep Magenta #CC0BE6
Tints of Deep Magenta #CC0BE6
RGB
CMYK
RGB Variations
Color information
#CC0BE6 (or 0xCC0BE6) is known color: Deep Magenta. HEX triplet: CC, 0B and E6. RGB value is (204,11,230). Sum of RGB (Red+Green+Blue) = 204+11+230=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC0BE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BE6 is #33F419. Grayscale: #5C5C5C. Windows color (decimal): -3404826 or 15076300. OLE color: 15076300.
HSL color Cylindrical-coordinate representation of color #CC0BE6: hue angle of 292.88º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BE6 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 11 | 230 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.10 |
| HSL | 292.88º | 0.91% | 0.47% | - |
| HSV(B) | 292.88º | 0.95% | 0.9% | - |
| XYZ | 39.3 | 18.79 | 76.42 | - |
| YUV | 93.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 230 | 0.11 | 0.95 | 0 | 0.10 | 292.88 | 0.91 | 0.47 |
| Hex | CC | B | E6 | B | 5F | 0 | A | 125 | 5B | 2F |
| Octal | 314 | 13 | 346 | 13 | 137 | 0 | 12 | 445 | 133 | 57 |
| Binary | 11001100 | 1011 | 11100110 | 1011 | 1011111 | 0 | 1010 | 100100101 | 1011011 | 101111 |
Color Harmonies of #CC0BE6
Complementary color
Monochromatic Colors of #CC0BE6
Black with #CC0BE6
Text Example
Text Example
White with #CC0BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BE6; }
p { color: rgb(204,11,230); }
H1.HeaderClassName
{
color: #CC0BE6;
}
.AnyTagClassName
{
color: #CC0BE6;
}
</style>
background-color css
<style>
a { background-color: #CC0BE6; }
a { background-color: rgb(204,11,230); }
div.DivClassName
{
background-color: #CC0BE6;
}
.BgClassName
{
background-color: #CC0BE6;
}
</style>
border-color css
<style>
span { border-color: #CC0BE6; }
span { border-color: rgb(204,11,230); }
td.TdClassName
{
border-color: #CC0BE6;
}
.TagClassName
{
border-color: #CC0BE6;
}
</style>