Shades of Deep Magenta #C210B9
Tints of Deep Magenta #C210B9
RGB
CMYK
RGB Variations
Color information
#C210B9 (or 0xC210B9) is known color: Deep Magenta. HEX triplet: C2, 10 and B9. RGB value is (194,16,185). Sum of RGB (Red+Green+Blue) = 194+16+185=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C210B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210B9 is #3DEF46. Grayscale: #575757. Windows color (decimal): -4058951 or 12128450. OLE color: 12128450.
HSL color Cylindrical-coordinate representation of color #C210B9: hue angle of 303.03º 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 #C210B9 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 185 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.24 |
| HSL | 303.03º | 0.85% | 0.41% | - |
| HSV(B) | 303.03º | 0.92% | 0.76% | - |
| XYZ | 31.19 | 15.34 | 47.22 | - |
| YUV | 88.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 185 | 0 | 0.92 | 0.05 | 0.24 | 303.03 | 0.85 | 0.41 |
| Hex | C2 | 10 | B9 | 0 | 5C | 5 | 18 | 12F | 55 | 29 |
| Octal | 302 | 20 | 271 | 0 | 134 | 5 | 30 | 457 | 125 | 51 |
| Binary | 11000010 | 10000 | 10111001 | 0 | 1011100 | 101 | 11000 | 100101111 | 1010101 | 101001 |
Color Harmonies of #C210B9
Complementary color
Monochromatic Colors of #C210B9
Black with #C210B9
Text Example
Text Example
White with #C210B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210B9; }
p { color: rgb(194,16,185); }
H1.HeaderClassName
{
color: #C210B9;
}
.AnyTagClassName
{
color: #C210B9;
}
</style>
background-color css
<style>
a { background-color: #C210B9; }
a { background-color: rgb(194,16,185); }
div.DivClassName
{
background-color: #C210B9;
}
.BgClassName
{
background-color: #C210B9;
}
</style>
border-color css
<style>
span { border-color: #C210B9; }
span { border-color: rgb(194,16,185); }
td.TdClassName
{
border-color: #C210B9;
}
.TagClassName
{
border-color: #C210B9;
}
</style>