Shades of Medium Violet Red #C91975
Tints of Medium Violet Red #C91975
RGB
CMYK
RGB Variations
Color information
#C91975 (or 0xC91975) is known color: Medium Violet Red. HEX triplet: C9, 19 and 75. RGB value is (201,25,117). Sum of RGB (Red+Green+Blue) = 201+25+117=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C91975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91975 is #36E68A. Grayscale: #575757. Windows color (decimal): -3597963 or 7674313. OLE color: 7674313.
HSL color Cylindrical-coordinate representation of color #C91975: hue angle of 328.64º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91975 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 117 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.21 |
| HSL | 328.64º | 0.78% | 0.44% | - |
| HSV(B) | 328.64º | 0.88% | 0.79% | - |
| XYZ | 27.65 | 14.4 | 18.15 | - |
| YUV | 88.11 | 144.31 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 117 | 0 | 0.88 | 0.42 | 0.21 | 328.64 | 0.78 | 0.44 |
| Hex | C9 | 19 | 75 | 0 | 58 | 2A | 15 | 149 | 4E | 2C |
| Octal | 311 | 31 | 165 | 0 | 130 | 52 | 25 | 511 | 116 | 54 |
| Binary | 11001001 | 11001 | 1110101 | 0 | 1011000 | 101010 | 10101 | 101001001 | 1001110 | 101100 |
Color Harmonies of #C91975
Complementary color
Monochromatic Colors of #C91975
Black with #C91975
Text Example
Text Example
White with #C91975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91975; }
p { color: rgb(201,25,117); }
H1.HeaderClassName
{
color: #C91975;
}
.AnyTagClassName
{
color: #C91975;
}
</style>
background-color css
<style>
a { background-color: #C91975; }
a { background-color: rgb(201,25,117); }
div.DivClassName
{
background-color: #C91975;
}
.BgClassName
{
background-color: #C91975;
}
</style>
border-color css
<style>
span { border-color: #C91975; }
span { border-color: rgb(201,25,117); }
td.TdClassName
{
border-color: #C91975;
}
.TagClassName
{
border-color: #C91975;
}
</style>