Shades of Deep Magenta #C711BF
Tints of Deep Magenta #C711BF
RGB
CMYK
RGB Variations
Color information
#C711BF (or 0xC711BF) is known color: Deep Magenta. HEX triplet: C7, 11 and BF. RGB value is (199,17,191). Sum of RGB (Red+Green+Blue) = 199+17+191=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C711BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711BF is #38EE40. Grayscale: #5A5A5A. Windows color (decimal): -3731009 or 12521927. OLE color: 12521927.
HSL color Cylindrical-coordinate representation of color #C711BF: hue angle of 302.64º 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 #C711BF is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 191 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.22 |
| HSL | 302.64º | 0.84% | 0.42% | - |
| HSV(B) | 302.64º | 0.91% | 0.78% | - |
| XYZ | 33.16 | 16.3 | 50.69 | - |
| YUV | 91.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 191 | 0 | 0.91 | 0.04 | 0.22 | 302.64 | 0.84 | 0.42 |
| Hex | C7 | 11 | BF | 0 | 5B | 4 | 16 | 12F | 54 | 2A |
| Octal | 307 | 21 | 277 | 0 | 133 | 4 | 26 | 457 | 124 | 52 |
| Binary | 11000111 | 10001 | 10111111 | 0 | 1011011 | 100 | 10110 | 100101111 | 1010100 | 101010 |
Color Harmonies of #C711BF
Complementary color
Monochromatic Colors of #C711BF
Black with #C711BF
Text Example
Text Example
White with #C711BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711BF; }
p { color: rgb(199,17,191); }
H1.HeaderClassName
{
color: #C711BF;
}
.AnyTagClassName
{
color: #C711BF;
}
</style>
background-color css
<style>
a { background-color: #C711BF; }
a { background-color: rgb(199,17,191); }
div.DivClassName
{
background-color: #C711BF;
}
.BgClassName
{
background-color: #C711BF;
}
</style>
border-color css
<style>
span { border-color: #C711BF; }
span { border-color: rgb(199,17,191); }
td.TdClassName
{
border-color: #C711BF;
}
.TagClassName
{
border-color: #C711BF;
}
</style>