Shades of Deep Magenta #CE0BCF
Tints of Deep Magenta #CE0BCF
RGB
CMYK
RGB Variations
Color information
#CE0BCF (or 0xCE0BCF) is known color: Deep Magenta. HEX triplet: CE, 0B and CF. RGB value is (206,11,207). Sum of RGB (Red+Green+Blue) = 206+11+207=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BCF is #31F430. Grayscale: #5B5B5B. Windows color (decimal): -3273777 or 13568974. OLE color: 13568974.
HSL color Cylindrical-coordinate representation of color #CE0BCF: hue angle of 299.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 #CE0BCF is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 207 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.19 |
| HSL | 299.69º | 0.9% | 0.43% | - |
| HSV(B) | 299.69º | 0.95% | 0.81% | - |
| XYZ | 36.84 | 17.87 | 60.54 | - |
| YUV | 91.65 | 193.1 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 207 | 0.00 | 0.95 | 0 | 0.19 | 299.69 | 0.9 | 0.43 |
| Hex | CE | B | CF | 0 | 5F | 0 | 13 | 12C | 5A | 2B |
| Octal | 316 | 13 | 317 | 0 | 137 | 0 | 23 | 454 | 132 | 53 |
| Binary | 11001110 | 1011 | 11001111 | 0 | 1011111 | 0 | 10011 | 100101100 | 1011010 | 101011 |
Color Harmonies of #CE0BCF
Complementary color
Monochromatic Colors of #CE0BCF
Black with #CE0BCF
Text Example
Text Example
White with #CE0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BCF; }
p { color: rgb(206,11,207); }
H1.HeaderClassName
{
color: #CE0BCF;
}
.AnyTagClassName
{
color: #CE0BCF;
}
</style>
background-color css
<style>
a { background-color: #CE0BCF; }
a { background-color: rgb(206,11,207); }
div.DivClassName
{
background-color: #CE0BCF;
}
.BgClassName
{
background-color: #CE0BCF;
}
</style>
border-color css
<style>
span { border-color: #CE0BCF; }
span { border-color: rgb(206,11,207); }
td.TdClassName
{
border-color: #CE0BCF;
}
.TagClassName
{
border-color: #CE0BCF;
}
</style>