Shades of Deep Magenta #C710BE
Tints of Deep Magenta #C710BE
RGB
CMYK
RGB Variations
Color information
#C710BE (or 0xC710BE) is known color: Deep Magenta. HEX triplet: C7, 10 and BE. RGB value is (199,16,190). Sum of RGB (Red+Green+Blue) = 199+16+190=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C710BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710BE is #38EF41. Grayscale: #5A5A5A. Windows color (decimal): -3731266 or 12456135. OLE color: 12456135.
HSL color Cylindrical-coordinate representation of color #C710BE: hue angle of 302.95º 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 #C710BE is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.22 |
| HSL | 302.95º | 0.85% | 0.42% | - |
| HSV(B) | 302.95º | 0.92% | 0.78% | - |
| XYZ | 33.03 | 16.23 | 50.11 | - |
| YUV | 90.55 | 184.13 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 190 | 0 | 0.92 | 0.05 | 0.22 | 302.95 | 0.85 | 0.42 |
| Hex | C7 | 10 | BE | 0 | 5C | 5 | 16 | 12F | 55 | 2A |
| Octal | 307 | 20 | 276 | 0 | 134 | 5 | 26 | 457 | 125 | 52 |
| Binary | 11000111 | 10000 | 10111110 | 0 | 1011100 | 101 | 10110 | 100101111 | 1010101 | 101010 |
Color Harmonies of #C710BE
Complementary color
Monochromatic Colors of #C710BE
Black with #C710BE
Text Example
Text Example
White with #C710BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710BE; }
p { color: rgb(199,16,190); }
H1.HeaderClassName
{
color: #C710BE;
}
.AnyTagClassName
{
color: #C710BE;
}
</style>
background-color css
<style>
a { background-color: #C710BE; }
a { background-color: rgb(199,16,190); }
div.DivClassName
{
background-color: #C710BE;
}
.BgClassName
{
background-color: #C710BE;
}
</style>
border-color css
<style>
span { border-color: #C710BE; }
span { border-color: rgb(199,16,190); }
td.TdClassName
{
border-color: #C710BE;
}
.TagClassName
{
border-color: #C710BE;
}
</style>