Shades of Deep Magenta #CE19CA
Tints of Deep Magenta #CE19CA
RGB
CMYK
RGB Variations
Color information
#CE19CA (or 0xCE19CA) is known color: Deep Magenta. HEX triplet: CE, 19 and CA. RGB value is (206,25,202). Sum of RGB (Red+Green+Blue) = 206+25+202=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19CA is #31E635. Grayscale: #626262. Windows color (decimal): -3270198 or 13244878. OLE color: 13244878.
HSL color Cylindrical-coordinate representation of color #CE19CA: hue angle of 301.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE19CA is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 202 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.19 |
| HSL | 301.33º | 0.78% | 0.45% | - |
| HSV(B) | 301.33º | 0.88% | 0.81% | - |
| XYZ | 36.46 | 18.08 | 57.45 | - |
| YUV | 99.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 202 | 0 | 0.88 | 0.02 | 0.19 | 301.33 | 0.78 | 0.45 |
| Hex | CE | 19 | CA | 0 | 58 | 2 | 13 | 12D | 4E | 2D |
| Octal | 316 | 31 | 312 | 0 | 130 | 2 | 23 | 455 | 116 | 55 |
| Binary | 11001110 | 11001 | 11001010 | 0 | 1011000 | 10 | 10011 | 100101101 | 1001110 | 101101 |
Color Harmonies of #CE19CA
Complementary color
Monochromatic Colors of #CE19CA
Black with #CE19CA
Text Example
Text Example
White with #CE19CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19CA; }
p { color: rgb(206,25,202); }
H1.HeaderClassName
{
color: #CE19CA;
}
.AnyTagClassName
{
color: #CE19CA;
}
</style>
background-color css
<style>
a { background-color: #CE19CA; }
a { background-color: rgb(206,25,202); }
div.DivClassName
{
background-color: #CE19CA;
}
.BgClassName
{
background-color: #CE19CA;
}
</style>
border-color css
<style>
span { border-color: #CE19CA; }
span { border-color: rgb(206,25,202); }
td.TdClassName
{
border-color: #CE19CA;
}
.TagClassName
{
border-color: #CE19CA;
}
</style>