Shades of Medium Violet Red #C9126C
Tints of Medium Violet Red #C9126C
RGB
CMYK
RGB Variations
Color information
#C9126C (or 0xC9126C) is known color: Medium Violet Red. HEX triplet: C9, 12 and 6C. RGB value is (201,18,108). Sum of RGB (Red+Green+Blue) = 201+18+108=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9126C is #36ED93. Grayscale: #525252. Windows color (decimal): -3599764 or 7082697. OLE color: 7082697.
HSL color Cylindrical-coordinate representation of color #C9126C: hue angle of 330.49º 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 #C9126C is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 108 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.21 |
| HSL | 330.49º | 0.84% | 0.43% | - |
| HSV(B) | 330.49º | 0.91% | 0.79% | - |
| XYZ | 27.01 | 13.93 | 15.45 | - |
| YUV | 82.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 108 | 0 | 0.91 | 0.46 | 0.21 | 330.49 | 0.84 | 0.43 |
| Hex | C9 | 12 | 6C | 0 | 5B | 2E | 15 | 14A | 54 | 2B |
| Octal | 311 | 22 | 154 | 0 | 133 | 56 | 25 | 512 | 124 | 53 |
| Binary | 11001001 | 10010 | 1101100 | 0 | 1011011 | 101110 | 10101 | 101001010 | 1010100 | 101011 |
Color Harmonies of #C9126C
Complementary color
Monochromatic Colors of #C9126C
Black with #C9126C
Text Example
Text Example
White with #C9126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9126C; }
p { color: rgb(201,18,108); }
H1.HeaderClassName
{
color: #C9126C;
}
.AnyTagClassName
{
color: #C9126C;
}
</style>
background-color css
<style>
a { background-color: #C9126C; }
a { background-color: rgb(201,18,108); }
div.DivClassName
{
background-color: #C9126C;
}
.BgClassName
{
background-color: #C9126C;
}
</style>
border-color css
<style>
span { border-color: #C9126C; }
span { border-color: rgb(201,18,108); }
td.TdClassName
{
border-color: #C9126C;
}
.TagClassName
{
border-color: #C9126C;
}
</style>