Shades of Deep Magenta #C711BD
Tints of Deep Magenta #C711BD
RGB
CMYK
RGB Variations
Color information
#C711BD (or 0xC711BD) is known color: Deep Magenta. HEX triplet: C7, 11 and BD. RGB value is (199,17,189). Sum of RGB (Red+Green+Blue) = 199+17+189=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C711BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711BD is #38EE42. Grayscale: #5A5A5A. Windows color (decimal): -3731011 or 12390855. OLE color: 12390855.
HSL color Cylindrical-coordinate representation of color #C711BD: hue angle of 303.3º 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 #C711BD is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 189 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.22 |
| HSL | 303.3º | 0.84% | 0.42% | - |
| HSV(B) | 303.3º | 0.91% | 0.78% | - |
| XYZ | 32.94 | 16.22 | 49.54 | - |
| YUV | 91.03 | 183.3 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 189 | 0 | 0.91 | 0.05 | 0.22 | 303.3 | 0.84 | 0.42 |
| Hex | C7 | 11 | BD | 0 | 5B | 5 | 16 | 12F | 54 | 2A |
| Octal | 307 | 21 | 275 | 0 | 133 | 5 | 26 | 457 | 124 | 52 |
| Binary | 11000111 | 10001 | 10111101 | 0 | 1011011 | 101 | 10110 | 100101111 | 1010100 | 101010 |
Color Harmonies of #C711BD
Complementary color
Monochromatic Colors of #C711BD
Black with #C711BD
Text Example
Text Example
White with #C711BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711BD; }
p { color: rgb(199,17,189); }
H1.HeaderClassName
{
color: #C711BD;
}
.AnyTagClassName
{
color: #C711BD;
}
</style>
background-color css
<style>
a { background-color: #C711BD; }
a { background-color: rgb(199,17,189); }
div.DivClassName
{
background-color: #C711BD;
}
.BgClassName
{
background-color: #C711BD;
}
</style>
border-color css
<style>
span { border-color: #C711BD; }
span { border-color: rgb(199,17,189); }
td.TdClassName
{
border-color: #C711BD;
}
.TagClassName
{
border-color: #C711BD;
}
</style>