Shades of Deep Magenta #CE05CA
Tints of Deep Magenta #CE05CA
RGB
CMYK
RGB Variations
Color information
#CE05CA (or 0xCE05CA) is known color: Deep Magenta. HEX triplet: CE, 05 and CA. RGB value is (206,5,202). Sum of RGB (Red+Green+Blue) = 206+5+202=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05CA is #31FA35. Grayscale: #565656. Windows color (decimal): -3275318 or 13239758. OLE color: 13239758.
HSL color Cylindrical-coordinate representation of color #CE05CA: hue angle of 301.19º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05CA is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 202 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.19 |
| HSL | 301.19º | 0.95% | 0.41% | - |
| HSV(B) | 301.19º | 0.98% | 0.81% | - |
| XYZ | 36.17 | 17.49 | 57.35 | - |
| YUV | 87.56 | 192.59 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 202 | 0 | 0.98 | 0.02 | 0.19 | 301.19 | 0.95 | 0.41 |
| Hex | CE | 5 | CA | 0 | 62 | 2 | 13 | 12D | 5F | 29 |
| Octal | 316 | 5 | 312 | 0 | 142 | 2 | 23 | 455 | 137 | 51 |
| Binary | 11001110 | 101 | 11001010 | 0 | 1100010 | 10 | 10011 | 100101101 | 1011111 | 101001 |
Color Harmonies of #CE05CA
Complementary color
Monochromatic Colors of #CE05CA
Black with #CE05CA
Text Example
Text Example
White with #CE05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05CA; }
p { color: rgb(206,5,202); }
H1.HeaderClassName
{
color: #CE05CA;
}
.AnyTagClassName
{
color: #CE05CA;
}
</style>
background-color css
<style>
a { background-color: #CE05CA; }
a { background-color: rgb(206,5,202); }
div.DivClassName
{
background-color: #CE05CA;
}
.BgClassName
{
background-color: #CE05CA;
}
</style>
border-color css
<style>
span { border-color: #CE05CA; }
span { border-color: rgb(206,5,202); }
td.TdClassName
{
border-color: #CE05CA;
}
.TagClassName
{
border-color: #CE05CA;
}
</style>