Shades of Medium Violet Red #C90377
Tints of Medium Violet Red #C90377
RGB
CMYK
RGB Variations
Color information
#C90377 (or 0xC90377) is known color: Medium Violet Red. HEX triplet: C9, 03 and 77. RGB value is (201,3,119). Sum of RGB (Red+Green+Blue) = 201+3+119=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C90377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90377 is #36FC88. Grayscale: #4B4B4B. Windows color (decimal): -3603593 or 7799753. OLE color: 7799753.
HSL color Cylindrical-coordinate representation of color #C90377: hue angle of 324.85º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90377 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.21 |
| HSL | 324.85º | 0.97% | 0.4% | - |
| HSV(B) | 324.85º | 0.99% | 0.79% | - |
| XYZ | 27.45 | 13.81 | 18.67 | - |
| YUV | 75.43 | 152.6 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 119 | 0 | 0.99 | 0.41 | 0.21 | 324.85 | 0.97 | 0.4 |
| Hex | C9 | 3 | 77 | 0 | 63 | 29 | 15 | 145 | 61 | 28 |
| Octal | 311 | 3 | 167 | 0 | 143 | 51 | 25 | 505 | 141 | 50 |
| Binary | 11001001 | 11 | 1110111 | 0 | 1100011 | 101001 | 10101 | 101000101 | 1100001 | 101000 |
Color Harmonies of #C90377
Complementary color
Monochromatic Colors of #C90377
Black with #C90377
Text Example
Text Example
White with #C90377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90377; }
p { color: rgb(201,3,119); }
H1.HeaderClassName
{
color: #C90377;
}
.AnyTagClassName
{
color: #C90377;
}
</style>
background-color css
<style>
a { background-color: #C90377; }
a { background-color: rgb(201,3,119); }
div.DivClassName
{
background-color: #C90377;
}
.BgClassName
{
background-color: #C90377;
}
</style>
border-color css
<style>
span { border-color: #C90377; }
span { border-color: rgb(201,3,119); }
td.TdClassName
{
border-color: #C90377;
}
.TagClassName
{
border-color: #C90377;
}
</style>