Shades of Deep Magenta #C81ED7
Tints of Deep Magenta #C81ED7
RGB
CMYK
RGB Variations
Color information
#C81ED7 (or 0xC81ED7) is known color: Deep Magenta. HEX triplet: C8, 1E and D7. RGB value is (200,30,215). Sum of RGB (Red+Green+Blue) = 200+30+215=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #C81ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ED7 is #37E128. Grayscale: #656565. Windows color (decimal): -3662121 or 14098120. OLE color: 14098120.
HSL color Cylindrical-coordinate representation of color #C81ED7: hue angle of 295.14º degrees, saturation: 0.76, 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 #C81ED7 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 30 | 215 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.16 |
| HSL | 295.14º | 0.76% | 0.48% | - |
| HSV(B) | 295.14º | 0.86% | 0.84% | - |
| XYZ | 36.55 | 18.11 | 65.86 | - |
| YUV | 101.92 | 191.82 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 215 | 0.07 | 0.86 | 0 | 0.16 | 295.14 | 0.76 | 0.48 |
| Hex | C8 | 1E | D7 | 7 | 56 | 0 | 10 | 127 | 4C | 30 |
| Octal | 310 | 36 | 327 | 7 | 126 | 0 | 20 | 447 | 114 | 60 |
| Binary | 11001000 | 11110 | 11010111 | 111 | 1010110 | 0 | 10000 | 100100111 | 1001100 | 110000 |
Color Harmonies of #C81ED7
Complementary color
Monochromatic Colors of #C81ED7
Black with #C81ED7
Text Example
Text Example
White with #C81ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ED7; }
p { color: rgb(200,30,215); }
H1.HeaderClassName
{
color: #C81ED7;
}
.AnyTagClassName
{
color: #C81ED7;
}
</style>
background-color css
<style>
a { background-color: #C81ED7; }
a { background-color: rgb(200,30,215); }
div.DivClassName
{
background-color: #C81ED7;
}
.BgClassName
{
background-color: #C81ED7;
}
</style>
border-color css
<style>
span { border-color: #C81ED7; }
span { border-color: rgb(200,30,215); }
td.TdClassName
{
border-color: #C81ED7;
}
.TagClassName
{
border-color: #C81ED7;
}
</style>