Shades of Deep Magenta #C710BF
Tints of Deep Magenta #C710BF
RGB
CMYK
RGB Variations
Color information
#C710BF (or 0xC710BF) is known color: Deep Magenta. HEX triplet: C7, 10 and BF. RGB value is (199,16,191). Sum of RGB (Red+Green+Blue) = 199+16+191=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C710BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710BF is #38EF40. Grayscale: #5A5A5A. Windows color (decimal): -3731265 or 12521671. OLE color: 12521671.
HSL color Cylindrical-coordinate representation of color #C710BF: hue angle of 302.62º 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 #C710BF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 191 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.22 |
| HSL | 302.62º | 0.85% | 0.42% | - |
| HSV(B) | 302.62º | 0.92% | 0.78% | - |
| XYZ | 33.14 | 16.27 | 50.68 | - |
| YUV | 90.67 | 184.63 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 191 | 0 | 0.92 | 0.04 | 0.22 | 302.62 | 0.85 | 0.42 |
| Hex | C7 | 10 | BF | 0 | 5C | 4 | 16 | 12F | 55 | 2A |
| Octal | 307 | 20 | 277 | 0 | 134 | 4 | 26 | 457 | 125 | 52 |
| Binary | 11000111 | 10000 | 10111111 | 0 | 1011100 | 100 | 10110 | 100101111 | 1010101 | 101010 |
Color Harmonies of #C710BF
Complementary color
Monochromatic Colors of #C710BF
Black with #C710BF
Text Example
Text Example
White with #C710BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710BF; }
p { color: rgb(199,16,191); }
H1.HeaderClassName
{
color: #C710BF;
}
.AnyTagClassName
{
color: #C710BF;
}
</style>
background-color css
<style>
a { background-color: #C710BF; }
a { background-color: rgb(199,16,191); }
div.DivClassName
{
background-color: #C710BF;
}
.BgClassName
{
background-color: #C710BF;
}
</style>
border-color css
<style>
span { border-color: #C710BF; }
span { border-color: rgb(199,16,191); }
td.TdClassName
{
border-color: #C710BF;
}
.TagClassName
{
border-color: #C710BF;
}
</style>