Shades of Deep Magenta #CE03BF
Tints of Deep Magenta #CE03BF
RGB
CMYK
RGB Variations
Color information
#CE03BF (or 0xCE03BF) is known color: Deep Magenta. HEX triplet: CE, 03 and BF. RGB value is (206,3,191). Sum of RGB (Red+Green+Blue) = 206+3+191=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03BF is #31FC40. Grayscale: #545454. Windows color (decimal): -3275841 or 12518350. OLE color: 12518350.
HSL color Cylindrical-coordinate representation of color #CE03BF: hue angle of 304.43º 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 #CE03BF is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.19 |
| HSL | 304.43º | 0.97% | 0.41% | - |
| HSV(B) | 304.43º | 0.99% | 0.81% | - |
| XYZ | 34.89 | 16.95 | 50.72 | - |
| YUV | 85.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 191 | 0 | 0.99 | 0.07 | 0.19 | 304.43 | 0.97 | 0.41 |
| Hex | CE | 3 | BF | 0 | 63 | 7 | 13 | 130 | 61 | 29 |
| Octal | 316 | 3 | 277 | 0 | 143 | 7 | 23 | 460 | 141 | 51 |
| Binary | 11001110 | 11 | 10111111 | 0 | 1100011 | 111 | 10011 | 100110000 | 1100001 | 101001 |
Color Harmonies of #CE03BF
Complementary color
Monochromatic Colors of #CE03BF
Black with #CE03BF
Text Example
Text Example
White with #CE03BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03BF; }
p { color: rgb(206,3,191); }
H1.HeaderClassName
{
color: #CE03BF;
}
.AnyTagClassName
{
color: #CE03BF;
}
</style>
background-color css
<style>
a { background-color: #CE03BF; }
a { background-color: rgb(206,3,191); }
div.DivClassName
{
background-color: #CE03BF;
}
.BgClassName
{
background-color: #CE03BF;
}
</style>
border-color css
<style>
span { border-color: #CE03BF; }
span { border-color: rgb(206,3,191); }
td.TdClassName
{
border-color: #CE03BF;
}
.TagClassName
{
border-color: #CE03BF;
}
</style>