Shades of Deep Magenta #C710BC
Tints of Deep Magenta #C710BC
RGB
CMYK
RGB Variations
Color information
#C710BC (or 0xC710BC) is known color: Deep Magenta. HEX triplet: C7, 10 and BC. RGB value is (199,16,188). Sum of RGB (Red+Green+Blue) = 199+16+188=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C710BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710BC is #38EF43. Grayscale: #595959. Windows color (decimal): -3731268 or 12325063. OLE color: 12325063.
HSL color Cylindrical-coordinate representation of color #C710BC: hue angle of 303.61º 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 #C710BC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.22 |
| HSL | 303.61º | 0.85% | 0.42% | - |
| HSV(B) | 303.61º | 0.92% | 0.78% | - |
| XYZ | 32.82 | 16.14 | 48.96 | - |
| YUV | 90.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 188 | 0 | 0.92 | 0.06 | 0.22 | 303.61 | 0.85 | 0.42 |
| Hex | C7 | 10 | BC | 0 | 5C | 6 | 16 | 130 | 55 | 2A |
| Octal | 307 | 20 | 274 | 0 | 134 | 6 | 26 | 460 | 125 | 52 |
| Binary | 11000111 | 10000 | 10111100 | 0 | 1011100 | 110 | 10110 | 100110000 | 1010101 | 101010 |
Color Harmonies of #C710BC
Complementary color
Monochromatic Colors of #C710BC
Black with #C710BC
Text Example
Text Example
White with #C710BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710BC; }
p { color: rgb(199,16,188); }
H1.HeaderClassName
{
color: #C710BC;
}
.AnyTagClassName
{
color: #C710BC;
}
</style>
background-color css
<style>
a { background-color: #C710BC; }
a { background-color: rgb(199,16,188); }
div.DivClassName
{
background-color: #C710BC;
}
.BgClassName
{
background-color: #C710BC;
}
</style>
border-color css
<style>
span { border-color: #C710BC; }
span { border-color: rgb(199,16,188); }
td.TdClassName
{
border-color: #C710BC;
}
.TagClassName
{
border-color: #C710BC;
}
</style>