Shades of Medium Violet Red #C90072
Tints of Medium Violet Red #C90072
RGB
CMYK
RGB Variations
Color information
#C90072 (or 0xC90072) is known color: Medium Violet Red. HEX triplet: C9, 00 and 72. RGB value is (201,0,114). Sum of RGB (Red+Green+Blue) = 201+0+114=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C90072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90072 is #36FF8D. Grayscale: #484848. Windows color (decimal): -3604366 or 7471305. OLE color: 7471305.
HSL color Cylindrical-coordinate representation of color #C90072: hue angle of 325.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90072 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.43 | 0.21 |
| HSL | 325.97º | 1% | 0.39% | - |
| HSV(B) | 325.97º | 1% | 0.79% | - |
| XYZ | 27.12 | 13.63 | 17.12 | - |
| YUV | 73.1 | 151.09 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 114 | 0 | 1 | 0.43 | 0.21 | 325.97 | 1 | 0.39 |
| Hex | C9 | 0 | 72 | 0 | 64 | 2B | 15 | 146 | 64 | 27 |
| Octal | 311 | 0 | 162 | 0 | 144 | 53 | 25 | 506 | 144 | 47 |
| Binary | 11001001 | 0 | 1110010 | 0 | 1100100 | 101011 | 10101 | 101000110 | 1100100 | 100111 |
Color Harmonies of #C90072
Complementary color
Monochromatic Colors of #C90072
Black with #C90072
Text Example
Text Example
White with #C90072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90072; }
p { color: rgb(201,0,114); }
H1.HeaderClassName
{
color: #C90072;
}
.AnyTagClassName
{
color: #C90072;
}
</style>
background-color css
<style>
a { background-color: #C90072; }
a { background-color: rgb(201,0,114); }
div.DivClassName
{
background-color: #C90072;
}
.BgClassName
{
background-color: #C90072;
}
</style>
border-color css
<style>
span { border-color: #C90072; }
span { border-color: rgb(201,0,114); }
td.TdClassName
{
border-color: #C90072;
}
.TagClassName
{
border-color: #C90072;
}
</style>