Shades of Deep Magenta #CE03CD
Tints of Deep Magenta #CE03CD
RGB
CMYK
RGB Variations
Color information
#CE03CD (or 0xCE03CD) is known color: Deep Magenta. HEX triplet: CE, 03 and CD. RGB value is (206,3,205). Sum of RGB (Red+Green+Blue) = 206+3+205=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03CD is #31FC32. Grayscale: #565656. Windows color (decimal): -3275827 or 13435854. OLE color: 13435854.
HSL color Cylindrical-coordinate representation of color #CE03CD: hue angle of 300.3º 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 #CE03CD is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.19 |
| HSL | 300.3º | 0.97% | 0.41% | - |
| HSV(B) | 300.3º | 0.99% | 0.81% | - |
| XYZ | 36.51 | 17.59 | 59.23 | - |
| YUV | 86.73 | 194.75 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 205 | 0 | 0.99 | 0.00 | 0.19 | 300.3 | 0.97 | 0.41 |
| Hex | CE | 3 | CD | 0 | 63 | 0 | 13 | 12C | 61 | 29 |
| Octal | 316 | 3 | 315 | 0 | 143 | 0 | 23 | 454 | 141 | 51 |
| Binary | 11001110 | 11 | 11001101 | 0 | 1100011 | 0 | 10011 | 100101100 | 1100001 | 101001 |
Color Harmonies of #CE03CD
Complementary color
Monochromatic Colors of #CE03CD
Black with #CE03CD
Text Example
Text Example
White with #CE03CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03CD; }
p { color: rgb(206,3,205); }
H1.HeaderClassName
{
color: #CE03CD;
}
.AnyTagClassName
{
color: #CE03CD;
}
</style>
background-color css
<style>
a { background-color: #CE03CD; }
a { background-color: rgb(206,3,205); }
div.DivClassName
{
background-color: #CE03CD;
}
.BgClassName
{
background-color: #CE03CD;
}
</style>
border-color css
<style>
span { border-color: #CE03CD; }
span { border-color: rgb(206,3,205); }
td.TdClassName
{
border-color: #CE03CD;
}
.TagClassName
{
border-color: #CE03CD;
}
</style>