Shades of Deep Magenta #C202BA
Tints of Deep Magenta #C202BA
RGB
CMYK
RGB Variations
Color information
#C202BA (or 0xC202BA) is known color: Deep Magenta. HEX triplet: C2, 02 and BA. RGB value is (194,2,186). Sum of RGB (Red+Green+Blue) = 194+2+186=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C202BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202BA is #3DFD45. Grayscale: #4F4F4F. Windows color (decimal): -4062534 or 12190402. OLE color: 12190402.
HSL color Cylindrical-coordinate representation of color #C202BA: hue angle of 302.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202BA is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.24 |
| HSL | 302.5º | 0.98% | 0.38% | - |
| HSV(B) | 302.5º | 0.99% | 0.76% | - |
| XYZ | 31.13 | 15.06 | 47.72 | - |
| YUV | 80.38 | 187.61 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 186 | 0 | 0.99 | 0.04 | 0.24 | 302.5 | 0.98 | 0.38 |
| Hex | C2 | 2 | BA | 0 | 63 | 4 | 18 | 12E | 62 | 26 |
| Octal | 302 | 2 | 272 | 0 | 143 | 4 | 30 | 456 | 142 | 46 |
| Binary | 11000010 | 10 | 10111010 | 0 | 1100011 | 100 | 11000 | 100101110 | 1100010 | 100110 |
Color Harmonies of #C202BA
Complementary color
Monochromatic Colors of #C202BA
Black with #C202BA
Text Example
Text Example
White with #C202BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202BA; }
p { color: rgb(194,2,186); }
H1.HeaderClassName
{
color: #C202BA;
}
.AnyTagClassName
{
color: #C202BA;
}
</style>
background-color css
<style>
a { background-color: #C202BA; }
a { background-color: rgb(194,2,186); }
div.DivClassName
{
background-color: #C202BA;
}
.BgClassName
{
background-color: #C202BA;
}
</style>
border-color css
<style>
span { border-color: #C202BA; }
span { border-color: rgb(194,2,186); }
td.TdClassName
{
border-color: #C202BA;
}
.TagClassName
{
border-color: #C202BA;
}
</style>