Shades of Deep Magenta #CE03CF
Tints of Deep Magenta #CE03CF
RGB
CMYK
RGB Variations
Color information
#CE03CF (or 0xCE03CF) is known color: Deep Magenta. HEX triplet: CE, 03 and CF. RGB value is (206,3,207). Sum of RGB (Red+Green+Blue) = 206+3+207=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE03CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03CF is #31FC30. Grayscale: #565656. Windows color (decimal): -3275825 or 13566926. OLE color: 13566926.
HSL color Cylindrical-coordinate representation of color #CE03CF: hue angle of 299.71º 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 #CE03CF is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 207 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.19 |
| HSL | 299.71º | 0.97% | 0.41% | - |
| HSV(B) | 299.71º | 0.99% | 0.81% | - |
| XYZ | 36.75 | 17.69 | 60.51 | - |
| YUV | 86.95 | 195.75 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 207 | 0.00 | 0.99 | 0 | 0.19 | 299.71 | 0.97 | 0.41 |
| Hex | CE | 3 | CF | 0 | 63 | 0 | 13 | 12C | 61 | 29 |
| Octal | 316 | 3 | 317 | 0 | 143 | 0 | 23 | 454 | 141 | 51 |
| Binary | 11001110 | 11 | 11001111 | 0 | 1100011 | 0 | 10011 | 100101100 | 1100001 | 101001 |
Color Harmonies of #CE03CF
Complementary color
Monochromatic Colors of #CE03CF
Black with #CE03CF
Text Example
Text Example
White with #CE03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03CF; }
p { color: rgb(206,3,207); }
H1.HeaderClassName
{
color: #CE03CF;
}
.AnyTagClassName
{
color: #CE03CF;
}
</style>
background-color css
<style>
a { background-color: #CE03CF; }
a { background-color: rgb(206,3,207); }
div.DivClassName
{
background-color: #CE03CF;
}
.BgClassName
{
background-color: #CE03CF;
}
</style>
border-color css
<style>
span { border-color: #CE03CF; }
span { border-color: rgb(206,3,207); }
td.TdClassName
{
border-color: #CE03CF;
}
.TagClassName
{
border-color: #CE03CF;
}
</style>