Shades of Deep Magenta #CE03B5
Tints of Deep Magenta #CE03B5
RGB
CMYK
RGB Variations
Color information
#CE03B5 (or 0xCE03B5) is known color: Deep Magenta. HEX triplet: CE, 03 and B5. RGB value is (206,3,181). Sum of RGB (Red+Green+Blue) = 206+3+181=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03B5 is #31FC4A. Grayscale: #535353. Windows color (decimal): -3275851 or 11862990. OLE color: 11862990.
HSL color Cylindrical-coordinate representation of color #CE03B5: hue angle of 307.39º 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 #CE03B5 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 181 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.19 |
| HSL | 307.39º | 0.97% | 0.41% | - |
| HSV(B) | 307.39º | 0.99% | 0.81% | - |
| XYZ | 33.83 | 16.52 | 45.12 | - |
| YUV | 83.99 | 182.75 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 181 | 0 | 0.99 | 0.12 | 0.19 | 307.39 | 0.97 | 0.41 |
| Hex | CE | 3 | B5 | 0 | 63 | C | 13 | 133 | 61 | 29 |
| Octal | 316 | 3 | 265 | 0 | 143 | 14 | 23 | 463 | 141 | 51 |
| Binary | 11001110 | 11 | 10110101 | 0 | 1100011 | 1100 | 10011 | 100110011 | 1100001 | 101001 |
Color Harmonies of #CE03B5
Complementary color
Monochromatic Colors of #CE03B5
Black with #CE03B5
Text Example
Text Example
White with #CE03B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03B5; }
p { color: rgb(206,3,181); }
H1.HeaderClassName
{
color: #CE03B5;
}
.AnyTagClassName
{
color: #CE03B5;
}
</style>
background-color css
<style>
a { background-color: #CE03B5; }
a { background-color: rgb(206,3,181); }
div.DivClassName
{
background-color: #CE03B5;
}
.BgClassName
{
background-color: #CE03B5;
}
</style>
border-color css
<style>
span { border-color: #CE03B5; }
span { border-color: rgb(206,3,181); }
td.TdClassName
{
border-color: #CE03B5;
}
.TagClassName
{
border-color: #CE03B5;
}
</style>