Shades of Deep Magenta #C810E0
Tints of Deep Magenta #C810E0
RGB
CMYK
RGB Variations
Color information
#C810E0 (or 0xC810E0) is known color: Deep Magenta. HEX triplet: C8, 10 and E0. RGB value is (200,16,224). Sum of RGB (Red+Green+Blue) = 200+16+224=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #C810E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810E0 is #37EF1F. Grayscale: #5E5E5E. Windows color (decimal): -3665696 or 14684360. OLE color: 14684360.
HSL color Cylindrical-coordinate representation of color #C810E0: hue angle of 293.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C810E0 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 16 | 224 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.12 |
| HSL | 293.08º | 0.87% | 0.47% | - |
| HSV(B) | 293.08º | 0.93% | 0.88% | - |
| XYZ | 37.46 | 18.03 | 72.03 | - |
| YUV | 94.73 | 200.96 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 224 | 0.11 | 0.93 | 0 | 0.12 | 293.08 | 0.87 | 0.47 |
| Hex | C8 | 10 | E0 | B | 5D | 0 | C | 125 | 57 | 2F |
| Octal | 310 | 20 | 340 | 13 | 135 | 0 | 14 | 445 | 127 | 57 |
| Binary | 11001000 | 10000 | 11100000 | 1011 | 1011101 | 0 | 1100 | 100100101 | 1010111 | 101111 |
Color Harmonies of #C810E0
Complementary color
Monochromatic Colors of #C810E0
Black with #C810E0
Text Example
Text Example
White with #C810E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810E0; }
p { color: rgb(200,16,224); }
H1.HeaderClassName
{
color: #C810E0;
}
.AnyTagClassName
{
color: #C810E0;
}
</style>
background-color css
<style>
a { background-color: #C810E0; }
a { background-color: rgb(200,16,224); }
div.DivClassName
{
background-color: #C810E0;
}
.BgClassName
{
background-color: #C810E0;
}
</style>
border-color css
<style>
span { border-color: #C810E0; }
span { border-color: rgb(200,16,224); }
td.TdClassName
{
border-color: #C810E0;
}
.TagClassName
{
border-color: #C810E0;
}
</style>