Shades of Deep Magenta #C711BB
Tints of Deep Magenta #C711BB
RGB
CMYK
RGB Variations
Color information
#C711BB (or 0xC711BB) is known color: Deep Magenta. HEX triplet: C7, 11 and BB. RGB value is (199,17,187). Sum of RGB (Red+Green+Blue) = 199+17+187=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C711BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711BB is #38EE44. Grayscale: #5A5A5A. Windows color (decimal): -3731013 or 12259783. OLE color: 12259783.
HSL color Cylindrical-coordinate representation of color #C711BB: hue angle of 303.96º 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 #C711BB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 187 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.22 |
| HSL | 303.96º | 0.84% | 0.42% | - |
| HSV(B) | 303.96º | 0.91% | 0.78% | - |
| XYZ | 32.72 | 16.13 | 48.4 | - |
| YUV | 90.8 | 182.3 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 187 | 0 | 0.91 | 0.06 | 0.22 | 303.96 | 0.84 | 0.42 |
| Hex | C7 | 11 | BB | 0 | 5B | 6 | 16 | 130 | 54 | 2A |
| Octal | 307 | 21 | 273 | 0 | 133 | 6 | 26 | 460 | 124 | 52 |
| Binary | 11000111 | 10001 | 10111011 | 0 | 1011011 | 110 | 10110 | 100110000 | 1010100 | 101010 |
Color Harmonies of #C711BB
Complementary color
Monochromatic Colors of #C711BB
Black with #C711BB
Text Example
Text Example
White with #C711BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711BB; }
p { color: rgb(199,17,187); }
H1.HeaderClassName
{
color: #C711BB;
}
.AnyTagClassName
{
color: #C711BB;
}
</style>
background-color css
<style>
a { background-color: #C711BB; }
a { background-color: rgb(199,17,187); }
div.DivClassName
{
background-color: #C711BB;
}
.BgClassName
{
background-color: #C711BB;
}
</style>
border-color css
<style>
span { border-color: #C711BB; }
span { border-color: rgb(199,17,187); }
td.TdClassName
{
border-color: #C711BB;
}
.TagClassName
{
border-color: #C711BB;
}
</style>