Shades of Medium Violet Red #C91994
Tints of Medium Violet Red #C91994
RGB
CMYK
RGB Variations
Color information
#C91994 (or 0xC91994) is known color: Medium Violet Red. HEX triplet: C9, 19 and 94. RGB value is (201,25,148). Sum of RGB (Red+Green+Blue) = 201+25+148=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C91994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91994 is #36E66B. Grayscale: #5B5B5B. Windows color (decimal): -3597932 or 9705929. OLE color: 9705929.
HSL color Cylindrical-coordinate representation of color #C91994: hue angle of 318.07º 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 #C91994 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 148 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.21 |
| HSL | 318.07º | 0.78% | 0.44% | - |
| HSV(B) | 318.07º | 0.88% | 0.79% | - |
| XYZ | 29.78 | 15.25 | 29.39 | - |
| YUV | 91.65 | 159.81 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 148 | 0 | 0.88 | 0.26 | 0.21 | 318.07 | 0.78 | 0.44 |
| Hex | C9 | 19 | 94 | 0 | 58 | 1A | 15 | 13E | 4E | 2C |
| Octal | 311 | 31 | 224 | 0 | 130 | 32 | 25 | 476 | 116 | 54 |
| Binary | 11001001 | 11001 | 10010100 | 0 | 1011000 | 11010 | 10101 | 100111110 | 1001110 | 101100 |
Color Harmonies of #C91994
Complementary color
Monochromatic Colors of #C91994
Black with #C91994
Text Example
Text Example
White with #C91994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91994; }
p { color: rgb(201,25,148); }
H1.HeaderClassName
{
color: #C91994;
}
.AnyTagClassName
{
color: #C91994;
}
</style>
background-color css
<style>
a { background-color: #C91994; }
a { background-color: rgb(201,25,148); }
div.DivClassName
{
background-color: #C91994;
}
.BgClassName
{
background-color: #C91994;
}
</style>
border-color css
<style>
span { border-color: #C91994; }
span { border-color: rgb(201,25,148); }
td.TdClassName
{
border-color: #C91994;
}
.TagClassName
{
border-color: #C91994;
}
</style>