Shades of Deep Magenta #C810BF
Tints of Deep Magenta #C810BF
RGB
CMYK
RGB Variations
Color information
#C810BF (or 0xC810BF) is known color: Deep Magenta. HEX triplet: C8, 10 and BF. RGB value is (200,16,191). Sum of RGB (Red+Green+Blue) = 200+16+191=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C810BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810BF is #37EF40. Grayscale: #5A5A5A. Windows color (decimal): -3665729 or 12521672. OLE color: 12521672.
HSL color Cylindrical-coordinate representation of color #C810BF: hue angle of 302.93º 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 #C810BF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 191 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.22 |
| HSL | 302.93º | 0.85% | 0.42% | - |
| HSV(B) | 302.93º | 0.92% | 0.78% | - |
| XYZ | 33.41 | 16.41 | 50.7 | - |
| YUV | 90.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 191 | 0 | 0.92 | 0.04 | 0.22 | 302.93 | 0.85 | 0.42 |
| Hex | C8 | 10 | BF | 0 | 5C | 4 | 16 | 12F | 55 | 2A |
| Octal | 310 | 20 | 277 | 0 | 134 | 4 | 26 | 457 | 125 | 52 |
| Binary | 11001000 | 10000 | 10111111 | 0 | 1011100 | 100 | 10110 | 100101111 | 1010101 | 101010 |
Color Harmonies of #C810BF
Complementary color
Monochromatic Colors of #C810BF
Black with #C810BF
Text Example
Text Example
White with #C810BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810BF; }
p { color: rgb(200,16,191); }
H1.HeaderClassName
{
color: #C810BF;
}
.AnyTagClassName
{
color: #C810BF;
}
</style>
background-color css
<style>
a { background-color: #C810BF; }
a { background-color: rgb(200,16,191); }
div.DivClassName
{
background-color: #C810BF;
}
.BgClassName
{
background-color: #C810BF;
}
</style>
border-color css
<style>
span { border-color: #C810BF; }
span { border-color: rgb(200,16,191); }
td.TdClassName
{
border-color: #C810BF;
}
.TagClassName
{
border-color: #C810BF;
}
</style>