Shades of Deep Magenta #C210BC
Tints of Deep Magenta #C210BC
RGB
CMYK
RGB Variations
Color information
#C210BC (or 0xC210BC) is known color: Deep Magenta. HEX triplet: C2, 10 and BC. RGB value is (194,16,188). Sum of RGB (Red+Green+Blue) = 194+16+188=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C210BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210BC is #3DEF43. Grayscale: #585858. Windows color (decimal): -4058948 or 12325058. OLE color: 12325058.
HSL color Cylindrical-coordinate representation of color #C210BC: hue angle of 302.02º 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 #C210BC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.24 |
| HSL | 302.02º | 0.85% | 0.41% | - |
| HSV(B) | 302.02º | 0.92% | 0.76% | - |
| XYZ | 31.51 | 15.47 | 48.9 | - |
| YUV | 88.83 | 183.97 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 188 | 0 | 0.92 | 0.03 | 0.24 | 302.02 | 0.85 | 0.41 |
| Hex | C2 | 10 | BC | 0 | 5C | 3 | 18 | 12E | 55 | 29 |
| Octal | 302 | 20 | 274 | 0 | 134 | 3 | 30 | 456 | 125 | 51 |
| Binary | 11000010 | 10000 | 10111100 | 0 | 1011100 | 11 | 11000 | 100101110 | 1010101 | 101001 |
Color Harmonies of #C210BC
Complementary color
Monochromatic Colors of #C210BC
Black with #C210BC
Text Example
Text Example
White with #C210BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210BC; }
p { color: rgb(194,16,188); }
H1.HeaderClassName
{
color: #C210BC;
}
.AnyTagClassName
{
color: #C210BC;
}
</style>
background-color css
<style>
a { background-color: #C210BC; }
a { background-color: rgb(194,16,188); }
div.DivClassName
{
background-color: #C210BC;
}
.BgClassName
{
background-color: #C210BC;
}
</style>
border-color css
<style>
span { border-color: #C210BC; }
span { border-color: rgb(194,16,188); }
td.TdClassName
{
border-color: #C210BC;
}
.TagClassName
{
border-color: #C210BC;
}
</style>