Shades of Deep Magenta #CE06B7
Tints of Deep Magenta #CE06B7
RGB
CMYK
RGB Variations
Color information
#CE06B7 (or 0xCE06B7) is known color: Deep Magenta. HEX triplet: CE, 06 and B7. RGB value is (206,6,183). Sum of RGB (Red+Green+Blue) = 206+6+183=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06B7 is #31F948. Grayscale: #555555. Windows color (decimal): -3275081 or 11994830. OLE color: 11994830.
HSL color Cylindrical-coordinate representation of color #CE06B7: hue angle of 306.9º 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 #CE06B7 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 183 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.19 |
| HSL | 306.9º | 0.94% | 0.42% | - |
| HSV(B) | 306.9º | 0.97% | 0.81% | - |
| XYZ | 34.07 | 16.67 | 46.22 | - |
| YUV | 85.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 183 | 0 | 0.97 | 0.11 | 0.19 | 306.9 | 0.94 | 0.42 |
| Hex | CE | 6 | B7 | 0 | 61 | B | 13 | 133 | 5E | 2A |
| Octal | 316 | 6 | 267 | 0 | 141 | 13 | 23 | 463 | 136 | 52 |
| Binary | 11001110 | 110 | 10110111 | 0 | 1100001 | 1011 | 10011 | 100110011 | 1011110 | 101010 |
Color Harmonies of #CE06B7
Complementary color
Monochromatic Colors of #CE06B7
Black with #CE06B7
Text Example
Text Example
White with #CE06B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06B7; }
p { color: rgb(206,6,183); }
H1.HeaderClassName
{
color: #CE06B7;
}
.AnyTagClassName
{
color: #CE06B7;
}
</style>
background-color css
<style>
a { background-color: #CE06B7; }
a { background-color: rgb(206,6,183); }
div.DivClassName
{
background-color: #CE06B7;
}
.BgClassName
{
background-color: #CE06B7;
}
</style>
border-color css
<style>
span { border-color: #CE06B7; }
span { border-color: rgb(206,6,183); }
td.TdClassName
{
border-color: #CE06B7;
}
.TagClassName
{
border-color: #CE06B7;
}
</style>