Shades of Deep Magenta #C210BD
Tints of Deep Magenta #C210BD
RGB
CMYK
RGB Variations
Color information
#C210BD (or 0xC210BD) is known color: Deep Magenta. HEX triplet: C2, 10 and BD. RGB value is (194,16,189). Sum of RGB (Red+Green+Blue) = 194+16+189=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C210BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210BD is #3DEF42. Grayscale: #585858. Windows color (decimal): -4058947 or 12390594. OLE color: 12390594.
HSL color Cylindrical-coordinate representation of color #C210BD: hue angle of 301.69º 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 #C210BD is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 189 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.24 |
| HSL | 301.69º | 0.85% | 0.41% | - |
| HSV(B) | 301.69º | 0.92% | 0.76% | - |
| XYZ | 31.62 | 15.51 | 49.47 | - |
| YUV | 88.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 189 | 0 | 0.92 | 0.03 | 0.24 | 301.69 | 0.85 | 0.41 |
| Hex | C2 | 10 | BD | 0 | 5C | 3 | 18 | 12E | 55 | 29 |
| Octal | 302 | 20 | 275 | 0 | 134 | 3 | 30 | 456 | 125 | 51 |
| Binary | 11000010 | 10000 | 10111101 | 0 | 1011100 | 11 | 11000 | 100101110 | 1010101 | 101001 |
Color Harmonies of #C210BD
Complementary color
Monochromatic Colors of #C210BD
Black with #C210BD
Text Example
Text Example
White with #C210BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210BD; }
p { color: rgb(194,16,189); }
H1.HeaderClassName
{
color: #C210BD;
}
.AnyTagClassName
{
color: #C210BD;
}
</style>
background-color css
<style>
a { background-color: #C210BD; }
a { background-color: rgb(194,16,189); }
div.DivClassName
{
background-color: #C210BD;
}
.BgClassName
{
background-color: #C210BD;
}
</style>
border-color css
<style>
span { border-color: #C210BD; }
span { border-color: rgb(194,16,189); }
td.TdClassName
{
border-color: #C210BD;
}
.TagClassName
{
border-color: #C210BD;
}
</style>