Shades of Medium Violet Red #C90394
Tints of Medium Violet Red #C90394
RGB
CMYK
RGB Variations
Color information
#C90394 (or 0xC90394) is known color: Medium Violet Red. HEX triplet: C9, 03 and 94. RGB value is (201,3,148). Sum of RGB (Red+Green+Blue) = 201+3+148=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C90394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90394 is #36FC6B. Grayscale: #4E4E4E. Windows color (decimal): -3603564 or 9700297. OLE color: 9700297.
HSL color Cylindrical-coordinate representation of color #C90394: hue angle of 316.06º 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 #C90394 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 148 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.21 |
| HSL | 316.06º | 0.97% | 0.4% | - |
| HSV(B) | 316.06º | 0.99% | 0.79% | - |
| XYZ | 29.47 | 14.62 | 29.29 | - |
| YUV | 78.73 | 167.1 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 148 | 0 | 0.99 | 0.26 | 0.21 | 316.06 | 0.97 | 0.4 |
| Hex | C9 | 3 | 94 | 0 | 63 | 1A | 15 | 13C | 61 | 28 |
| Octal | 311 | 3 | 224 | 0 | 143 | 32 | 25 | 474 | 141 | 50 |
| Binary | 11001001 | 11 | 10010100 | 0 | 1100011 | 11010 | 10101 | 100111100 | 1100001 | 101000 |
Color Harmonies of #C90394
Complementary color
Monochromatic Colors of #C90394
Black with #C90394
Text Example
Text Example
White with #C90394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90394; }
p { color: rgb(201,3,148); }
H1.HeaderClassName
{
color: #C90394;
}
.AnyTagClassName
{
color: #C90394;
}
</style>
background-color css
<style>
a { background-color: #C90394; }
a { background-color: rgb(201,3,148); }
div.DivClassName
{
background-color: #C90394;
}
.BgClassName
{
background-color: #C90394;
}
</style>
border-color css
<style>
span { border-color: #C90394; }
span { border-color: rgb(201,3,148); }
td.TdClassName
{
border-color: #C90394;
}
.TagClassName
{
border-color: #C90394;
}
</style>