Shades of Deep Magenta #C81EDD
Tints of Deep Magenta #C81EDD
RGB
CMYK
RGB Variations
Color information
#C81EDD (or 0xC81EDD) is known color: Deep Magenta. HEX triplet: C8, 1E and DD. RGB value is (200,30,221). Sum of RGB (Red+Green+Blue) = 200+30+221=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #C81EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81EDD is #37E122. Grayscale: #666666. Windows color (decimal): -3662115 or 14491336. OLE color: 14491336.
HSL color Cylindrical-coordinate representation of color #C81EDD: hue angle of 293.4º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81EDD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 30 | 221 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.13 |
| HSL | 293.4º | 0.76% | 0.49% | - |
| HSV(B) | 293.4º | 0.86% | 0.87% | - |
| XYZ | 37.33 | 18.43 | 70 | - |
| YUV | 102.6 | 194.82 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 221 | 0.10 | 0.86 | 0 | 0.13 | 293.4 | 0.76 | 0.49 |
| Hex | C8 | 1E | DD | A | 56 | 0 | D | 125 | 4C | 31 |
| Octal | 310 | 36 | 335 | 12 | 126 | 0 | 15 | 445 | 114 | 61 |
| Binary | 11001000 | 11110 | 11011101 | 1010 | 1010110 | 0 | 1101 | 100100101 | 1001100 | 110001 |
Color Harmonies of #C81EDD
Complementary color
Monochromatic Colors of #C81EDD
Black with #C81EDD
Text Example
Text Example
White with #C81EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EDD; }
p { color: rgb(200,30,221); }
H1.HeaderClassName
{
color: #C81EDD;
}
.AnyTagClassName
{
color: #C81EDD;
}
</style>
background-color css
<style>
a { background-color: #C81EDD; }
a { background-color: rgb(200,30,221); }
div.DivClassName
{
background-color: #C81EDD;
}
.BgClassName
{
background-color: #C81EDD;
}
</style>
border-color css
<style>
span { border-color: #C81EDD; }
span { border-color: rgb(200,30,221); }
td.TdClassName
{
border-color: #C81EDD;
}
.TagClassName
{
border-color: #C81EDD;
}
</style>