Shades of Deep Magenta #CE01BE
Tints of Deep Magenta #CE01BE
RGB
CMYK
RGB Variations
Color information
#CE01BE (or 0xCE01BE) is known color: Deep Magenta. HEX triplet: CE, 01 and BE. RGB value is (206,1,190). Sum of RGB (Red+Green+Blue) = 206+1+190=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE01BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01BE is #31FE41. Grayscale: #535353. Windows color (decimal): -3276354 or 12452302. OLE color: 12452302.
HSL color Cylindrical-coordinate representation of color #CE01BE: hue angle of 304.68º 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 #CE01BE is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.19 |
| HSL | 304.68º | 0.99% | 0.41% | - |
| HSV(B) | 304.68º | 1% | 0.81% | - |
| XYZ | 34.76 | 16.86 | 50.14 | - |
| YUV | 83.84 | 187.92 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 190 | 0 | 1.00 | 0.08 | 0.19 | 304.68 | 0.99 | 0.41 |
| Hex | CE | 1 | BE | 0 | 64 | 8 | 13 | 131 | 63 | 29 |
| Octal | 316 | 1 | 276 | 0 | 144 | 10 | 23 | 461 | 143 | 51 |
| Binary | 11001110 | 1 | 10111110 | 0 | 1100100 | 1000 | 10011 | 100110001 | 1100011 | 101001 |
Color Harmonies of #CE01BE
Complementary color
Monochromatic Colors of #CE01BE
Black with #CE01BE
Text Example
Text Example
White with #CE01BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01BE; }
p { color: rgb(206,1,190); }
H1.HeaderClassName
{
color: #CE01BE;
}
.AnyTagClassName
{
color: #CE01BE;
}
</style>
background-color css
<style>
a { background-color: #CE01BE; }
a { background-color: rgb(206,1,190); }
div.DivClassName
{
background-color: #CE01BE;
}
.BgClassName
{
background-color: #CE01BE;
}
</style>
border-color css
<style>
span { border-color: #CE01BE; }
span { border-color: rgb(206,1,190); }
td.TdClassName
{
border-color: #CE01BE;
}
.TagClassName
{
border-color: #CE01BE;
}
</style>