Shades of Deep Magenta #C911C0
Tints of Deep Magenta #C911C0
RGB
CMYK
RGB Variations
Color information
#C911C0 (or 0xC911C0) is known color: Deep Magenta. HEX triplet: C9, 11 and C0. RGB value is (201,17,192). Sum of RGB (Red+Green+Blue) = 201+17+192=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C911C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911C0 is #36EE3F. Grayscale: #5B5B5B. Windows color (decimal): -3599936 or 12587465. OLE color: 12587465.
HSL color Cylindrical-coordinate representation of color #C911C0: hue angle of 302.93º 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 #C911C0 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 192 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.21 |
| HSL | 302.93º | 0.84% | 0.43% | - |
| HSV(B) | 302.93º | 0.92% | 0.79% | - |
| XYZ | 33.8 | 16.62 | 51.3 | - |
| YUV | 91.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 192 | 0 | 0.92 | 0.04 | 0.21 | 302.93 | 0.84 | 0.43 |
| Hex | C9 | 11 | C0 | 0 | 5C | 4 | 15 | 12F | 54 | 2B |
| Octal | 311 | 21 | 300 | 0 | 134 | 4 | 25 | 457 | 124 | 53 |
| Binary | 11001001 | 10001 | 11000000 | 0 | 1011100 | 100 | 10101 | 100101111 | 1010100 | 101011 |
Color Harmonies of #C911C0
Complementary color
Monochromatic Colors of #C911C0
Black with #C911C0
Text Example
Text Example
White with #C911C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911C0; }
p { color: rgb(201,17,192); }
H1.HeaderClassName
{
color: #C911C0;
}
.AnyTagClassName
{
color: #C911C0;
}
</style>
background-color css
<style>
a { background-color: #C911C0; }
a { background-color: rgb(201,17,192); }
div.DivClassName
{
background-color: #C911C0;
}
.BgClassName
{
background-color: #C911C0;
}
</style>
border-color css
<style>
span { border-color: #C911C0; }
span { border-color: rgb(201,17,192); }
td.TdClassName
{
border-color: #C911C0;
}
.TagClassName
{
border-color: #C911C0;
}
</style>