Shades of Deep Magenta #C005D0
Tints of Deep Magenta #C005D0
RGB
CMYK
RGB Variations
Color information
#C005D0 (or 0xC005D0) is known color: Deep Magenta. HEX triplet: C0, 05 and D0. RGB value is (192,5,208). Sum of RGB (Red+Green+Blue) = 192+5+208=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #C005D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005D0 is #3FFA2F. Grayscale: #535353. Windows color (decimal): -4192816 or 13632960. OLE color: 13632960.
HSL color Cylindrical-coordinate representation of color #C005D0: hue angle of 295.27º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005D0 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 5 | 208 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.18 |
| HSL | 295.27º | 0.95% | 0.42% | - |
| HSV(B) | 295.27º | 0.98% | 0.82% | - |
| XYZ | 33.18 | 15.87 | 60.99 | - |
| YUV | 84.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 208 | 0.08 | 0.98 | 0 | 0.18 | 295.27 | 0.95 | 0.42 |
| Hex | C0 | 5 | D0 | 8 | 62 | 0 | 12 | 127 | 5F | 2A |
| Octal | 300 | 5 | 320 | 10 | 142 | 0 | 22 | 447 | 137 | 52 |
| Binary | 11000000 | 101 | 11010000 | 1000 | 1100010 | 0 | 10010 | 100100111 | 1011111 | 101010 |
Color Harmonies of #C005D0
Complementary color
Monochromatic Colors of #C005D0
Black with #C005D0
Text Example
Text Example
White with #C005D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005D0; }
p { color: rgb(192,5,208); }
H1.HeaderClassName
{
color: #C005D0;
}
.AnyTagClassName
{
color: #C005D0;
}
</style>
background-color css
<style>
a { background-color: #C005D0; }
a { background-color: rgb(192,5,208); }
div.DivClassName
{
background-color: #C005D0;
}
.BgClassName
{
background-color: #C005D0;
}
</style>
border-color css
<style>
span { border-color: #C005D0; }
span { border-color: rgb(192,5,208); }
td.TdClassName
{
border-color: #C005D0;
}
.TagClassName
{
border-color: #C005D0;
}
</style>