Shades of Deep Magenta #C00DC5
Tints of Deep Magenta #C00DC5
RGB
CMYK
RGB Variations
Color information
#C00DC5 (or 0xC00DC5) is known color: Deep Magenta. HEX triplet: C0, 0D and C5. RGB value is (192,13,197). Sum of RGB (Red+Green+Blue) = 192+13+197=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #C00DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DC5 is #3FF23A. Grayscale: #565656. Windows color (decimal): -4190779 or 12914112. OLE color: 12914112.
HSL color Cylindrical-coordinate representation of color #C00DC5: hue angle of 298.37º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00DC5 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 13 | 197 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.23 |
| HSL | 298.37º | 0.88% | 0.41% | - |
| HSV(B) | 298.37º | 0.93% | 0.77% | - |
| XYZ | 31.96 | 15.53 | 54.14 | - |
| YUV | 87.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 197 | 0.03 | 0.93 | 0 | 0.23 | 298.37 | 0.88 | 0.41 |
| Hex | C0 | D | C5 | 3 | 5D | 0 | 17 | 12A | 58 | 29 |
| Octal | 300 | 15 | 305 | 3 | 135 | 0 | 27 | 452 | 130 | 51 |
| Binary | 11000000 | 1101 | 11000101 | 11 | 1011101 | 0 | 10111 | 100101010 | 1011000 | 101001 |
Color Harmonies of #C00DC5
Complementary color
Monochromatic Colors of #C00DC5
Black with #C00DC5
Text Example
Text Example
White with #C00DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DC5; }
p { color: rgb(192,13,197); }
H1.HeaderClassName
{
color: #C00DC5;
}
.AnyTagClassName
{
color: #C00DC5;
}
</style>
background-color css
<style>
a { background-color: #C00DC5; }
a { background-color: rgb(192,13,197); }
div.DivClassName
{
background-color: #C00DC5;
}
.BgClassName
{
background-color: #C00DC5;
}
</style>
border-color css
<style>
span { border-color: #C00DC5; }
span { border-color: rgb(192,13,197); }
td.TdClassName
{
border-color: #C00DC5;
}
.TagClassName
{
border-color: #C00DC5;
}
</style>