Shades of Medium Violet Red #C90195
Tints of Medium Violet Red #C90195
RGB
CMYK
RGB Variations
Color information
#C90195 (or 0xC90195) is known color: Medium Violet Red. HEX triplet: C9, 01 and 95. RGB value is (201,1,149). Sum of RGB (Red+Green+Blue) = 201+1+149=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C90195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90195 is #36FE6A. Grayscale: #4D4D4D. Windows color (decimal): -3604075 or 9765321. OLE color: 9765321.
HSL color Cylindrical-coordinate representation of color #C90195: hue angle of 315.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90195 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.21 |
| HSL | 315.6º | 0.99% | 0.4% | - |
| HSV(B) | 315.6º | 1% | 0.79% | - |
| XYZ | 29.52 | 14.61 | 29.7 | - |
| YUV | 77.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 149 | 0 | 1.00 | 0.26 | 0.21 | 315.6 | 0.99 | 0.4 |
| Hex | C9 | 1 | 95 | 0 | 64 | 1A | 15 | 13C | 63 | 28 |
| Octal | 311 | 1 | 225 | 0 | 144 | 32 | 25 | 474 | 143 | 50 |
| Binary | 11001001 | 1 | 10010101 | 0 | 1100100 | 11010 | 10101 | 100111100 | 1100011 | 101000 |
Color Harmonies of #C90195
Complementary color
Monochromatic Colors of #C90195
Black with #C90195
Text Example
Text Example
White with #C90195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90195; }
p { color: rgb(201,1,149); }
H1.HeaderClassName
{
color: #C90195;
}
.AnyTagClassName
{
color: #C90195;
}
</style>
background-color css
<style>
a { background-color: #C90195; }
a { background-color: rgb(201,1,149); }
div.DivClassName
{
background-color: #C90195;
}
.BgClassName
{
background-color: #C90195;
}
</style>
border-color css
<style>
span { border-color: #C90195; }
span { border-color: rgb(201,1,149); }
td.TdClassName
{
border-color: #C90195;
}
.TagClassName
{
border-color: #C90195;
}
</style>