Shades of Deep Magenta #C911BD
Tints of Deep Magenta #C911BD
RGB
CMYK
RGB Variations
Color information
#C911BD (or 0xC911BD) is known color: Deep Magenta. HEX triplet: C9, 11 and BD. RGB value is (201,17,189). Sum of RGB (Red+Green+Blue) = 201+17+189=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C911BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911BD is #36EE42. Grayscale: #5B5B5B. Windows color (decimal): -3599939 or 12390857. OLE color: 12390857.
HSL color Cylindrical-coordinate representation of color #C911BD: hue angle of 303.91º 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 #C911BD is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 189 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.21 |
| HSL | 303.91º | 0.84% | 0.43% | - |
| HSV(B) | 303.91º | 0.92% | 0.79% | - |
| XYZ | 33.47 | 16.49 | 49.56 | - |
| YUV | 91.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 189 | 0 | 0.92 | 0.06 | 0.21 | 303.91 | 0.84 | 0.43 |
| Hex | C9 | 11 | BD | 0 | 5C | 6 | 15 | 130 | 54 | 2B |
| Octal | 311 | 21 | 275 | 0 | 134 | 6 | 25 | 460 | 124 | 53 |
| Binary | 11001001 | 10001 | 10111101 | 0 | 1011100 | 110 | 10101 | 100110000 | 1010100 | 101011 |
Color Harmonies of #C911BD
Complementary color
Monochromatic Colors of #C911BD
Black with #C911BD
Text Example
Text Example
White with #C911BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911BD; }
p { color: rgb(201,17,189); }
H1.HeaderClassName
{
color: #C911BD;
}
.AnyTagClassName
{
color: #C911BD;
}
</style>
background-color css
<style>
a { background-color: #C911BD; }
a { background-color: rgb(201,17,189); }
div.DivClassName
{
background-color: #C911BD;
}
.BgClassName
{
background-color: #C911BD;
}
</style>
border-color css
<style>
span { border-color: #C911BD; }
span { border-color: rgb(201,17,189); }
td.TdClassName
{
border-color: #C911BD;
}
.TagClassName
{
border-color: #C911BD;
}
</style>