Shades of Medium Violet Red #C90598
Tints of Medium Violet Red #C90598
RGB
CMYK
RGB Variations
Color information
#C90598 (or 0xC90598) is known color: Medium Violet Red. HEX triplet: C9, 05 and 98. RGB value is (201,5,152). Sum of RGB (Red+Green+Blue) = 201+5+152=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C90598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90598 is #36FA67. Grayscale: #4F4F4F. Windows color (decimal): -3603048 or 9962953. OLE color: 9962953.
HSL color Cylindrical-coordinate representation of color #C90598: hue angle of 315º 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 #C90598 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 152 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.21 |
| HSL | 315º | 0.95% | 0.4% | - |
| HSV(B) | 315º | 0.98% | 0.79% | - |
| XYZ | 29.81 | 14.79 | 30.99 | - |
| YUV | 80.36 | 168.43 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 152 | 0 | 0.98 | 0.24 | 0.21 | 315 | 0.95 | 0.4 |
| Hex | C9 | 5 | 98 | 0 | 62 | 18 | 15 | 13B | 5F | 28 |
| Octal | 311 | 5 | 230 | 0 | 142 | 30 | 25 | 473 | 137 | 50 |
| Binary | 11001001 | 101 | 10011000 | 0 | 1100010 | 11000 | 10101 | 100111011 | 1011111 | 101000 |
Color Harmonies of #C90598
Complementary color
Monochromatic Colors of #C90598
Black with #C90598
Text Example
Text Example
White with #C90598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90598; }
p { color: rgb(201,5,152); }
H1.HeaderClassName
{
color: #C90598;
}
.AnyTagClassName
{
color: #C90598;
}
</style>
background-color css
<style>
a { background-color: #C90598; }
a { background-color: rgb(201,5,152); }
div.DivClassName
{
background-color: #C90598;
}
.BgClassName
{
background-color: #C90598;
}
</style>
border-color css
<style>
span { border-color: #C90598; }
span { border-color: rgb(201,5,152); }
td.TdClassName
{
border-color: #C90598;
}
.TagClassName
{
border-color: #C90598;
}
</style>