Shades of Deep Magenta #CE10C2
Tints of Deep Magenta #CE10C2
RGB
CMYK
RGB Variations
Color information
#CE10C2 (or 0xCE10C2) is known color: Deep Magenta. HEX triplet: CE, 10 and C2. RGB value is (206,16,194). Sum of RGB (Red+Green+Blue) = 206+16+194=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10C2 is #31EF3D. Grayscale: #5C5C5C. Windows color (decimal): -3272510 or 12718286. OLE color: 12718286.
HSL color Cylindrical-coordinate representation of color #CE10C2: hue angle of 303.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10C2 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 194 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.19 |
| HSL | 303.79º | 0.86% | 0.44% | - |
| HSV(B) | 303.79º | 0.92% | 0.81% | - |
| XYZ | 35.38 | 17.39 | 52.53 | - |
| YUV | 93.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 194 | 0 | 0.92 | 0.06 | 0.19 | 303.79 | 0.86 | 0.44 |
| Hex | CE | 10 | C2 | 0 | 5C | 6 | 13 | 130 | 56 | 2C |
| Octal | 316 | 20 | 302 | 0 | 134 | 6 | 23 | 460 | 126 | 54 |
| Binary | 11001110 | 10000 | 11000010 | 0 | 1011100 | 110 | 10011 | 100110000 | 1010110 | 101100 |
Color Harmonies of #CE10C2
Complementary color
Monochromatic Colors of #CE10C2
Black with #CE10C2
Text Example
Text Example
White with #CE10C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10C2; }
p { color: rgb(206,16,194); }
H1.HeaderClassName
{
color: #CE10C2;
}
.AnyTagClassName
{
color: #CE10C2;
}
</style>
background-color css
<style>
a { background-color: #CE10C2; }
a { background-color: rgb(206,16,194); }
div.DivClassName
{
background-color: #CE10C2;
}
.BgClassName
{
background-color: #CE10C2;
}
</style>
border-color css
<style>
span { border-color: #CE10C2; }
span { border-color: rgb(206,16,194); }
td.TdClassName
{
border-color: #CE10C2;
}
.TagClassName
{
border-color: #CE10C2;
}
</style>