Shades of Medium Red Violet #C93174
Tints of Medium Red Violet #C93174
RGB
CMYK
RGB Variations
Color information
#C93174 (or 0xC93174) is known color: Medium Red Violet. HEX triplet: C9, 31 and 74. RGB value is (201,49,116). Sum of RGB (Red+Green+Blue) = 201+49+116=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C93174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93174 is #36CE8B. Grayscale: #656565. Windows color (decimal): -3591820 or 7614921. OLE color: 7614921.
HSL color Cylindrical-coordinate representation of color #C93174: hue angle of 333.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93174 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 116 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.21 |
| HSL | 333.55º | 0.61% | 0.49% | - |
| HSV(B) | 333.55º | 0.76% | 0.79% | - |
| XYZ | 28.34 | 15.88 | 18.09 | - |
| YUV | 102.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 116 | 0 | 0.76 | 0.42 | 0.21 | 333.55 | 0.61 | 0.49 |
| Hex | C9 | 31 | 74 | 0 | 4C | 2A | 15 | 14E | 3D | 31 |
| Octal | 311 | 61 | 164 | 0 | 114 | 52 | 25 | 516 | 75 | 61 |
| Binary | 11001001 | 110001 | 1110100 | 0 | 1001100 | 101010 | 10101 | 101001110 | 111101 | 110001 |
Color Harmonies of #C93174
Complementary color
Monochromatic Colors of #C93174
Black with #C93174
Text Example
Text Example
White with #C93174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93174; }
p { color: rgb(201,49,116); }
H1.HeaderClassName
{
color: #C93174;
}
.AnyTagClassName
{
color: #C93174;
}
</style>
background-color css
<style>
a { background-color: #C93174; }
a { background-color: rgb(201,49,116); }
div.DivClassName
{
background-color: #C93174;
}
.BgClassName
{
background-color: #C93174;
}
</style>
border-color css
<style>
span { border-color: #C93174; }
span { border-color: rgb(201,49,116); }
td.TdClassName
{
border-color: #C93174;
}
.TagClassName
{
border-color: #C93174;
}
</style>