Shades of Deep Magenta #C210B4
Tints of Deep Magenta #C210B4
RGB
CMYK
RGB Variations
Color information
#C210B4 (or 0xC210B4) is known color: Deep Magenta. HEX triplet: C2, 10 and B4. RGB value is (194,16,180). Sum of RGB (Red+Green+Blue) = 194+16+180=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C210B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210B4 is #3DEF4B. Grayscale: #575757. Windows color (decimal): -4058956 or 11800770. OLE color: 11800770.
HSL color Cylindrical-coordinate representation of color #C210B4: hue angle of 304.72º 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 #C210B4 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 180 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.24 |
| HSL | 304.72º | 0.85% | 0.41% | - |
| HSV(B) | 304.72º | 0.92% | 0.76% | - |
| XYZ | 30.67 | 15.14 | 44.48 | - |
| YUV | 87.92 | 179.97 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 180 | 0 | 0.92 | 0.07 | 0.24 | 304.72 | 0.85 | 0.41 |
| Hex | C2 | 10 | B4 | 0 | 5C | 7 | 18 | 131 | 55 | 29 |
| Octal | 302 | 20 | 264 | 0 | 134 | 7 | 30 | 461 | 125 | 51 |
| Binary | 11000010 | 10000 | 10110100 | 0 | 1011100 | 111 | 11000 | 100110001 | 1010101 | 101001 |
Color Harmonies of #C210B4
Complementary color
Monochromatic Colors of #C210B4
Black with #C210B4
Text Example
Text Example
White with #C210B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210B4; }
p { color: rgb(194,16,180); }
H1.HeaderClassName
{
color: #C210B4;
}
.AnyTagClassName
{
color: #C210B4;
}
</style>
background-color css
<style>
a { background-color: #C210B4; }
a { background-color: rgb(194,16,180); }
div.DivClassName
{
background-color: #C210B4;
}
.BgClassName
{
background-color: #C210B4;
}
</style>
border-color css
<style>
span { border-color: #C210B4; }
span { border-color: rgb(194,16,180); }
td.TdClassName
{
border-color: #C210B4;
}
.TagClassName
{
border-color: #C210B4;
}
</style>