Shades of Deep Magenta #CE06C5
Tints of Deep Magenta #CE06C5
RGB
CMYK
RGB Variations
Color information
#CE06C5 (or 0xCE06C5) is known color: Deep Magenta. HEX triplet: CE, 06 and C5. RGB value is (206,6,197). Sum of RGB (Red+Green+Blue) = 206+6+197=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06C5 is #31F93A. Grayscale: #575757. Windows color (decimal): -3275067 or 12912334. OLE color: 12912334.
HSL color Cylindrical-coordinate representation of color #CE06C5: hue angle of 302.7º 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 #CE06C5 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 197 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.19 |
| HSL | 302.7º | 0.94% | 0.42% | - |
| HSV(B) | 302.7º | 0.97% | 0.81% | - |
| XYZ | 35.6 | 17.28 | 54.28 | - |
| YUV | 87.57 | 189.76 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 197 | 0 | 0.97 | 0.04 | 0.19 | 302.7 | 0.94 | 0.42 |
| Hex | CE | 6 | C5 | 0 | 61 | 4 | 13 | 12F | 5E | 2A |
| Octal | 316 | 6 | 305 | 0 | 141 | 4 | 23 | 457 | 136 | 52 |
| Binary | 11001110 | 110 | 11000101 | 0 | 1100001 | 100 | 10011 | 100101111 | 1011110 | 101010 |
Color Harmonies of #CE06C5
Complementary color
Monochromatic Colors of #CE06C5
Black with #CE06C5
Text Example
Text Example
White with #CE06C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06C5; }
p { color: rgb(206,6,197); }
H1.HeaderClassName
{
color: #CE06C5;
}
.AnyTagClassName
{
color: #CE06C5;
}
</style>
background-color css
<style>
a { background-color: #CE06C5; }
a { background-color: rgb(206,6,197); }
div.DivClassName
{
background-color: #CE06C5;
}
.BgClassName
{
background-color: #CE06C5;
}
</style>
border-color css
<style>
span { border-color: #CE06C5; }
span { border-color: rgb(206,6,197); }
td.TdClassName
{
border-color: #CE06C5;
}
.TagClassName
{
border-color: #CE06C5;
}
</style>