Shades of Deep Magenta #CE01B7
Tints of Deep Magenta #CE01B7
RGB
CMYK
RGB Variations
Color information
#CE01B7 (or 0xCE01B7) is known color: Deep Magenta. HEX triplet: CE, 01 and B7. RGB value is (206,1,183). Sum of RGB (Red+Green+Blue) = 206+1+183=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE01B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01B7 is #31FE48. Grayscale: #525252. Windows color (decimal): -3276361 or 11993550. OLE color: 11993550.
HSL color Cylindrical-coordinate representation of color #CE01B7: hue angle of 306.73º 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 #CE01B7 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.19 |
| HSL | 306.73º | 0.99% | 0.41% | - |
| HSV(B) | 306.73º | 1% | 0.81% | - |
| XYZ | 34.01 | 16.56 | 46.2 | - |
| YUV | 83.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 183 | 0 | 1.00 | 0.11 | 0.19 | 306.73 | 0.99 | 0.41 |
| Hex | CE | 1 | B7 | 0 | 64 | B | 13 | 133 | 63 | 29 |
| Octal | 316 | 1 | 267 | 0 | 144 | 13 | 23 | 463 | 143 | 51 |
| Binary | 11001110 | 1 | 10110111 | 0 | 1100100 | 1011 | 10011 | 100110011 | 1100011 | 101001 |
Color Harmonies of #CE01B7
Complementary color
Monochromatic Colors of #CE01B7
Black with #CE01B7
Text Example
Text Example
White with #CE01B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01B7; }
p { color: rgb(206,1,183); }
H1.HeaderClassName
{
color: #CE01B7;
}
.AnyTagClassName
{
color: #CE01B7;
}
</style>
background-color css
<style>
a { background-color: #CE01B7; }
a { background-color: rgb(206,1,183); }
div.DivClassName
{
background-color: #CE01B7;
}
.BgClassName
{
background-color: #CE01B7;
}
</style>
border-color css
<style>
span { border-color: #CE01B7; }
span { border-color: rgb(206,1,183); }
td.TdClassName
{
border-color: #CE01B7;
}
.TagClassName
{
border-color: #CE01B7;
}
</style>