Shades of Deep Magenta #CE13BB
Tints of Deep Magenta #CE13BB
RGB
CMYK
RGB Variations
Color information
#CE13BB (or 0xCE13BB) is known color: Deep Magenta. HEX triplet: CE, 13 and BB. RGB value is (206,19,187). Sum of RGB (Red+Green+Blue) = 206+19+187=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13BB is #31EC44. Grayscale: #5D5D5D. Windows color (decimal): -3271749 or 12260302. OLE color: 12260302.
HSL color Cylindrical-coordinate representation of color #CE13BB: hue angle of 306.1º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE13BB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 187 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.19 |
| HSL | 306.1º | 0.83% | 0.44% | - |
| HSV(B) | 306.1º | 0.91% | 0.81% | - |
| XYZ | 34.66 | 17.18 | 48.5 | - |
| YUV | 94.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 187 | 0 | 0.91 | 0.09 | 0.19 | 306.1 | 0.83 | 0.44 |
| Hex | CE | 13 | BB | 0 | 5B | 9 | 13 | 132 | 53 | 2C |
| Octal | 316 | 23 | 273 | 0 | 133 | 11 | 23 | 462 | 123 | 54 |
| Binary | 11001110 | 10011 | 10111011 | 0 | 1011011 | 1001 | 10011 | 100110010 | 1010011 | 101100 |
Color Harmonies of #CE13BB
Complementary color
Monochromatic Colors of #CE13BB
Black with #CE13BB
Text Example
Text Example
White with #CE13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13BB; }
p { color: rgb(206,19,187); }
H1.HeaderClassName
{
color: #CE13BB;
}
.AnyTagClassName
{
color: #CE13BB;
}
</style>
background-color css
<style>
a { background-color: #CE13BB; }
a { background-color: rgb(206,19,187); }
div.DivClassName
{
background-color: #CE13BB;
}
.BgClassName
{
background-color: #CE13BB;
}
</style>
border-color css
<style>
span { border-color: #CE13BB; }
span { border-color: rgb(206,19,187); }
td.TdClassName
{
border-color: #CE13BB;
}
.TagClassName
{
border-color: #CE13BB;
}
</style>