Shades of Deep Magenta #CE05BB
Tints of Deep Magenta #CE05BB
RGB
CMYK
RGB Variations
Color information
#CE05BB (or 0xCE05BB) is known color: Deep Magenta. HEX triplet: CE, 05 and BB. RGB value is (206,5,187). Sum of RGB (Red+Green+Blue) = 206+5+187=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05BB is #31FA44. Grayscale: #555555. Windows color (decimal): -3275333 or 12256718. OLE color: 12256718.
HSL color Cylindrical-coordinate representation of color #CE05BB: hue angle of 305.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05BB is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 187 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.19 |
| HSL | 305.67º | 0.95% | 0.41% | - |
| HSV(B) | 305.67º | 0.98% | 0.81% | - |
| XYZ | 34.48 | 16.82 | 48.44 | - |
| YUV | 85.85 | 185.09 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 187 | 0 | 0.98 | 0.09 | 0.19 | 305.67 | 0.95 | 0.41 |
| Hex | CE | 5 | BB | 0 | 62 | 9 | 13 | 132 | 5F | 29 |
| Octal | 316 | 5 | 273 | 0 | 142 | 11 | 23 | 462 | 137 | 51 |
| Binary | 11001110 | 101 | 10111011 | 0 | 1100010 | 1001 | 10011 | 100110010 | 1011111 | 101001 |
Color Harmonies of #CE05BB
Complementary color
Monochromatic Colors of #CE05BB
Black with #CE05BB
Text Example
Text Example
White with #CE05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05BB; }
p { color: rgb(206,5,187); }
H1.HeaderClassName
{
color: #CE05BB;
}
.AnyTagClassName
{
color: #CE05BB;
}
</style>
background-color css
<style>
a { background-color: #CE05BB; }
a { background-color: rgb(206,5,187); }
div.DivClassName
{
background-color: #CE05BB;
}
.BgClassName
{
background-color: #CE05BB;
}
</style>
border-color css
<style>
span { border-color: #CE05BB; }
span { border-color: rgb(206,5,187); }
td.TdClassName
{
border-color: #CE05BB;
}
.TagClassName
{
border-color: #CE05BB;
}
</style>