Shades of Deep Magenta #C005DC
Tints of Deep Magenta #C005DC
RGB
CMYK
RGB Variations
Color information
#C005DC (or 0xC005DC) is known color: Deep Magenta. HEX triplet: C0, 05 and DC. RGB value is (192,5,220). Sum of RGB (Red+Green+Blue) = 192+5+220=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #C005DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005DC is #3FFA23. Grayscale: #545454. Windows color (decimal): -4192804 or 14419392. OLE color: 14419392.
HSL color Cylindrical-coordinate representation of color #C005DC: hue angle of 292.19º 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 #C005DC is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 5 | 220 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.14 |
| HSL | 292.19º | 0.96% | 0.44% | - |
| HSV(B) | 292.19º | 0.98% | 0.86% | - |
| XYZ | 34.71 | 16.48 | 69.06 | - |
| YUV | 85.42 | 203.95 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 220 | 0.13 | 0.98 | 0 | 0.14 | 292.19 | 0.96 | 0.44 |
| Hex | C0 | 5 | DC | D | 62 | 0 | E | 124 | 60 | 2C |
| Octal | 300 | 5 | 334 | 15 | 142 | 0 | 16 | 444 | 140 | 54 |
| Binary | 11000000 | 101 | 11011100 | 1101 | 1100010 | 0 | 1110 | 100100100 | 1100000 | 101100 |
Color Harmonies of #C005DC
Complementary color
Monochromatic Colors of #C005DC
Black with #C005DC
Text Example
Text Example
White with #C005DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005DC; }
p { color: rgb(192,5,220); }
H1.HeaderClassName
{
color: #C005DC;
}
.AnyTagClassName
{
color: #C005DC;
}
</style>
background-color css
<style>
a { background-color: #C005DC; }
a { background-color: rgb(192,5,220); }
div.DivClassName
{
background-color: #C005DC;
}
.BgClassName
{
background-color: #C005DC;
}
</style>
border-color css
<style>
span { border-color: #C005DC; }
span { border-color: rgb(192,5,220); }
td.TdClassName
{
border-color: #C005DC;
}
.TagClassName
{
border-color: #C005DC;
}
</style>