Shades of Medium Violet Red #C90375
Tints of Medium Violet Red #C90375
RGB
CMYK
RGB Variations
Color information
#C90375 (or 0xC90375) is known color: Medium Violet Red. HEX triplet: C9, 03 and 75. RGB value is (201,3,117). Sum of RGB (Red+Green+Blue) = 201+3+117=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C90375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90375 is #36FC8A. Grayscale: #4A4A4A. Windows color (decimal): -3603595 or 7668681. OLE color: 7668681.
HSL color Cylindrical-coordinate representation of color #C90375: hue angle of 325.45º 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 #C90375 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.21 |
| HSL | 325.45º | 0.97% | 0.4% | - |
| HSV(B) | 325.45º | 0.99% | 0.79% | - |
| XYZ | 27.33 | 13.77 | 18.05 | - |
| YUV | 75.2 | 151.6 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 117 | 0 | 0.99 | 0.42 | 0.21 | 325.45 | 0.97 | 0.4 |
| Hex | C9 | 3 | 75 | 0 | 63 | 2A | 15 | 145 | 61 | 28 |
| Octal | 311 | 3 | 165 | 0 | 143 | 52 | 25 | 505 | 141 | 50 |
| Binary | 11001001 | 11 | 1110101 | 0 | 1100011 | 101010 | 10101 | 101000101 | 1100001 | 101000 |
Color Harmonies of #C90375
Complementary color
Monochromatic Colors of #C90375
Black with #C90375
Text Example
Text Example
White with #C90375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90375; }
p { color: rgb(201,3,117); }
H1.HeaderClassName
{
color: #C90375;
}
.AnyTagClassName
{
color: #C90375;
}
</style>
background-color css
<style>
a { background-color: #C90375; }
a { background-color: rgb(201,3,117); }
div.DivClassName
{
background-color: #C90375;
}
.BgClassName
{
background-color: #C90375;
}
</style>
border-color css
<style>
span { border-color: #C90375; }
span { border-color: rgb(201,3,117); }
td.TdClassName
{
border-color: #C90375;
}
.TagClassName
{
border-color: #C90375;
}
</style>