Shades of Medium Violet Red #C91379
Tints of Medium Violet Red #C91379
RGB
CMYK
RGB Variations
Color information
#C91379 (or 0xC91379) is known color: Medium Violet Red. HEX triplet: C9, 13 and 79. RGB value is (201,19,121). Sum of RGB (Red+Green+Blue) = 201+19+121=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C91379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91379 is #36EC86. Grayscale: #545454. Windows color (decimal): -3599495 or 7934921. OLE color: 7934921.
HSL color Cylindrical-coordinate representation of color #C91379: hue angle of 326.37º degrees, saturation: 0.83, 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 #C91379 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 121 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.21 |
| HSL | 326.37º | 0.83% | 0.43% | - |
| HSV(B) | 326.37º | 0.91% | 0.79% | - |
| XYZ | 27.77 | 14.26 | 19.38 | - |
| YUV | 85.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 121 | 0 | 0.91 | 0.40 | 0.21 | 326.37 | 0.83 | 0.43 |
| Hex | C9 | 13 | 79 | 0 | 5B | 28 | 15 | 146 | 53 | 2B |
| Octal | 311 | 23 | 171 | 0 | 133 | 50 | 25 | 506 | 123 | 53 |
| Binary | 11001001 | 10011 | 1111001 | 0 | 1011011 | 101000 | 10101 | 101000110 | 1010011 | 101011 |
Color Harmonies of #C91379
Complementary color
Monochromatic Colors of #C91379
Black with #C91379
Text Example
Text Example
White with #C91379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91379; }
p { color: rgb(201,19,121); }
H1.HeaderClassName
{
color: #C91379;
}
.AnyTagClassName
{
color: #C91379;
}
</style>
background-color css
<style>
a { background-color: #C91379; }
a { background-color: rgb(201,19,121); }
div.DivClassName
{
background-color: #C91379;
}
.BgClassName
{
background-color: #C91379;
}
</style>
border-color css
<style>
span { border-color: #C91379; }
span { border-color: rgb(201,19,121); }
td.TdClassName
{
border-color: #C91379;
}
.TagClassName
{
border-color: #C91379;
}
</style>