Shades of Medium Violet Red #C9157A
Tints of Medium Violet Red #C9157A
RGB
CMYK
RGB Variations
Color information
#C9157A (or 0xC9157A) is known color: Medium Violet Red. HEX triplet: C9, 15 and 7A. RGB value is (201,21,122). Sum of RGB (Red+Green+Blue) = 201+21+122=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9157A is #36EA85. Grayscale: #565656. Windows color (decimal): -3598982 or 8000969. OLE color: 8000969.
HSL color Cylindrical-coordinate representation of color #C9157A: hue angle of 326.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9157A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 122 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.21 |
| HSL | 326.33º | 0.81% | 0.44% | - |
| HSV(B) | 326.33º | 0.9% | 0.79% | - |
| XYZ | 27.87 | 14.36 | 19.72 | - |
| YUV | 86.33 | 148.13 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 122 | 0 | 0.90 | 0.39 | 0.21 | 326.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | 7A | 0 | 5A | 27 | 15 | 146 | 51 | 2C |
| Octal | 311 | 25 | 172 | 0 | 132 | 47 | 25 | 506 | 121 | 54 |
| Binary | 11001001 | 10101 | 1111010 | 0 | 1011010 | 100111 | 10101 | 101000110 | 1010001 | 101100 |
Color Harmonies of #C9157A
Complementary color
Monochromatic Colors of #C9157A
Black with #C9157A
Text Example
Text Example
White with #C9157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9157A; }
p { color: rgb(201,21,122); }
H1.HeaderClassName
{
color: #C9157A;
}
.AnyTagClassName
{
color: #C9157A;
}
</style>
background-color css
<style>
a { background-color: #C9157A; }
a { background-color: rgb(201,21,122); }
div.DivClassName
{
background-color: #C9157A;
}
.BgClassName
{
background-color: #C9157A;
}
</style>
border-color css
<style>
span { border-color: #C9157A; }
span { border-color: rgb(201,21,122); }
td.TdClassName
{
border-color: #C9157A;
}
.TagClassName
{
border-color: #C9157A;
}
</style>