Shades of Deep Magenta #C210B5
Tints of Deep Magenta #C210B5
RGB
CMYK
RGB Variations
Color information
#C210B5 (or 0xC210B5) is known color: Deep Magenta. HEX triplet: C2, 10 and B5. RGB value is (194,16,181). Sum of RGB (Red+Green+Blue) = 194+16+181=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C210B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210B5 is #3DEF4A. Grayscale: #575757. Windows color (decimal): -4058955 or 11866306. OLE color: 11866306.
HSL color Cylindrical-coordinate representation of color #C210B5: hue angle of 304.38º 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 #C210B5 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 181 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.24 |
| HSL | 304.38º | 0.85% | 0.41% | - |
| HSV(B) | 304.38º | 0.92% | 0.76% | - |
| XYZ | 30.77 | 15.18 | 45.02 | - |
| YUV | 88.03 | 180.47 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 181 | 0 | 0.92 | 0.07 | 0.24 | 304.38 | 0.85 | 0.41 |
| Hex | C2 | 10 | B5 | 0 | 5C | 7 | 18 | 130 | 55 | 29 |
| Octal | 302 | 20 | 265 | 0 | 134 | 7 | 30 | 460 | 125 | 51 |
| Binary | 11000010 | 10000 | 10110101 | 0 | 1011100 | 111 | 11000 | 100110000 | 1010101 | 101001 |
Color Harmonies of #C210B5
Complementary color
Monochromatic Colors of #C210B5
Black with #C210B5
Text Example
Text Example
White with #C210B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210B5; }
p { color: rgb(194,16,181); }
H1.HeaderClassName
{
color: #C210B5;
}
.AnyTagClassName
{
color: #C210B5;
}
</style>
background-color css
<style>
a { background-color: #C210B5; }
a { background-color: rgb(194,16,181); }
div.DivClassName
{
background-color: #C210B5;
}
.BgClassName
{
background-color: #C210B5;
}
</style>
border-color css
<style>
span { border-color: #C210B5; }
span { border-color: rgb(194,16,181); }
td.TdClassName
{
border-color: #C210B5;
}
.TagClassName
{
border-color: #C210B5;
}
</style>