Shades of Deep Magenta #C210BE
Tints of Deep Magenta #C210BE
RGB
CMYK
RGB Variations
Color information
#C210BE (or 0xC210BE) is known color: Deep Magenta. HEX triplet: C2, 10 and BE. RGB value is (194,16,190). Sum of RGB (Red+Green+Blue) = 194+16+190=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C210BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210BE is #3DEF41. Grayscale: #585858. Windows color (decimal): -4058946 or 12456130. OLE color: 12456130.
HSL color Cylindrical-coordinate representation of color #C210BE: hue angle of 301.35º 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 #C210BE is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.24 |
| HSL | 301.35º | 0.85% | 0.41% | - |
| HSV(B) | 301.35º | 0.92% | 0.76% | - |
| XYZ | 31.73 | 15.56 | 50.05 | - |
| YUV | 89.06 | 184.97 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 190 | 0 | 0.92 | 0.02 | 0.24 | 301.35 | 0.85 | 0.41 |
| Hex | C2 | 10 | BE | 0 | 5C | 2 | 18 | 12D | 55 | 29 |
| Octal | 302 | 20 | 276 | 0 | 134 | 2 | 30 | 455 | 125 | 51 |
| Binary | 11000010 | 10000 | 10111110 | 0 | 1011100 | 10 | 11000 | 100101101 | 1010101 | 101001 |
Color Harmonies of #C210BE
Complementary color
Monochromatic Colors of #C210BE
Black with #C210BE
Text Example
Text Example
White with #C210BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210BE; }
p { color: rgb(194,16,190); }
H1.HeaderClassName
{
color: #C210BE;
}
.AnyTagClassName
{
color: #C210BE;
}
</style>
background-color css
<style>
a { background-color: #C210BE; }
a { background-color: rgb(194,16,190); }
div.DivClassName
{
background-color: #C210BE;
}
.BgClassName
{
background-color: #C210BE;
}
</style>
border-color css
<style>
span { border-color: #C210BE; }
span { border-color: rgb(194,16,190); }
td.TdClassName
{
border-color: #C210BE;
}
.TagClassName
{
border-color: #C210BE;
}
</style>