Shades of Deep Magenta #C805DA
Tints of Deep Magenta #C805DA
RGB
CMYK
RGB Variations
Color information
#C805DA (or 0xC805DA) is known color: Deep Magenta. HEX triplet: C8, 05 and DA. RGB value is (200,5,218). Sum of RGB (Red+Green+Blue) = 200+5+218=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #C805DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805DA is #37FA25. Grayscale: #565656. Windows color (decimal): -3668518 or 14288328. OLE color: 14288328.
HSL color Cylindrical-coordinate representation of color #C805DA: hue angle of 294.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805DA is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 5 | 218 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.15 |
| HSL | 294.93º | 0.96% | 0.44% | - |
| HSV(B) | 294.93º | 0.98% | 0.85% | - |
| XYZ | 36.53 | 17.45 | 67.77 | - |
| YUV | 87.59 | 201.6 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 218 | 0.08 | 0.98 | 0 | 0.15 | 294.93 | 0.96 | 0.44 |
| Hex | C8 | 5 | DA | 8 | 62 | 0 | F | 127 | 60 | 2C |
| Octal | 310 | 5 | 332 | 10 | 142 | 0 | 17 | 447 | 140 | 54 |
| Binary | 11001000 | 101 | 11011010 | 1000 | 1100010 | 0 | 1111 | 100100111 | 1100000 | 101100 |
Color Harmonies of #C805DA
Complementary color
Monochromatic Colors of #C805DA
Black with #C805DA
Text Example
Text Example
White with #C805DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805DA; }
p { color: rgb(200,5,218); }
H1.HeaderClassName
{
color: #C805DA;
}
.AnyTagClassName
{
color: #C805DA;
}
</style>
background-color css
<style>
a { background-color: #C805DA; }
a { background-color: rgb(200,5,218); }
div.DivClassName
{
background-color: #C805DA;
}
.BgClassName
{
background-color: #C805DA;
}
</style>
border-color css
<style>
span { border-color: #C805DA; }
span { border-color: rgb(200,5,218); }
td.TdClassName
{
border-color: #C805DA;
}
.TagClassName
{
border-color: #C805DA;
}
</style>