Shades of Medium Violet Red #C90275
Tints of Medium Violet Red #C90275
RGB
CMYK
RGB Variations
Color information
#C90275 (or 0xC90275) is known color: Medium Violet Red. HEX triplet: C9, 02 and 75. RGB value is (201,2,117). Sum of RGB (Red+Green+Blue) = 201+2+117=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C90275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90275 is #36FD8A. Grayscale: #4A4A4A. Windows color (decimal): -3603851 or 7668425. OLE color: 7668425.
HSL color Cylindrical-coordinate representation of color #C90275: hue angle of 325.33º degrees, saturation: 0.98, 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 #C90275 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.21 |
| HSL | 325.33º | 0.98% | 0.4% | - |
| HSV(B) | 325.33º | 0.99% | 0.79% | - |
| XYZ | 27.32 | 13.75 | 18.04 | - |
| YUV | 74.61 | 151.93 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 117 | 0 | 0.99 | 0.42 | 0.21 | 325.33 | 0.98 | 0.4 |
| Hex | C9 | 2 | 75 | 0 | 63 | 2A | 15 | 145 | 62 | 28 |
| Octal | 311 | 2 | 165 | 0 | 143 | 52 | 25 | 505 | 142 | 50 |
| Binary | 11001001 | 10 | 1110101 | 0 | 1100011 | 101010 | 10101 | 101000101 | 1100010 | 101000 |
Color Harmonies of #C90275
Complementary color
Monochromatic Colors of #C90275
Black with #C90275
Text Example
Text Example
White with #C90275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90275; }
p { color: rgb(201,2,117); }
H1.HeaderClassName
{
color: #C90275;
}
.AnyTagClassName
{
color: #C90275;
}
</style>
background-color css
<style>
a { background-color: #C90275; }
a { background-color: rgb(201,2,117); }
div.DivClassName
{
background-color: #C90275;
}
.BgClassName
{
background-color: #C90275;
}
</style>
border-color css
<style>
span { border-color: #C90275; }
span { border-color: rgb(201,2,117); }
td.TdClassName
{
border-color: #C90275;
}
.TagClassName
{
border-color: #C90275;
}
</style>