Shades of Deep Magenta #CE27C1
Tints of Deep Magenta #CE27C1
RGB
CMYK
RGB Variations
Color information
#CE27C1 (or 0xCE27C1) is known color: Deep Magenta. HEX triplet: CE, 27 and C1. RGB value is (206,39,193). Sum of RGB (Red+Green+Blue) = 206+39+193=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27C1 is #31D83E. Grayscale: #6A6A6A. Windows color (decimal): -3266623 or 12658638. OLE color: 12658638.
HSL color Cylindrical-coordinate representation of color #CE27C1: hue angle of 304.67º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE27C1 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 193 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.19 |
| HSL | 304.67º | 0.68% | 0.48% | - |
| HSV(B) | 304.67º | 0.81% | 0.81% | - |
| XYZ | 35.8 | 18.42 | 52.12 | - |
| YUV | 106.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 193 | 0 | 0.81 | 0.06 | 0.19 | 304.67 | 0.68 | 0.48 |
| Hex | CE | 27 | C1 | 0 | 51 | 6 | 13 | 131 | 44 | 30 |
| Octal | 316 | 47 | 301 | 0 | 121 | 6 | 23 | 461 | 104 | 60 |
| Binary | 11001110 | 100111 | 11000001 | 0 | 1010001 | 110 | 10011 | 100110001 | 1000100 | 110000 |
Color Harmonies of #CE27C1
Complementary color
Monochromatic Colors of #CE27C1
Black with #CE27C1
Text Example
Text Example
White with #CE27C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE27C1; }
p { color: rgb(206,39,193); }
H1.HeaderClassName
{
color: #CE27C1;
}
.AnyTagClassName
{
color: #CE27C1;
}
</style>
background-color css
<style>
a { background-color: #CE27C1; }
a { background-color: rgb(206,39,193); }
div.DivClassName
{
background-color: #CE27C1;
}
.BgClassName
{
background-color: #CE27C1;
}
</style>
border-color css
<style>
span { border-color: #CE27C1; }
span { border-color: rgb(206,39,193); }
td.TdClassName
{
border-color: #CE27C1;
}
.TagClassName
{
border-color: #CE27C1;
}
</style>