Shades of Deep Magenta #C00BCE
Tints of Deep Magenta #C00BCE
RGB
CMYK
RGB Variations
Color information
#C00BCE (or 0xC00BCE) is known color: Deep Magenta. HEX triplet: C0, 0B and CE. RGB value is (192,11,206). Sum of RGB (Red+Green+Blue) = 192+11+206=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #C00BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BCE is #3FF431. Grayscale: #565656. Windows color (decimal): -4191282 or 13503424. OLE color: 13503424.
HSL color Cylindrical-coordinate representation of color #C00BCE: hue angle of 295.69º 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 #C00BCE is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 11 | 206 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.19 |
| HSL | 295.69º | 0.9% | 0.43% | - |
| HSV(B) | 295.69º | 0.95% | 0.81% | - |
| XYZ | 33 | 15.9 | 59.72 | - |
| YUV | 87.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 206 | 0.07 | 0.95 | 0 | 0.19 | 295.69 | 0.9 | 0.43 |
| Hex | C0 | B | CE | 7 | 5F | 0 | 13 | 128 | 5A | 2B |
| Octal | 300 | 13 | 316 | 7 | 137 | 0 | 23 | 450 | 132 | 53 |
| Binary | 11000000 | 1011 | 11001110 | 111 | 1011111 | 0 | 10011 | 100101000 | 1011010 | 101011 |
Color Harmonies of #C00BCE
Complementary color
Monochromatic Colors of #C00BCE
Black with #C00BCE
Text Example
Text Example
White with #C00BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BCE; }
p { color: rgb(192,11,206); }
H1.HeaderClassName
{
color: #C00BCE;
}
.AnyTagClassName
{
color: #C00BCE;
}
</style>
background-color css
<style>
a { background-color: #C00BCE; }
a { background-color: rgb(192,11,206); }
div.DivClassName
{
background-color: #C00BCE;
}
.BgClassName
{
background-color: #C00BCE;
}
</style>
border-color css
<style>
span { border-color: #C00BCE; }
span { border-color: rgb(192,11,206); }
td.TdClassName
{
border-color: #C00BCE;
}
.TagClassName
{
border-color: #C00BCE;
}
</style>