Shades of Deep Magenta #C911B1
Tints of Deep Magenta #C911B1
RGB
CMYK
RGB Variations
Color information
#C911B1 (or 0xC911B1) is known color: Deep Magenta. HEX triplet: C9, 11 and B1. RGB value is (201,17,177). Sum of RGB (Red+Green+Blue) = 201+17+177=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C911B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C911B1 is #36EE4E. Grayscale: #595959. Windows color (decimal): -3599951 or 11604425. OLE color: 11604425.
HSL color Cylindrical-coordinate representation of color #C911B1: hue angle of 307.83º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C911B1 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 177 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.21 |
| HSL | 307.83º | 0.84% | 0.43% | - |
| HSV(B) | 307.83º | 0.92% | 0.79% | - |
| XYZ | 32.22 | 15.99 | 42.98 | - |
| YUV | 90.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 177 | 0 | 0.92 | 0.12 | 0.21 | 307.83 | 0.84 | 0.43 |
| Hex | C9 | 11 | B1 | 0 | 5C | C | 15 | 134 | 54 | 2B |
| Octal | 311 | 21 | 261 | 0 | 134 | 14 | 25 | 464 | 124 | 53 |
| Binary | 11001001 | 10001 | 10110001 | 0 | 1011100 | 1100 | 10101 | 100110100 | 1010100 | 101011 |
Color Harmonies of #C911B1
Complementary color
Monochromatic Colors of #C911B1
Black with #C911B1
Text Example
Text Example
White with #C911B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911B1; }
p { color: rgb(201,17,177); }
H1.HeaderClassName
{
color: #C911B1;
}
.AnyTagClassName
{
color: #C911B1;
}
</style>
background-color css
<style>
a { background-color: #C911B1; }
a { background-color: rgb(201,17,177); }
div.DivClassName
{
background-color: #C911B1;
}
.BgClassName
{
background-color: #C911B1;
}
</style>
border-color css
<style>
span { border-color: #C911B1; }
span { border-color: rgb(201,17,177); }
td.TdClassName
{
border-color: #C911B1;
}
.TagClassName
{
border-color: #C911B1;
}
</style>