Shades of Medium Violet Red #C9126E
Tints of Medium Violet Red #C9126E
RGB
CMYK
RGB Variations
Color information
#C9126E (or 0xC9126E) is known color: Medium Violet Red. HEX triplet: C9, 12 and 6E. RGB value is (201,18,110). Sum of RGB (Red+Green+Blue) = 201+18+110=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9126E is #36ED91. Grayscale: #535353. Windows color (decimal): -3599762 or 7213769. OLE color: 7213769.
HSL color Cylindrical-coordinate representation of color #C9126E: hue angle of 329.84º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9126E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 110 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.21 |
| HSL | 329.84º | 0.84% | 0.43% | - |
| HSV(B) | 329.84º | 0.91% | 0.79% | - |
| XYZ | 27.12 | 13.98 | 16.02 | - |
| YUV | 83.21 | 143.13 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 110 | 0 | 0.91 | 0.45 | 0.21 | 329.84 | 0.84 | 0.43 |
| Hex | C9 | 12 | 6E | 0 | 5B | 2D | 15 | 14A | 54 | 2B |
| Octal | 311 | 22 | 156 | 0 | 133 | 55 | 25 | 512 | 124 | 53 |
| Binary | 11001001 | 10010 | 1101110 | 0 | 1011011 | 101101 | 10101 | 101001010 | 1010100 | 101011 |
Color Harmonies of #C9126E
Complementary color
Monochromatic Colors of #C9126E
Black with #C9126E
Text Example
Text Example
White with #C9126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9126E; }
p { color: rgb(201,18,110); }
H1.HeaderClassName
{
color: #C9126E;
}
.AnyTagClassName
{
color: #C9126E;
}
</style>
background-color css
<style>
a { background-color: #C9126E; }
a { background-color: rgb(201,18,110); }
div.DivClassName
{
background-color: #C9126E;
}
.BgClassName
{
background-color: #C9126E;
}
</style>
border-color css
<style>
span { border-color: #C9126E; }
span { border-color: rgb(201,18,110); }
td.TdClassName
{
border-color: #C9126E;
}
.TagClassName
{
border-color: #C9126E;
}
</style>