Shades of Deep Magenta #C711BE
Tints of Deep Magenta #C711BE
RGB
CMYK
RGB Variations
Color information
#C711BE (or 0xC711BE) is known color: Deep Magenta. HEX triplet: C7, 11 and BE. RGB value is (199,17,190). Sum of RGB (Red+Green+Blue) = 199+17+190=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C711BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711BE is #38EE41. Grayscale: #5A5A5A. Windows color (decimal): -3731010 or 12456391. OLE color: 12456391.
HSL color Cylindrical-coordinate representation of color #C711BE: hue angle of 302.97º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C711BE is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 190 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.22 |
| HSL | 302.97º | 0.84% | 0.42% | - |
| HSV(B) | 302.97º | 0.91% | 0.78% | - |
| XYZ | 33.05 | 16.26 | 50.11 | - |
| YUV | 91.14 | 183.8 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 190 | 0 | 0.91 | 0.05 | 0.22 | 302.97 | 0.84 | 0.42 |
| Hex | C7 | 11 | BE | 0 | 5B | 5 | 16 | 12F | 54 | 2A |
| Octal | 307 | 21 | 276 | 0 | 133 | 5 | 26 | 457 | 124 | 52 |
| Binary | 11000111 | 10001 | 10111110 | 0 | 1011011 | 101 | 10110 | 100101111 | 1010100 | 101010 |
Color Harmonies of #C711BE
Complementary color
Monochromatic Colors of #C711BE
Black with #C711BE
Text Example
Text Example
White with #C711BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711BE; }
p { color: rgb(199,17,190); }
H1.HeaderClassName
{
color: #C711BE;
}
.AnyTagClassName
{
color: #C711BE;
}
</style>
background-color css
<style>
a { background-color: #C711BE; }
a { background-color: rgb(199,17,190); }
div.DivClassName
{
background-color: #C711BE;
}
.BgClassName
{
background-color: #C711BE;
}
</style>
border-color css
<style>
span { border-color: #C711BE; }
span { border-color: rgb(199,17,190); }
td.TdClassName
{
border-color: #C711BE;
}
.TagClassName
{
border-color: #C711BE;
}
</style>