Shades of Deep Magenta #CE06C3
Tints of Deep Magenta #CE06C3
RGB
CMYK
RGB Variations
Color information
#CE06C3 (or 0xCE06C3) is known color: Deep Magenta. HEX triplet: CE, 06 and C3. RGB value is (206,6,195). Sum of RGB (Red+Green+Blue) = 206+6+195=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06C3 is #31F93C. Grayscale: #565656. Windows color (decimal): -3275069 or 12781262. OLE color: 12781262.
HSL color Cylindrical-coordinate representation of color #CE06C3: hue angle of 303.3º 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 #CE06C3 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 195 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.19 |
| HSL | 303.3º | 0.94% | 0.42% | - |
| HSV(B) | 303.3º | 0.97% | 0.81% | - |
| XYZ | 35.37 | 17.19 | 53.08 | - |
| YUV | 87.35 | 188.76 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 195 | 0 | 0.97 | 0.05 | 0.19 | 303.3 | 0.94 | 0.42 |
| Hex | CE | 6 | C3 | 0 | 61 | 5 | 13 | 12F | 5E | 2A |
| Octal | 316 | 6 | 303 | 0 | 141 | 5 | 23 | 457 | 136 | 52 |
| Binary | 11001110 | 110 | 11000011 | 0 | 1100001 | 101 | 10011 | 100101111 | 1011110 | 101010 |
Color Harmonies of #CE06C3
Complementary color
Monochromatic Colors of #CE06C3
Black with #CE06C3
Text Example
Text Example
White with #CE06C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06C3; }
p { color: rgb(206,6,195); }
H1.HeaderClassName
{
color: #CE06C3;
}
.AnyTagClassName
{
color: #CE06C3;
}
</style>
background-color css
<style>
a { background-color: #CE06C3; }
a { background-color: rgb(206,6,195); }
div.DivClassName
{
background-color: #CE06C3;
}
.BgClassName
{
background-color: #CE06C3;
}
</style>
border-color css
<style>
span { border-color: #CE06C3; }
span { border-color: rgb(206,6,195); }
td.TdClassName
{
border-color: #CE06C3;
}
.TagClassName
{
border-color: #CE06C3;
}
</style>