Shades of Deep Magenta #CE00C1
Tints of Deep Magenta #CE00C1
RGB
CMYK
RGB Variations
Color information
#CE00C1 (or 0xCE00C1) is known color: Deep Magenta. HEX triplet: CE, 00 and C1. RGB value is (206,0,193). Sum of RGB (Red+Green+Blue) = 206+0+193=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00C1 is #31FF3E. Grayscale: #535353. Windows color (decimal): -3276607 or 12648654. OLE color: 12648654.
HSL color Cylindrical-coordinate representation of color #CE00C1: hue angle of 303.79º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00C1 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.06 | 0.19 |
| HSL | 303.79º | 1% | 0.4% | - |
| HSV(B) | 303.79º | 1% | 0.81% | - |
| XYZ | 35.08 | 16.97 | 51.88 | - |
| YUV | 83.6 | 189.75 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 193 | 0 | 1 | 0.06 | 0.19 | 303.79 | 1 | 0.4 |
| Hex | CE | 0 | C1 | 0 | 64 | 6 | 13 | 130 | 64 | 28 |
| Octal | 316 | 0 | 301 | 0 | 144 | 6 | 23 | 460 | 144 | 50 |
| Binary | 11001110 | 0 | 11000001 | 0 | 1100100 | 110 | 10011 | 100110000 | 1100100 | 101000 |
Color Harmonies of #CE00C1
Complementary color
Monochromatic Colors of #CE00C1
Black with #CE00C1
Text Example
Text Example
White with #CE00C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00C1; }
p { color: rgb(206,0,193); }
H1.HeaderClassName
{
color: #CE00C1;
}
.AnyTagClassName
{
color: #CE00C1;
}
</style>
background-color css
<style>
a { background-color: #CE00C1; }
a { background-color: rgb(206,0,193); }
div.DivClassName
{
background-color: #CE00C1;
}
.BgClassName
{
background-color: #CE00C1;
}
</style>
border-color css
<style>
span { border-color: #CE00C1; }
span { border-color: rgb(206,0,193); }
td.TdClassName
{
border-color: #CE00C1;
}
.TagClassName
{
border-color: #CE00C1;
}
</style>