Shades of Deep Magenta #C810B9
Tints of Deep Magenta #C810B9
RGB
CMYK
RGB Variations
Color information
#C810B9 (or 0xC810B9) is known color: Deep Magenta. HEX triplet: C8, 10 and B9. RGB value is (200,16,185). Sum of RGB (Red+Green+Blue) = 200+16+185=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C810B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810B9 is #37EF46. Grayscale: #595959. Windows color (decimal): -3665735 or 12128456. OLE color: 12128456.
HSL color Cylindrical-coordinate representation of color #C810B9: hue angle of 304.89º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C810B9 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 185 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.22 |
| HSL | 304.89º | 0.85% | 0.42% | - |
| HSV(B) | 304.89º | 0.92% | 0.78% | - |
| XYZ | 32.76 | 16.15 | 47.29 | - |
| YUV | 90.28 | 181.46 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 185 | 0 | 0.92 | 0.08 | 0.22 | 304.89 | 0.85 | 0.42 |
| Hex | C8 | 10 | B9 | 0 | 5C | 8 | 16 | 131 | 55 | 2A |
| Octal | 310 | 20 | 271 | 0 | 134 | 10 | 26 | 461 | 125 | 52 |
| Binary | 11001000 | 10000 | 10111001 | 0 | 1011100 | 1000 | 10110 | 100110001 | 1010101 | 101010 |
Color Harmonies of #C810B9
Complementary color
Monochromatic Colors of #C810B9
Black with #C810B9
Text Example
Text Example
White with #C810B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810B9; }
p { color: rgb(200,16,185); }
H1.HeaderClassName
{
color: #C810B9;
}
.AnyTagClassName
{
color: #C810B9;
}
</style>
background-color css
<style>
a { background-color: #C810B9; }
a { background-color: rgb(200,16,185); }
div.DivClassName
{
background-color: #C810B9;
}
.BgClassName
{
background-color: #C810B9;
}
</style>
border-color css
<style>
span { border-color: #C810B9; }
span { border-color: rgb(200,16,185); }
td.TdClassName
{
border-color: #C810B9;
}
.TagClassName
{
border-color: #C810B9;
}
</style>