Shades of Medium Violet Red #C91874
Tints of Medium Violet Red #C91874
RGB
CMYK
RGB Variations
Color information
#C91874 (or 0xC91874) is known color: Medium Violet Red. HEX triplet: C9, 18 and 74. RGB value is (201,24,116). Sum of RGB (Red+Green+Blue) = 201+24+116=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C91874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91874 is #36E78B. Grayscale: #575757. Windows color (decimal): -3598220 or 7608521. OLE color: 7608521.
HSL color Cylindrical-coordinate representation of color #C91874: hue angle of 328.81º degrees, saturation: 0.79, 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 #C91874 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 116 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.21 |
| HSL | 328.81º | 0.79% | 0.44% | - |
| HSV(B) | 328.81º | 0.88% | 0.79% | - |
| XYZ | 27.57 | 14.33 | 17.84 | - |
| YUV | 87.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 116 | 0 | 0.88 | 0.42 | 0.21 | 328.81 | 0.79 | 0.44 |
| Hex | C9 | 18 | 74 | 0 | 58 | 2A | 15 | 149 | 4F | 2C |
| Octal | 311 | 30 | 164 | 0 | 130 | 52 | 25 | 511 | 117 | 54 |
| Binary | 11001001 | 11000 | 1110100 | 0 | 1011000 | 101010 | 10101 | 101001001 | 1001111 | 101100 |
Color Harmonies of #C91874
Complementary color
Monochromatic Colors of #C91874
Black with #C91874
Text Example
Text Example
White with #C91874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91874; }
p { color: rgb(201,24,116); }
H1.HeaderClassName
{
color: #C91874;
}
.AnyTagClassName
{
color: #C91874;
}
</style>
background-color css
<style>
a { background-color: #C91874; }
a { background-color: rgb(201,24,116); }
div.DivClassName
{
background-color: #C91874;
}
.BgClassName
{
background-color: #C91874;
}
</style>
border-color css
<style>
span { border-color: #C91874; }
span { border-color: rgb(201,24,116); }
td.TdClassName
{
border-color: #C91874;
}
.TagClassName
{
border-color: #C91874;
}
</style>