Shades of Deep Magenta #C805DE
Tints of Deep Magenta #C805DE
RGB
CMYK
RGB Variations
Color information
#C805DE (or 0xC805DE) is known color: Deep Magenta. HEX triplet: C8, 05 and DE. RGB value is (200,5,222). Sum of RGB (Red+Green+Blue) = 200+5+222=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #C805DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805DE is #37FA21. Grayscale: #575757. Windows color (decimal): -3668514 or 14550472. OLE color: 14550472.
HSL color Cylindrical-coordinate representation of color #C805DE: hue angle of 293.92º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805DE is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 5 | 222 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.13 |
| HSL | 293.92º | 0.96% | 0.45% | - |
| HSV(B) | 293.92º | 0.98% | 0.87% | - |
| XYZ | 37.06 | 17.66 | 70.56 | - |
| YUV | 88.04 | 203.6 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 222 | 0.10 | 0.98 | 0 | 0.13 | 293.92 | 0.96 | 0.45 |
| Hex | C8 | 5 | DE | A | 62 | 0 | D | 126 | 60 | 2D |
| Octal | 310 | 5 | 336 | 12 | 142 | 0 | 15 | 446 | 140 | 55 |
| Binary | 11001000 | 101 | 11011110 | 1010 | 1100010 | 0 | 1101 | 100100110 | 1100000 | 101101 |
Color Harmonies of #C805DE
Complementary color
Monochromatic Colors of #C805DE
Black with #C805DE
Text Example
Text Example
White with #C805DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805DE; }
p { color: rgb(200,5,222); }
H1.HeaderClassName
{
color: #C805DE;
}
.AnyTagClassName
{
color: #C805DE;
}
</style>
background-color css
<style>
a { background-color: #C805DE; }
a { background-color: rgb(200,5,222); }
div.DivClassName
{
background-color: #C805DE;
}
.BgClassName
{
background-color: #C805DE;
}
</style>
border-color css
<style>
span { border-color: #C805DE; }
span { border-color: rgb(200,5,222); }
td.TdClassName
{
border-color: #C805DE;
}
.TagClassName
{
border-color: #C805DE;
}
</style>