Shades of Deep Magenta #CE01C1
Tints of Deep Magenta #CE01C1
RGB
CMYK
RGB Variations
Color information
#CE01C1 (or 0xCE01C1) is known color: Deep Magenta. HEX triplet: CE, 01 and C1. RGB value is (206,1,193). Sum of RGB (Red+Green+Blue) = 206+1+193=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE01C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01C1 is #31FE3E. Grayscale: #535353. Windows color (decimal): -3276351 or 12648910. OLE color: 12648910.
HSL color Cylindrical-coordinate representation of color #CE01C1: hue angle of 303.8º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01C1 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 193 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.19 |
| HSL | 303.8º | 0.99% | 0.41% | - |
| HSV(B) | 303.8º | 1% | 0.81% | - |
| XYZ | 35.09 | 16.99 | 51.88 | - |
| YUV | 84.18 | 189.42 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 193 | 0 | 1.00 | 0.06 | 0.19 | 303.8 | 0.99 | 0.41 |
| Hex | CE | 1 | C1 | 0 | 64 | 6 | 13 | 130 | 63 | 29 |
| Octal | 316 | 1 | 301 | 0 | 144 | 6 | 23 | 460 | 143 | 51 |
| Binary | 11001110 | 1 | 11000001 | 0 | 1100100 | 110 | 10011 | 100110000 | 1100011 | 101001 |
Color Harmonies of #CE01C1
Complementary color
Monochromatic Colors of #CE01C1
Black with #CE01C1
Text Example
Text Example
White with #CE01C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01C1; }
p { color: rgb(206,1,193); }
H1.HeaderClassName
{
color: #CE01C1;
}
.AnyTagClassName
{
color: #CE01C1;
}
</style>
background-color css
<style>
a { background-color: #CE01C1; }
a { background-color: rgb(206,1,193); }
div.DivClassName
{
background-color: #CE01C1;
}
.BgClassName
{
background-color: #CE01C1;
}
</style>
border-color css
<style>
span { border-color: #CE01C1; }
span { border-color: rgb(206,1,193); }
td.TdClassName
{
border-color: #CE01C1;
}
.TagClassName
{
border-color: #CE01C1;
}
</style>