Shades of Deep Magenta #C805E5
Tints of Deep Magenta #C805E5
RGB
CMYK
RGB Variations
Color information
#C805E5 (or 0xC805E5) is known color: Deep Magenta. HEX triplet: C8, 05 and E5. RGB value is (200,5,229). Sum of RGB (Red+Green+Blue) = 200+5+229=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #C805E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805E5 is #37FA1A. Grayscale: #585858. Windows color (decimal): -3668507 or 15009224. OLE color: 15009224.
HSL color Cylindrical-coordinate representation of color #C805E5: hue angle of 292.23º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805E5 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 5 | 229 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.10 |
| HSL | 292.23º | 0.96% | 0.46% | - |
| HSV(B) | 292.23º | 0.98% | 0.9% | - |
| XYZ | 38.02 | 18.05 | 75.61 | - |
| YUV | 88.84 | 207.1 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 229 | 0.13 | 0.98 | 0 | 0.10 | 292.23 | 0.96 | 0.46 |
| Hex | C8 | 5 | E5 | D | 62 | 0 | A | 124 | 60 | 2E |
| Octal | 310 | 5 | 345 | 15 | 142 | 0 | 12 | 444 | 140 | 56 |
| Binary | 11001000 | 101 | 11100101 | 1101 | 1100010 | 0 | 1010 | 100100100 | 1100000 | 101110 |
Color Harmonies of #C805E5
Complementary color
Monochromatic Colors of #C805E5
Black with #C805E5
Text Example
Text Example
White with #C805E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805E5; }
p { color: rgb(200,5,229); }
H1.HeaderClassName
{
color: #C805E5;
}
.AnyTagClassName
{
color: #C805E5;
}
</style>
background-color css
<style>
a { background-color: #C805E5; }
a { background-color: rgb(200,5,229); }
div.DivClassName
{
background-color: #C805E5;
}
.BgClassName
{
background-color: #C805E5;
}
</style>
border-color css
<style>
span { border-color: #C805E5; }
span { border-color: rgb(200,5,229); }
td.TdClassName
{
border-color: #C805E5;
}
.TagClassName
{
border-color: #C805E5;
}
</style>