Shades of Medium Violet Red #C90385
Tints of Medium Violet Red #C90385
RGB
CMYK
RGB Variations
Color information
#C90385 (or 0xC90385) is known color: Medium Violet Red. HEX triplet: C9, 03 and 85. RGB value is (201,3,133). Sum of RGB (Red+Green+Blue) = 201+3+133=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C90385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90385 is #36FC7A. Grayscale: #4C4C4C. Windows color (decimal): -3603579 or 8717257. OLE color: 8717257.
HSL color Cylindrical-coordinate representation of color #C90385: hue angle of 320.61º 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 #C90385 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.21 |
| HSL | 320.61º | 0.97% | 0.4% | - |
| HSV(B) | 320.61º | 0.99% | 0.79% | - |
| XYZ | 28.35 | 14.18 | 23.43 | - |
| YUV | 77.02 | 159.6 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 133 | 0 | 0.99 | 0.34 | 0.21 | 320.61 | 0.97 | 0.4 |
| Hex | C9 | 3 | 85 | 0 | 63 | 22 | 15 | 141 | 61 | 28 |
| Octal | 311 | 3 | 205 | 0 | 143 | 42 | 25 | 501 | 141 | 50 |
| Binary | 11001001 | 11 | 10000101 | 0 | 1100011 | 100010 | 10101 | 101000001 | 1100001 | 101000 |
Color Harmonies of #C90385
Complementary color
Monochromatic Colors of #C90385
Black with #C90385
Text Example
Text Example
White with #C90385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90385; }
p { color: rgb(201,3,133); }
H1.HeaderClassName
{
color: #C90385;
}
.AnyTagClassName
{
color: #C90385;
}
</style>
background-color css
<style>
a { background-color: #C90385; }
a { background-color: rgb(201,3,133); }
div.DivClassName
{
background-color: #C90385;
}
.BgClassName
{
background-color: #C90385;
}
</style>
border-color css
<style>
span { border-color: #C90385; }
span { border-color: rgb(201,3,133); }
td.TdClassName
{
border-color: #C90385;
}
.TagClassName
{
border-color: #C90385;
}
</style>