Shades of Deep Magenta #C210B0
Tints of Deep Magenta #C210B0
RGB
CMYK
RGB Variations
Color information
#C210B0 (or 0xC210B0) is known color: Deep Magenta. HEX triplet: C2, 10 and B0. RGB value is (194,16,176). Sum of RGB (Red+Green+Blue) = 194+16+176=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C210B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210B0 is #3DEF4F. Grayscale: #575757. Windows color (decimal): -4058960 or 11538626. OLE color: 11538626.
HSL color Cylindrical-coordinate representation of color #C210B0: hue angle of 306.07º 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 #C210B0 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 176 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.24 |
| HSL | 306.07º | 0.85% | 0.41% | - |
| HSV(B) | 306.07º | 0.92% | 0.76% | - |
| XYZ | 30.27 | 14.97 | 42.37 | - |
| YUV | 87.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 176 | 0 | 0.92 | 0.09 | 0.24 | 306.07 | 0.85 | 0.41 |
| Hex | C2 | 10 | B0 | 0 | 5C | 9 | 18 | 132 | 55 | 29 |
| Octal | 302 | 20 | 260 | 0 | 134 | 11 | 30 | 462 | 125 | 51 |
| Binary | 11000010 | 10000 | 10110000 | 0 | 1011100 | 1001 | 11000 | 100110010 | 1010101 | 101001 |
Color Harmonies of #C210B0
Complementary color
Monochromatic Colors of #C210B0
Black with #C210B0
Text Example
Text Example
White with #C210B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210B0; }
p { color: rgb(194,16,176); }
H1.HeaderClassName
{
color: #C210B0;
}
.AnyTagClassName
{
color: #C210B0;
}
</style>
background-color css
<style>
a { background-color: #C210B0; }
a { background-color: rgb(194,16,176); }
div.DivClassName
{
background-color: #C210B0;
}
.BgClassName
{
background-color: #C210B0;
}
</style>
border-color css
<style>
span { border-color: #C210B0; }
span { border-color: rgb(194,16,176); }
td.TdClassName
{
border-color: #C210B0;
}
.TagClassName
{
border-color: #C210B0;
}
</style>