Shades of Deep Magenta #CE06B5
Tints of Deep Magenta #CE06B5
RGB
CMYK
RGB Variations
Color information
#CE06B5 (or 0xCE06B5) is known color: Deep Magenta. HEX triplet: CE, 06 and B5. RGB value is (206,6,181). Sum of RGB (Red+Green+Blue) = 206+6+181=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06B5 is #31F94A. Grayscale: #555555. Windows color (decimal): -3275083 or 11863758. OLE color: 11863758.
HSL color Cylindrical-coordinate representation of color #CE06B5: hue angle of 307.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06B5 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 181 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.19 |
| HSL | 307.5º | 0.94% | 0.42% | - |
| HSV(B) | 307.5º | 0.97% | 0.81% | - |
| XYZ | 33.86 | 16.59 | 45.13 | - |
| YUV | 85.75 | 181.76 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 181 | 0 | 0.97 | 0.12 | 0.19 | 307.5 | 0.94 | 0.42 |
| Hex | CE | 6 | B5 | 0 | 61 | C | 13 | 134 | 5E | 2A |
| Octal | 316 | 6 | 265 | 0 | 141 | 14 | 23 | 464 | 136 | 52 |
| Binary | 11001110 | 110 | 10110101 | 0 | 1100001 | 1100 | 10011 | 100110100 | 1011110 | 101010 |
Color Harmonies of #CE06B5
Complementary color
Monochromatic Colors of #CE06B5
Black with #CE06B5
Text Example
Text Example
White with #CE06B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06B5; }
p { color: rgb(206,6,181); }
H1.HeaderClassName
{
color: #CE06B5;
}
.AnyTagClassName
{
color: #CE06B5;
}
</style>
background-color css
<style>
a { background-color: #CE06B5; }
a { background-color: rgb(206,6,181); }
div.DivClassName
{
background-color: #CE06B5;
}
.BgClassName
{
background-color: #CE06B5;
}
</style>
border-color css
<style>
span { border-color: #CE06B5; }
span { border-color: rgb(206,6,181); }
td.TdClassName
{
border-color: #CE06B5;
}
.TagClassName
{
border-color: #CE06B5;
}
</style>