Shades of Deep Magenta #CE18CA
Tints of Deep Magenta #CE18CA
RGB
CMYK
RGB Variations
Color information
#CE18CA (or 0xCE18CA) is known color: Deep Magenta. HEX triplet: CE, 18 and CA. RGB value is (206,24,202). Sum of RGB (Red+Green+Blue) = 206+24+202=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE18CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18CA is #31E735. Grayscale: #626262. Windows color (decimal): -3270454 or 13244622. OLE color: 13244622.
HSL color Cylindrical-coordinate representation of color #CE18CA: hue angle of 301.32º degrees, saturation: 0.79, 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 #CE18CA is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 202 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.19 |
| HSL | 301.32º | 0.79% | 0.45% | - |
| HSV(B) | 301.32º | 0.88% | 0.81% | - |
| XYZ | 36.44 | 18.04 | 57.44 | - |
| YUV | 98.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 202 | 0 | 0.88 | 0.02 | 0.19 | 301.32 | 0.79 | 0.45 |
| Hex | CE | 18 | CA | 0 | 58 | 2 | 13 | 12D | 4F | 2D |
| Octal | 316 | 30 | 312 | 0 | 130 | 2 | 23 | 455 | 117 | 55 |
| Binary | 11001110 | 11000 | 11001010 | 0 | 1011000 | 10 | 10011 | 100101101 | 1001111 | 101101 |
Color Harmonies of #CE18CA
Complementary color
Monochromatic Colors of #CE18CA
Black with #CE18CA
Text Example
Text Example
White with #CE18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18CA; }
p { color: rgb(206,24,202); }
H1.HeaderClassName
{
color: #CE18CA;
}
.AnyTagClassName
{
color: #CE18CA;
}
</style>
background-color css
<style>
a { background-color: #CE18CA; }
a { background-color: rgb(206,24,202); }
div.DivClassName
{
background-color: #CE18CA;
}
.BgClassName
{
background-color: #CE18CA;
}
</style>
border-color css
<style>
span { border-color: #CE18CA; }
span { border-color: rgb(206,24,202); }
td.TdClassName
{
border-color: #CE18CA;
}
.TagClassName
{
border-color: #CE18CA;
}
</style>