Shades of Deep Magenta #C005BA
Tints of Deep Magenta #C005BA
RGB
CMYK
RGB Variations
Color information
#C005BA (or 0xC005BA) is known color: Deep Magenta. HEX triplet: C0, 05 and BA. RGB value is (192,5,186). Sum of RGB (Red+Green+Blue) = 192+5+186=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C005BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005BA is #3FFA45. Grayscale: #515151. Windows color (decimal): -4192838 or 12191168. OLE color: 12191168.
HSL color Cylindrical-coordinate representation of color #C005BA: hue angle of 301.93º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C005BA is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 186 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.25 |
| HSL | 301.93º | 0.95% | 0.39% | - |
| HSV(B) | 301.93º | 0.97% | 0.75% | - |
| XYZ | 30.66 | 14.86 | 47.71 | - |
| YUV | 81.55 | 186.95 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 186 | 0 | 0.97 | 0.03 | 0.25 | 301.93 | 0.95 | 0.39 |
| Hex | C0 | 5 | BA | 0 | 61 | 3 | 19 | 12E | 5F | 27 |
| Octal | 300 | 5 | 272 | 0 | 141 | 3 | 31 | 456 | 137 | 47 |
| Binary | 11000000 | 101 | 10111010 | 0 | 1100001 | 11 | 11001 | 100101110 | 1011111 | 100111 |
Color Harmonies of #C005BA
Complementary color
Monochromatic Colors of #C005BA
Black with #C005BA
Text Example
Text Example
White with #C005BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005BA; }
p { color: rgb(192,5,186); }
H1.HeaderClassName
{
color: #C005BA;
}
.AnyTagClassName
{
color: #C005BA;
}
</style>
background-color css
<style>
a { background-color: #C005BA; }
a { background-color: rgb(192,5,186); }
div.DivClassName
{
background-color: #C005BA;
}
.BgClassName
{
background-color: #C005BA;
}
</style>
border-color css
<style>
span { border-color: #C005BA; }
span { border-color: rgb(192,5,186); }
td.TdClassName
{
border-color: #C005BA;
}
.TagClassName
{
border-color: #C005BA;
}
</style>