Shades of Deep Magenta #CE0BD3
Tints of Deep Magenta #CE0BD3
RGB
CMYK
RGB Variations
Color information
#CE0BD3 (or 0xCE0BD3) is known color: Deep Magenta. HEX triplet: CE, 0B and D3. RGB value is (206,11,211). Sum of RGB (Red+Green+Blue) = 206+11+211=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE0BD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BD3 is #31F42C. Grayscale: #5B5B5B. Windows color (decimal): -3273773 or 13831118. OLE color: 13831118.
HSL color Cylindrical-coordinate representation of color #CE0BD3: hue angle of 298.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BD3 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 11 | 211 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.17 |
| HSL | 298.5º | 0.9% | 0.44% | - |
| HSV(B) | 298.5º | 0.95% | 0.83% | - |
| XYZ | 37.33 | 18.06 | 63.15 | - |
| YUV | 92.11 | 195.1 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 211 | 0.02 | 0.95 | 0 | 0.17 | 298.5 | 0.9 | 0.44 |
| Hex | CE | B | D3 | 2 | 5F | 0 | 11 | 12A | 5A | 2C |
| Octal | 316 | 13 | 323 | 2 | 137 | 0 | 21 | 452 | 132 | 54 |
| Binary | 11001110 | 1011 | 11010011 | 10 | 1011111 | 0 | 10001 | 100101010 | 1011010 | 101100 |
Color Harmonies of #CE0BD3
Complementary color
Monochromatic Colors of #CE0BD3
Black with #CE0BD3
Text Example
Text Example
White with #CE0BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BD3; }
p { color: rgb(206,11,211); }
H1.HeaderClassName
{
color: #CE0BD3;
}
.AnyTagClassName
{
color: #CE0BD3;
}
</style>
background-color css
<style>
a { background-color: #CE0BD3; }
a { background-color: rgb(206,11,211); }
div.DivClassName
{
background-color: #CE0BD3;
}
.BgClassName
{
background-color: #CE0BD3;
}
</style>
border-color css
<style>
span { border-color: #CE0BD3; }
span { border-color: rgb(206,11,211); }
td.TdClassName
{
border-color: #CE0BD3;
}
.TagClassName
{
border-color: #CE0BD3;
}
</style>