Shades of Deep Magenta #CE03BD
Tints of Deep Magenta #CE03BD
RGB
CMYK
RGB Variations
Color information
#CE03BD (or 0xCE03BD) is known color: Deep Magenta. HEX triplet: CE, 03 and BD. RGB value is (206,3,189). Sum of RGB (Red+Green+Blue) = 206+3+189=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03BD is #31FC42. Grayscale: #545454. Windows color (decimal): -3275843 or 12387278. OLE color: 12387278.
HSL color Cylindrical-coordinate representation of color #CE03BD: hue angle of 305.02º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03BD is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.19 |
| HSL | 305.02º | 0.97% | 0.41% | - |
| HSV(B) | 305.02º | 0.99% | 0.81% | - |
| XYZ | 34.67 | 16.86 | 49.57 | - |
| YUV | 84.9 | 186.75 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 189 | 0 | 0.99 | 0.08 | 0.19 | 305.02 | 0.97 | 0.41 |
| Hex | CE | 3 | BD | 0 | 63 | 8 | 13 | 131 | 61 | 29 |
| Octal | 316 | 3 | 275 | 0 | 143 | 10 | 23 | 461 | 141 | 51 |
| Binary | 11001110 | 11 | 10111101 | 0 | 1100011 | 1000 | 10011 | 100110001 | 1100001 | 101001 |
Color Harmonies of #CE03BD
Complementary color
Monochromatic Colors of #CE03BD
Black with #CE03BD
Text Example
Text Example
White with #CE03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03BD; }
p { color: rgb(206,3,189); }
H1.HeaderClassName
{
color: #CE03BD;
}
.AnyTagClassName
{
color: #CE03BD;
}
</style>
background-color css
<style>
a { background-color: #CE03BD; }
a { background-color: rgb(206,3,189); }
div.DivClassName
{
background-color: #CE03BD;
}
.BgClassName
{
background-color: #CE03BD;
}
</style>
border-color css
<style>
span { border-color: #CE03BD; }
span { border-color: rgb(206,3,189); }
td.TdClassName
{
border-color: #CE03BD;
}
.TagClassName
{
border-color: #CE03BD;
}
</style>