Shades of Deep Magenta #C81ED5
Tints of Deep Magenta #C81ED5
RGB
CMYK
RGB Variations
Color information
#C81ED5 (or 0xC81ED5) is known color: Deep Magenta. HEX triplet: C8, 1E and D5. RGB value is (200,30,213). Sum of RGB (Red+Green+Blue) = 200+30+213=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #C81ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ED5 is #37E12A. Grayscale: #656565. Windows color (decimal): -3662123 or 13967048. OLE color: 13967048.
HSL color Cylindrical-coordinate representation of color #C81ED5: hue angle of 295.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81ED5 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 30 | 213 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.16 |
| HSL | 295.74º | 0.75% | 0.48% | - |
| HSV(B) | 295.74º | 0.86% | 0.84% | - |
| XYZ | 36.29 | 18.01 | 64.51 | - |
| YUV | 101.69 | 190.82 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 213 | 0.06 | 0.86 | 0 | 0.16 | 295.74 | 0.75 | 0.48 |
| Hex | C8 | 1E | D5 | 6 | 56 | 0 | 10 | 128 | 4B | 30 |
| Octal | 310 | 36 | 325 | 6 | 126 | 0 | 20 | 450 | 113 | 60 |
| Binary | 11001000 | 11110 | 11010101 | 110 | 1010110 | 0 | 10000 | 100101000 | 1001011 | 110000 |
Color Harmonies of #C81ED5
Complementary color
Monochromatic Colors of #C81ED5
Black with #C81ED5
Text Example
Text Example
White with #C81ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ED5; }
p { color: rgb(200,30,213); }
H1.HeaderClassName
{
color: #C81ED5;
}
.AnyTagClassName
{
color: #C81ED5;
}
</style>
background-color css
<style>
a { background-color: #C81ED5; }
a { background-color: rgb(200,30,213); }
div.DivClassName
{
background-color: #C81ED5;
}
.BgClassName
{
background-color: #C81ED5;
}
</style>
border-color css
<style>
span { border-color: #C81ED5; }
span { border-color: rgb(200,30,213); }
td.TdClassName
{
border-color: #C81ED5;
}
.TagClassName
{
border-color: #C81ED5;
}
</style>