Shades of Deep Magenta #C805E0
Tints of Deep Magenta #C805E0
RGB
CMYK
RGB Variations
Color information
#C805E0 (or 0xC805E0) is known color: Deep Magenta. HEX triplet: C8, 05 and E0. RGB value is (200,5,224). Sum of RGB (Red+Green+Blue) = 200+5+224=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #C805E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805E0 is #37FA1F. Grayscale: #575757. Windows color (decimal): -3668512 or 14681544. OLE color: 14681544.
HSL color Cylindrical-coordinate representation of color #C805E0: hue angle of 293.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805E0 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 5 | 224 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.12 |
| HSL | 293.42º | 0.96% | 0.45% | - |
| HSV(B) | 293.42º | 0.98% | 0.88% | - |
| XYZ | 37.33 | 17.77 | 71.98 | - |
| YUV | 88.27 | 204.6 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 224 | 0.11 | 0.98 | 0 | 0.12 | 293.42 | 0.96 | 0.45 |
| Hex | C8 | 5 | E0 | B | 62 | 0 | C | 125 | 60 | 2D |
| Octal | 310 | 5 | 340 | 13 | 142 | 0 | 14 | 445 | 140 | 55 |
| Binary | 11001000 | 101 | 11100000 | 1011 | 1100010 | 0 | 1100 | 100100101 | 1100000 | 101101 |
Color Harmonies of #C805E0
Complementary color
Monochromatic Colors of #C805E0
Black with #C805E0
Text Example
Text Example
White with #C805E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805E0; }
p { color: rgb(200,5,224); }
H1.HeaderClassName
{
color: #C805E0;
}
.AnyTagClassName
{
color: #C805E0;
}
</style>
background-color css
<style>
a { background-color: #C805E0; }
a { background-color: rgb(200,5,224); }
div.DivClassName
{
background-color: #C805E0;
}
.BgClassName
{
background-color: #C805E0;
}
</style>
border-color css
<style>
span { border-color: #C805E0; }
span { border-color: rgb(200,5,224); }
td.TdClassName
{
border-color: #C805E0;
}
.TagClassName
{
border-color: #C805E0;
}
</style>