Shades of Deep Magenta #C805DC
Tints of Deep Magenta #C805DC
RGB
CMYK
RGB Variations
Color information
#C805DC (or 0xC805DC) is known color: Deep Magenta. HEX triplet: C8, 05 and DC. RGB value is (200,5,220). Sum of RGB (Red+Green+Blue) = 200+5+220=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #C805DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805DC is #37FA23. Grayscale: #575757. Windows color (decimal): -3668516 or 14419400. OLE color: 14419400.
HSL color Cylindrical-coordinate representation of color #C805DC: hue angle of 294.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805DC is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 5 | 220 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.14 |
| HSL | 294.42º | 0.96% | 0.44% | - |
| HSV(B) | 294.42º | 0.98% | 0.86% | - |
| XYZ | 36.79 | 17.56 | 69.16 | - |
| YUV | 87.82 | 202.6 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 220 | 0.09 | 0.98 | 0 | 0.14 | 294.42 | 0.96 | 0.44 |
| Hex | C8 | 5 | DC | 9 | 62 | 0 | E | 126 | 60 | 2C |
| Octal | 310 | 5 | 334 | 11 | 142 | 0 | 16 | 446 | 140 | 54 |
| Binary | 11001000 | 101 | 11011100 | 1001 | 1100010 | 0 | 1110 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C805DC
Complementary color
Monochromatic Colors of #C805DC
Black with #C805DC
Text Example
Text Example
White with #C805DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805DC; }
p { color: rgb(200,5,220); }
H1.HeaderClassName
{
color: #C805DC;
}
.AnyTagClassName
{
color: #C805DC;
}
</style>
background-color css
<style>
a { background-color: #C805DC; }
a { background-color: rgb(200,5,220); }
div.DivClassName
{
background-color: #C805DC;
}
.BgClassName
{
background-color: #C805DC;
}
</style>
border-color css
<style>
span { border-color: #C805DC; }
span { border-color: rgb(200,5,220); }
td.TdClassName
{
border-color: #C805DC;
}
.TagClassName
{
border-color: #C805DC;
}
</style>