Shades of Deep Magenta #CE13C2
Tints of Deep Magenta #CE13C2
RGB
CMYK
RGB Variations
Color information
#CE13C2 (or 0xCE13C2) is known color: Deep Magenta. HEX triplet: CE, 13 and C2. RGB value is (206,19,194). Sum of RGB (Red+Green+Blue) = 206+19+194=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13C2 is #31EC3D. Grayscale: #5E5E5E. Windows color (decimal): -3271742 or 12719054. OLE color: 12719054.
HSL color Cylindrical-coordinate representation of color #CE13C2: hue angle of 303.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE13C2 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 194 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.19 |
| HSL | 303.85º | 0.83% | 0.44% | - |
| HSV(B) | 303.85º | 0.91% | 0.81% | - |
| XYZ | 35.42 | 17.48 | 52.55 | - |
| YUV | 94.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 194 | 0 | 0.91 | 0.06 | 0.19 | 303.85 | 0.83 | 0.44 |
| Hex | CE | 13 | C2 | 0 | 5B | 6 | 13 | 130 | 53 | 2C |
| Octal | 316 | 23 | 302 | 0 | 133 | 6 | 23 | 460 | 123 | 54 |
| Binary | 11001110 | 10011 | 11000010 | 0 | 1011011 | 110 | 10011 | 100110000 | 1010011 | 101100 |
Color Harmonies of #CE13C2
Complementary color
Monochromatic Colors of #CE13C2
Black with #CE13C2
Text Example
Text Example
White with #CE13C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13C2; }
p { color: rgb(206,19,194); }
H1.HeaderClassName
{
color: #CE13C2;
}
.AnyTagClassName
{
color: #CE13C2;
}
</style>
background-color css
<style>
a { background-color: #CE13C2; }
a { background-color: rgb(206,19,194); }
div.DivClassName
{
background-color: #CE13C2;
}
.BgClassName
{
background-color: #CE13C2;
}
</style>
border-color css
<style>
span { border-color: #CE13C2; }
span { border-color: rgb(206,19,194); }
td.TdClassName
{
border-color: #CE13C2;
}
.TagClassName
{
border-color: #CE13C2;
}
</style>