Shades of Medium Violet Red #C90597
Tints of Medium Violet Red #C90597
RGB
CMYK
RGB Variations
Color information
#C90597 (or 0xC90597) is known color: Medium Violet Red. HEX triplet: C9, 05 and 97. RGB value is (201,5,151). Sum of RGB (Red+Green+Blue) = 201+5+151=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C90597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90597 is #36FA68. Grayscale: #4F4F4F. Windows color (decimal): -3603049 or 9897417. OLE color: 9897417.
HSL color Cylindrical-coordinate representation of color #C90597: hue angle of 315.31º 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 #C90597 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 151 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.21 |
| HSL | 315.31º | 0.95% | 0.4% | - |
| HSV(B) | 315.31º | 0.98% | 0.79% | - |
| XYZ | 29.73 | 14.76 | 30.56 | - |
| YUV | 80.25 | 167.93 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 151 | 0 | 0.98 | 0.25 | 0.21 | 315.31 | 0.95 | 0.4 |
| Hex | C9 | 5 | 97 | 0 | 62 | 19 | 15 | 13B | 5F | 28 |
| Octal | 311 | 5 | 227 | 0 | 142 | 31 | 25 | 473 | 137 | 50 |
| Binary | 11001001 | 101 | 10010111 | 0 | 1100010 | 11001 | 10101 | 100111011 | 1011111 | 101000 |
Color Harmonies of #C90597
Complementary color
Monochromatic Colors of #C90597
Black with #C90597
Text Example
Text Example
White with #C90597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90597; }
p { color: rgb(201,5,151); }
H1.HeaderClassName
{
color: #C90597;
}
.AnyTagClassName
{
color: #C90597;
}
</style>
background-color css
<style>
a { background-color: #C90597; }
a { background-color: rgb(201,5,151); }
div.DivClassName
{
background-color: #C90597;
}
.BgClassName
{
background-color: #C90597;
}
</style>
border-color css
<style>
span { border-color: #C90597; }
span { border-color: rgb(201,5,151); }
td.TdClassName
{
border-color: #C90597;
}
.TagClassName
{
border-color: #C90597;
}
</style>