Shades of Medium Violet Red #C9127A
Tints of Medium Violet Red #C9127A
RGB
CMYK
RGB Variations
Color information
#C9127A (or 0xC9127A) is known color: Medium Violet Red. HEX triplet: C9, 12 and 7A. RGB value is (201,18,122). Sum of RGB (Red+Green+Blue) = 201+18+122=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9127A is #36ED85. Grayscale: #545454. Windows color (decimal): -3599750 or 8000201. OLE color: 8000201.
HSL color Cylindrical-coordinate representation of color #C9127A: hue angle of 325.9º 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 #C9127A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 122 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.21 |
| HSL | 325.9º | 0.84% | 0.43% | - |
| HSV(B) | 325.9º | 0.91% | 0.79% | - |
| XYZ | 27.82 | 14.26 | 19.7 | - |
| YUV | 84.57 | 149.13 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 122 | 0 | 0.91 | 0.39 | 0.21 | 325.9 | 0.84 | 0.43 |
| Hex | C9 | 12 | 7A | 0 | 5B | 27 | 15 | 146 | 54 | 2B |
| Octal | 311 | 22 | 172 | 0 | 133 | 47 | 25 | 506 | 124 | 53 |
| Binary | 11001001 | 10010 | 1111010 | 0 | 1011011 | 100111 | 10101 | 101000110 | 1010100 | 101011 |
Color Harmonies of #C9127A
Complementary color
Monochromatic Colors of #C9127A
Black with #C9127A
Text Example
Text Example
White with #C9127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9127A; }
p { color: rgb(201,18,122); }
H1.HeaderClassName
{
color: #C9127A;
}
.AnyTagClassName
{
color: #C9127A;
}
</style>
background-color css
<style>
a { background-color: #C9127A; }
a { background-color: rgb(201,18,122); }
div.DivClassName
{
background-color: #C9127A;
}
.BgClassName
{
background-color: #C9127A;
}
</style>
border-color css
<style>
span { border-color: #C9127A; }
span { border-color: rgb(201,18,122); }
td.TdClassName
{
border-color: #C9127A;
}
.TagClassName
{
border-color: #C9127A;
}
</style>