Shades of Deep Magenta #C002BA
Tints of Deep Magenta #C002BA
RGB
CMYK
RGB Variations
Color information
#C002BA (or 0xC002BA) is known color: Deep Magenta. HEX triplet: C0, 02 and BA. RGB value is (192,2,186). Sum of RGB (Red+Green+Blue) = 192+2+186=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C002BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002BA is #3FFD45. Grayscale: #4F4F4F. Windows color (decimal): -4193606 or 12190400. OLE color: 12190400.
HSL color Cylindrical-coordinate representation of color #C002BA: hue angle of 301.89º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002BA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.25 |
| HSL | 301.89º | 0.98% | 0.38% | - |
| HSV(B) | 301.89º | 0.99% | 0.75% | - |
| XYZ | 30.62 | 14.8 | 47.7 | - |
| YUV | 79.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 186 | 0 | 0.99 | 0.03 | 0.25 | 301.89 | 0.98 | 0.38 |
| Hex | C0 | 2 | BA | 0 | 63 | 3 | 19 | 12E | 62 | 26 |
| Octal | 300 | 2 | 272 | 0 | 143 | 3 | 31 | 456 | 142 | 46 |
| Binary | 11000000 | 10 | 10111010 | 0 | 1100011 | 11 | 11001 | 100101110 | 1100010 | 100110 |
Color Harmonies of #C002BA
Complementary color
Monochromatic Colors of #C002BA
Black with #C002BA
Text Example
Text Example
White with #C002BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002BA; }
p { color: rgb(192,2,186); }
H1.HeaderClassName
{
color: #C002BA;
}
.AnyTagClassName
{
color: #C002BA;
}
</style>
background-color css
<style>
a { background-color: #C002BA; }
a { background-color: rgb(192,2,186); }
div.DivClassName
{
background-color: #C002BA;
}
.BgClassName
{
background-color: #C002BA;
}
</style>
border-color css
<style>
span { border-color: #C002BA; }
span { border-color: rgb(192,2,186); }
td.TdClassName
{
border-color: #C002BA;
}
.TagClassName
{
border-color: #C002BA;
}
</style>