Shades of Deep Magenta #C81ECD
Tints of Deep Magenta #C81ECD
RGB
CMYK
RGB Variations
Color information
#C81ECD (or 0xC81ECD) is known color: Deep Magenta. HEX triplet: C8, 1E and CD. RGB value is (200,30,205). Sum of RGB (Red+Green+Blue) = 200+30+205=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C81ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ECD is #37E132. Grayscale: #646464. Windows color (decimal): -3662131 or 13442760. OLE color: 13442760.
HSL color Cylindrical-coordinate representation of color #C81ECD: hue angle of 298.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81ECD is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 30 | 205 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.20 |
| HSL | 298.29º | 0.74% | 0.46% | - |
| HSV(B) | 298.29º | 0.85% | 0.8% | - |
| XYZ | 35.3 | 17.62 | 59.3 | - |
| YUV | 100.78 | 186.82 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 205 | 0.02 | 0.85 | 0 | 0.20 | 298.29 | 0.74 | 0.46 |
| Hex | C8 | 1E | CD | 2 | 55 | 0 | 14 | 12A | 4A | 2E |
| Octal | 310 | 36 | 315 | 2 | 125 | 0 | 24 | 452 | 112 | 56 |
| Binary | 11001000 | 11110 | 11001101 | 10 | 1010101 | 0 | 10100 | 100101010 | 1001010 | 101110 |
Color Harmonies of #C81ECD
Complementary color
Monochromatic Colors of #C81ECD
Black with #C81ECD
Text Example
Text Example
White with #C81ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ECD; }
p { color: rgb(200,30,205); }
H1.HeaderClassName
{
color: #C81ECD;
}
.AnyTagClassName
{
color: #C81ECD;
}
</style>
background-color css
<style>
a { background-color: #C81ECD; }
a { background-color: rgb(200,30,205); }
div.DivClassName
{
background-color: #C81ECD;
}
.BgClassName
{
background-color: #C81ECD;
}
</style>
border-color css
<style>
span { border-color: #C81ECD; }
span { border-color: rgb(200,30,205); }
td.TdClassName
{
border-color: #C81ECD;
}
.TagClassName
{
border-color: #C81ECD;
}
</style>