Shades of Deep Magenta #C710BB
Tints of Deep Magenta #C710BB
RGB
CMYK
RGB Variations
Color information
#C710BB (or 0xC710BB) is known color: Deep Magenta. HEX triplet: C7, 10 and BB. RGB value is (199,16,187). Sum of RGB (Red+Green+Blue) = 199+16+187=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C710BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710BB is #38EF44. Grayscale: #595959. Windows color (decimal): -3731269 or 12259527. OLE color: 12259527.
HSL color Cylindrical-coordinate representation of color #C710BB: hue angle of 303.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 #C710BB is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 187 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.22 |
| HSL | 303.93º | 0.85% | 0.42% | - |
| HSV(B) | 303.93º | 0.92% | 0.78% | - |
| XYZ | 32.71 | 16.1 | 48.4 | - |
| YUV | 90.21 | 182.63 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 187 | 0 | 0.92 | 0.06 | 0.22 | 303.93 | 0.85 | 0.42 |
| Hex | C7 | 10 | BB | 0 | 5C | 6 | 16 | 130 | 55 | 2A |
| Octal | 307 | 20 | 273 | 0 | 134 | 6 | 26 | 460 | 125 | 52 |
| Binary | 11000111 | 10000 | 10111011 | 0 | 1011100 | 110 | 10110 | 100110000 | 1010101 | 101010 |
Color Harmonies of #C710BB
Complementary color
Monochromatic Colors of #C710BB
Black with #C710BB
Text Example
Text Example
White with #C710BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710BB; }
p { color: rgb(199,16,187); }
H1.HeaderClassName
{
color: #C710BB;
}
.AnyTagClassName
{
color: #C710BB;
}
</style>
background-color css
<style>
a { background-color: #C710BB; }
a { background-color: rgb(199,16,187); }
div.DivClassName
{
background-color: #C710BB;
}
.BgClassName
{
background-color: #C710BB;
}
</style>
border-color css
<style>
span { border-color: #C710BB; }
span { border-color: rgb(199,16,187); }
td.TdClassName
{
border-color: #C710BB;
}
.TagClassName
{
border-color: #C710BB;
}
</style>