Shades of Deep Magenta #CE0FBC
Tints of Deep Magenta #CE0FBC
RGB
CMYK
RGB Variations
Color information
#CE0FBC (or 0xCE0FBC) is known color: Deep Magenta. HEX triplet: CE, 0F and BC. RGB value is (206,15,188). Sum of RGB (Red+Green+Blue) = 206+15+188=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0FBC is #31F043. Grayscale: #5B5B5B. Windows color (decimal): -3272772 or 12324814. OLE color: 12324814.
HSL color Cylindrical-coordinate representation of color #CE0FBC: hue angle of 305.65º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0FBC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.19 |
| HSL | 305.65º | 0.86% | 0.43% | - |
| HSV(B) | 305.65º | 0.93% | 0.81% | - |
| XYZ | 34.7 | 17.09 | 49.05 | - |
| YUV | 91.83 | 182.28 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 188 | 0 | 0.93 | 0.09 | 0.19 | 305.65 | 0.86 | 0.43 |
| Hex | CE | F | BC | 0 | 5D | 9 | 13 | 132 | 56 | 2B |
| Octal | 316 | 17 | 274 | 0 | 135 | 11 | 23 | 462 | 126 | 53 |
| Binary | 11001110 | 1111 | 10111100 | 0 | 1011101 | 1001 | 10011 | 100110010 | 1010110 | 101011 |
Color Harmonies of #CE0FBC
Complementary color
Monochromatic Colors of #CE0FBC
Black with #CE0FBC
Text Example
Text Example
White with #CE0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FBC; }
p { color: rgb(206,15,188); }
H1.HeaderClassName
{
color: #CE0FBC;
}
.AnyTagClassName
{
color: #CE0FBC;
}
</style>
background-color css
<style>
a { background-color: #CE0FBC; }
a { background-color: rgb(206,15,188); }
div.DivClassName
{
background-color: #CE0FBC;
}
.BgClassName
{
background-color: #CE0FBC;
}
</style>
border-color css
<style>
span { border-color: #CE0FBC; }
span { border-color: rgb(206,15,188); }
td.TdClassName
{
border-color: #CE0FBC;
}
.TagClassName
{
border-color: #CE0FBC;
}
</style>