Shades of Deep Magenta #C210BA
Tints of Deep Magenta #C210BA
RGB
CMYK
RGB Variations
Color information
#C210BA (or 0xC210BA) is known color: Deep Magenta. HEX triplet: C2, 10 and BA. RGB value is (194,16,186). Sum of RGB (Red+Green+Blue) = 194+16+186=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C210BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210BA is #3DEF45. Grayscale: #585858. Windows color (decimal): -4058950 or 12193986. OLE color: 12193986.
HSL color Cylindrical-coordinate representation of color #C210BA: hue angle of 302.7º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C210BA is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 186 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.24 |
| HSL | 302.7º | 0.85% | 0.41% | - |
| HSV(B) | 302.7º | 0.92% | 0.76% | - |
| XYZ | 31.3 | 15.39 | 47.77 | - |
| YUV | 88.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 186 | 0 | 0.92 | 0.04 | 0.24 | 302.7 | 0.85 | 0.41 |
| Hex | C2 | 10 | BA | 0 | 5C | 4 | 18 | 12F | 55 | 29 |
| Octal | 302 | 20 | 272 | 0 | 134 | 4 | 30 | 457 | 125 | 51 |
| Binary | 11000010 | 10000 | 10111010 | 0 | 1011100 | 100 | 11000 | 100101111 | 1010101 | 101001 |
Color Harmonies of #C210BA
Complementary color
Monochromatic Colors of #C210BA
Black with #C210BA
Text Example
Text Example
White with #C210BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210BA; }
p { color: rgb(194,16,186); }
H1.HeaderClassName
{
color: #C210BA;
}
.AnyTagClassName
{
color: #C210BA;
}
</style>
background-color css
<style>
a { background-color: #C210BA; }
a { background-color: rgb(194,16,186); }
div.DivClassName
{
background-color: #C210BA;
}
.BgClassName
{
background-color: #C210BA;
}
</style>
border-color css
<style>
span { border-color: #C210BA; }
span { border-color: rgb(194,16,186); }
td.TdClassName
{
border-color: #C210BA;
}
.TagClassName
{
border-color: #C210BA;
}
</style>