Shades of Deep Magenta #CE03B6
Tints of Deep Magenta #CE03B6
RGB
CMYK
RGB Variations
Color information
#CE03B6 (or 0xCE03B6) is known color: Deep Magenta. HEX triplet: CE, 03 and B6. RGB value is (206,3,182). Sum of RGB (Red+Green+Blue) = 206+3+182=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03B6 is #31FC49. Grayscale: #535353. Windows color (decimal): -3275850 or 11928526. OLE color: 11928526.
HSL color Cylindrical-coordinate representation of color #CE03B6: hue angle of 307.09º 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 #CE03B6 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 182 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.19 |
| HSL | 307.09º | 0.97% | 0.41% | - |
| HSV(B) | 307.09º | 0.99% | 0.81% | - |
| XYZ | 33.93 | 16.56 | 45.66 | - |
| YUV | 84.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 182 | 0 | 0.99 | 0.12 | 0.19 | 307.09 | 0.97 | 0.41 |
| Hex | CE | 3 | B6 | 0 | 63 | C | 13 | 133 | 61 | 29 |
| Octal | 316 | 3 | 266 | 0 | 143 | 14 | 23 | 463 | 141 | 51 |
| Binary | 11001110 | 11 | 10110110 | 0 | 1100011 | 1100 | 10011 | 100110011 | 1100001 | 101001 |
Color Harmonies of #CE03B6
Complementary color
Monochromatic Colors of #CE03B6
Black with #CE03B6
Text Example
Text Example
White with #CE03B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03B6; }
p { color: rgb(206,3,182); }
H1.HeaderClassName
{
color: #CE03B6;
}
.AnyTagClassName
{
color: #CE03B6;
}
</style>
background-color css
<style>
a { background-color: #CE03B6; }
a { background-color: rgb(206,3,182); }
div.DivClassName
{
background-color: #CE03B6;
}
.BgClassName
{
background-color: #CE03B6;
}
</style>
border-color css
<style>
span { border-color: #CE03B6; }
span { border-color: rgb(206,3,182); }
td.TdClassName
{
border-color: #CE03B6;
}
.TagClassName
{
border-color: #CE03B6;
}
</style>