Shades of Deep Magenta #CE06C1
Tints of Deep Magenta #CE06C1
RGB
CMYK
RGB Variations
Color information
#CE06C1 (or 0xCE06C1) is known color: Deep Magenta. HEX triplet: CE, 06 and C1. RGB value is (206,6,193). Sum of RGB (Red+Green+Blue) = 206+6+193=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06C1 is #31F93E. Grayscale: #565656. Windows color (decimal): -3275071 or 12650190. OLE color: 12650190.
HSL color Cylindrical-coordinate representation of color #CE06C1: hue angle of 303.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 #CE06C1 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 193 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.19 |
| HSL | 303.9º | 0.94% | 0.42% | - |
| HSV(B) | 303.9º | 0.97% | 0.81% | - |
| XYZ | 35.14 | 17.1 | 51.9 | - |
| YUV | 87.12 | 187.76 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 193 | 0 | 0.97 | 0.06 | 0.19 | 303.9 | 0.94 | 0.42 |
| Hex | CE | 6 | C1 | 0 | 61 | 6 | 13 | 130 | 5E | 2A |
| Octal | 316 | 6 | 301 | 0 | 141 | 6 | 23 | 460 | 136 | 52 |
| Binary | 11001110 | 110 | 11000001 | 0 | 1100001 | 110 | 10011 | 100110000 | 1011110 | 101010 |
Color Harmonies of #CE06C1
Complementary color
Monochromatic Colors of #CE06C1
Black with #CE06C1
Text Example
Text Example
White with #CE06C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06C1; }
p { color: rgb(206,6,193); }
H1.HeaderClassName
{
color: #CE06C1;
}
.AnyTagClassName
{
color: #CE06C1;
}
</style>
background-color css
<style>
a { background-color: #CE06C1; }
a { background-color: rgb(206,6,193); }
div.DivClassName
{
background-color: #CE06C1;
}
.BgClassName
{
background-color: #CE06C1;
}
</style>
border-color css
<style>
span { border-color: #CE06C1; }
span { border-color: rgb(206,6,193); }
td.TdClassName
{
border-color: #CE06C1;
}
.TagClassName
{
border-color: #CE06C1;
}
</style>