Shades of Deep Magenta #C81ECE
Tints of Deep Magenta #C81ECE
RGB
CMYK
RGB Variations
Color information
#C81ECE (or 0xC81ECE) is known color: Deep Magenta. HEX triplet: C8, 1E and CE. RGB value is (200,30,206). Sum of RGB (Red+Green+Blue) = 200+30+206=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #C81ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ECE is #37E131. Grayscale: #646464. Windows color (decimal): -3662130 or 13508296. OLE color: 13508296.
HSL color Cylindrical-coordinate representation of color #C81ECE: hue angle of 297.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81ECE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 30 | 206 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.19 |
| HSL | 297.95º | 0.75% | 0.46% | - |
| HSV(B) | 297.95º | 0.85% | 0.81% | - |
| XYZ | 35.42 | 17.66 | 59.93 | - |
| YUV | 100.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 206 | 0.03 | 0.85 | 0 | 0.19 | 297.95 | 0.75 | 0.46 |
| Hex | C8 | 1E | CE | 3 | 55 | 0 | 13 | 12A | 4B | 2E |
| Octal | 310 | 36 | 316 | 3 | 125 | 0 | 23 | 452 | 113 | 56 |
| Binary | 11001000 | 11110 | 11001110 | 11 | 1010101 | 0 | 10011 | 100101010 | 1001011 | 101110 |
Color Harmonies of #C81ECE
Complementary color
Monochromatic Colors of #C81ECE
Black with #C81ECE
Text Example
Text Example
White with #C81ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ECE; }
p { color: rgb(200,30,206); }
H1.HeaderClassName
{
color: #C81ECE;
}
.AnyTagClassName
{
color: #C81ECE;
}
</style>
background-color css
<style>
a { background-color: #C81ECE; }
a { background-color: rgb(200,30,206); }
div.DivClassName
{
background-color: #C81ECE;
}
.BgClassName
{
background-color: #C81ECE;
}
</style>
border-color css
<style>
span { border-color: #C81ECE; }
span { border-color: rgb(200,30,206); }
td.TdClassName
{
border-color: #C81ECE;
}
.TagClassName
{
border-color: #C81ECE;
}
</style>