Shades of Deep Magenta #C005CA
Tints of Deep Magenta #C005CA
RGB
CMYK
RGB Variations
Color information
#C005CA (or 0xC005CA) is known color: Deep Magenta. HEX triplet: C0, 05 and CA. RGB value is (192,5,202). Sum of RGB (Red+Green+Blue) = 192+5+202=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #C005CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005CA is #3FFA35. Grayscale: #525252. Windows color (decimal): -4192822 or 13239744. OLE color: 13239744.
HSL color Cylindrical-coordinate representation of color #C005CA: hue angle of 296.95º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005CA is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 5 | 202 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.21 |
| HSL | 296.95º | 0.95% | 0.41% | - |
| HSV(B) | 296.95º | 0.98% | 0.79% | - |
| XYZ | 32.45 | 15.58 | 57.17 | - |
| YUV | 83.37 | 194.95 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 202 | 0.05 | 0.98 | 0 | 0.21 | 296.95 | 0.95 | 0.41 |
| Hex | C0 | 5 | CA | 5 | 62 | 0 | 15 | 129 | 5F | 29 |
| Octal | 300 | 5 | 312 | 5 | 142 | 0 | 25 | 451 | 137 | 51 |
| Binary | 11000000 | 101 | 11001010 | 101 | 1100010 | 0 | 10101 | 100101001 | 1011111 | 101001 |
Color Harmonies of #C005CA
Complementary color
Monochromatic Colors of #C005CA
Black with #C005CA
Text Example
Text Example
White with #C005CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005CA; }
p { color: rgb(192,5,202); }
H1.HeaderClassName
{
color: #C005CA;
}
.AnyTagClassName
{
color: #C005CA;
}
</style>
background-color css
<style>
a { background-color: #C005CA; }
a { background-color: rgb(192,5,202); }
div.DivClassName
{
background-color: #C005CA;
}
.BgClassName
{
background-color: #C005CA;
}
</style>
border-color css
<style>
span { border-color: #C005CA; }
span { border-color: rgb(192,5,202); }
td.TdClassName
{
border-color: #C005CA;
}
.TagClassName
{
border-color: #C005CA;
}
</style>