Shades of Medium Violet Red #C90574
Tints of Medium Violet Red #C90574
RGB
CMYK
RGB Variations
Color information
#C90574 (or 0xC90574) is known color: Medium Violet Red. HEX triplet: C9, 05 and 74. RGB value is (201,5,116). Sum of RGB (Red+Green+Blue) = 201+5+116=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C90574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90574 is #36FA8B. Grayscale: #4C4C4C. Windows color (decimal): -3603084 or 7603657. OLE color: 7603657.
HSL color Cylindrical-coordinate representation of color #C90574: hue angle of 326.02º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90574 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.21 |
| HSL | 326.02º | 0.95% | 0.4% | - |
| HSV(B) | 326.02º | 0.98% | 0.79% | - |
| XYZ | 27.29 | 13.79 | 17.75 | - |
| YUV | 76.26 | 150.43 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 116 | 0 | 0.98 | 0.42 | 0.21 | 326.02 | 0.95 | 0.4 |
| Hex | C9 | 5 | 74 | 0 | 62 | 2A | 15 | 146 | 5F | 28 |
| Octal | 311 | 5 | 164 | 0 | 142 | 52 | 25 | 506 | 137 | 50 |
| Binary | 11001001 | 101 | 1110100 | 0 | 1100010 | 101010 | 10101 | 101000110 | 1011111 | 101000 |
Color Harmonies of #C90574
Complementary color
Monochromatic Colors of #C90574
Black with #C90574
Text Example
Text Example
White with #C90574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90574; }
p { color: rgb(201,5,116); }
H1.HeaderClassName
{
color: #C90574;
}
.AnyTagClassName
{
color: #C90574;
}
</style>
background-color css
<style>
a { background-color: #C90574; }
a { background-color: rgb(201,5,116); }
div.DivClassName
{
background-color: #C90574;
}
.BgClassName
{
background-color: #C90574;
}
</style>
border-color css
<style>
span { border-color: #C90574; }
span { border-color: rgb(201,5,116); }
td.TdClassName
{
border-color: #C90574;
}
.TagClassName
{
border-color: #C90574;
}
</style>