Shades of Deep Magenta #C810B7
Tints of Deep Magenta #C810B7
RGB
CMYK
RGB Variations
Color information
#C810B7 (or 0xC810B7) is known color: Deep Magenta. HEX triplet: C8, 10 and B7. RGB value is (200,16,183). Sum of RGB (Red+Green+Blue) = 200+16+183=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C810B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810B7 is #37EF48. Grayscale: #595959. Windows color (decimal): -3665737 or 11997384. OLE color: 11997384.
HSL color Cylindrical-coordinate representation of color #C810B7: hue angle of 305.54º 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 #C810B7 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 183 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.22 |
| HSL | 305.54º | 0.85% | 0.42% | - |
| HSV(B) | 305.54º | 0.92% | 0.78% | - |
| XYZ | 32.55 | 16.07 | 46.19 | - |
| YUV | 90.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 183 | 0 | 0.92 | 0.08 | 0.22 | 305.54 | 0.85 | 0.42 |
| Hex | C8 | 10 | B7 | 0 | 5C | 8 | 16 | 132 | 55 | 2A |
| Octal | 310 | 20 | 267 | 0 | 134 | 10 | 26 | 462 | 125 | 52 |
| Binary | 11001000 | 10000 | 10110111 | 0 | 1011100 | 1000 | 10110 | 100110010 | 1010101 | 101010 |
Color Harmonies of #C810B7
Complementary color
Monochromatic Colors of #C810B7
Black with #C810B7
Text Example
Text Example
White with #C810B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810B7; }
p { color: rgb(200,16,183); }
H1.HeaderClassName
{
color: #C810B7;
}
.AnyTagClassName
{
color: #C810B7;
}
</style>
background-color css
<style>
a { background-color: #C810B7; }
a { background-color: rgb(200,16,183); }
div.DivClassName
{
background-color: #C810B7;
}
.BgClassName
{
background-color: #C810B7;
}
</style>
border-color css
<style>
span { border-color: #C810B7; }
span { border-color: rgb(200,16,183); }
td.TdClassName
{
border-color: #C810B7;
}
.TagClassName
{
border-color: #C810B7;
}
</style>