Shades of Deep Magenta #CE01CB
Tints of Deep Magenta #CE01CB
RGB
CMYK
RGB Variations
Color information
#CE01CB (or 0xCE01CB) is known color: Deep Magenta. HEX triplet: CE, 01 and CB. RGB value is (206,1,203). Sum of RGB (Red+Green+Blue) = 206+1+203=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01CB is #31FE34. Grayscale: #545454. Windows color (decimal): -3276341 or 13304270. OLE color: 13304270.
HSL color Cylindrical-coordinate representation of color #CE01CB: hue angle of 300.88º 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 #CE01CB is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.19 |
| HSL | 300.88º | 0.99% | 0.41% | - |
| HSV(B) | 300.88º | 1% | 0.81% | - |
| XYZ | 36.24 | 17.46 | 57.96 | - |
| YUV | 85.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 203 | 0 | 1.00 | 0.01 | 0.19 | 300.88 | 0.99 | 0.41 |
| Hex | CE | 1 | CB | 0 | 64 | 1 | 13 | 12D | 63 | 29 |
| Octal | 316 | 1 | 313 | 0 | 144 | 1 | 23 | 455 | 143 | 51 |
| Binary | 11001110 | 1 | 11001011 | 0 | 1100100 | 1 | 10011 | 100101101 | 1100011 | 101001 |
Color Harmonies of #CE01CB
Complementary color
Monochromatic Colors of #CE01CB
Black with #CE01CB
Text Example
Text Example
White with #CE01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01CB; }
p { color: rgb(206,1,203); }
H1.HeaderClassName
{
color: #CE01CB;
}
.AnyTagClassName
{
color: #CE01CB;
}
</style>
background-color css
<style>
a { background-color: #CE01CB; }
a { background-color: rgb(206,1,203); }
div.DivClassName
{
background-color: #CE01CB;
}
.BgClassName
{
background-color: #CE01CB;
}
</style>
border-color css
<style>
span { border-color: #CE01CB; }
span { border-color: rgb(206,1,203); }
td.TdClassName
{
border-color: #CE01CB;
}
.TagClassName
{
border-color: #CE01CB;
}
</style>