Shades of Deep Magenta #C005CD
Tints of Deep Magenta #C005CD
RGB
CMYK
RGB Variations
Color information
#C005CD (or 0xC005CD) is known color: Deep Magenta. HEX triplet: C0, 05 and CD. RGB value is (192,5,205). Sum of RGB (Red+Green+Blue) = 192+5+205=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #C005CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005CD is #3FFA32. Grayscale: #535353. Windows color (decimal): -4192819 or 13436352. OLE color: 13436352.
HSL color Cylindrical-coordinate representation of color #C005CD: hue angle of 296.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005CD is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 5 | 205 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.20 |
| HSL | 296.1º | 0.95% | 0.41% | - |
| HSV(B) | 296.1º | 0.98% | 0.8% | - |
| XYZ | 32.81 | 15.72 | 59.06 | - |
| YUV | 83.71 | 196.45 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 205 | 0.06 | 0.98 | 0 | 0.20 | 296.1 | 0.95 | 0.41 |
| Hex | C0 | 5 | CD | 6 | 62 | 0 | 14 | 128 | 5F | 29 |
| Octal | 300 | 5 | 315 | 6 | 142 | 0 | 24 | 450 | 137 | 51 |
| Binary | 11000000 | 101 | 11001101 | 110 | 1100010 | 0 | 10100 | 100101000 | 1011111 | 101001 |
Color Harmonies of #C005CD
Complementary color
Monochromatic Colors of #C005CD
Black with #C005CD
Text Example
Text Example
White with #C005CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005CD; }
p { color: rgb(192,5,205); }
H1.HeaderClassName
{
color: #C005CD;
}
.AnyTagClassName
{
color: #C005CD;
}
</style>
background-color css
<style>
a { background-color: #C005CD; }
a { background-color: rgb(192,5,205); }
div.DivClassName
{
background-color: #C005CD;
}
.BgClassName
{
background-color: #C005CD;
}
</style>
border-color css
<style>
span { border-color: #C005CD; }
span { border-color: rgb(192,5,205); }
td.TdClassName
{
border-color: #C005CD;
}
.TagClassName
{
border-color: #C005CD;
}
</style>