Shades of Deep Magenta #C711BC
Tints of Deep Magenta #C711BC
RGB
CMYK
RGB Variations
Color information
#C711BC (or 0xC711BC) is known color: Deep Magenta. HEX triplet: C7, 11 and BC. RGB value is (199,17,188). Sum of RGB (Red+Green+Blue) = 199+17+188=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C711BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711BC is #38EE43. Grayscale: #5A5A5A. Windows color (decimal): -3731012 or 12325319. OLE color: 12325319.
HSL color Cylindrical-coordinate representation of color #C711BC: hue angle of 303.63º 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 #C711BC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 188 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.22 |
| HSL | 303.63º | 0.84% | 0.42% | - |
| HSV(B) | 303.63º | 0.91% | 0.78% | - |
| XYZ | 32.83 | 16.17 | 48.97 | - |
| YUV | 90.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 188 | 0 | 0.91 | 0.06 | 0.22 | 303.63 | 0.84 | 0.42 |
| Hex | C7 | 11 | BC | 0 | 5B | 6 | 16 | 130 | 54 | 2A |
| Octal | 307 | 21 | 274 | 0 | 133 | 6 | 26 | 460 | 124 | 52 |
| Binary | 11000111 | 10001 | 10111100 | 0 | 1011011 | 110 | 10110 | 100110000 | 1010100 | 101010 |
Color Harmonies of #C711BC
Complementary color
Monochromatic Colors of #C711BC
Black with #C711BC
Text Example
Text Example
White with #C711BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711BC; }
p { color: rgb(199,17,188); }
H1.HeaderClassName
{
color: #C711BC;
}
.AnyTagClassName
{
color: #C711BC;
}
</style>
background-color css
<style>
a { background-color: #C711BC; }
a { background-color: rgb(199,17,188); }
div.DivClassName
{
background-color: #C711BC;
}
.BgClassName
{
background-color: #C711BC;
}
</style>
border-color css
<style>
span { border-color: #C711BC; }
span { border-color: rgb(199,17,188); }
td.TdClassName
{
border-color: #C711BC;
}
.TagClassName
{
border-color: #C711BC;
}
</style>