Shades of Medium Violet Red #C90C72
Tints of Medium Violet Red #C90C72
RGB
CMYK
RGB Variations
Color information
#C90C72 (or 0xC90C72) is known color: Medium Violet Red. HEX triplet: C9, 0C and 72. RGB value is (201,12,114). Sum of RGB (Red+Green+Blue) = 201+12+114=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90C72 is #36F38D. Grayscale: #4F4F4F. Windows color (decimal): -3601294 or 7474377. OLE color: 7474377.
HSL color Cylindrical-coordinate representation of color #C90C72: hue angle of 327.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C72 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 114 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.21 |
| HSL | 327.62º | 0.89% | 0.42% | - |
| HSV(B) | 327.62º | 0.94% | 0.79% | - |
| XYZ | 27.26 | 13.9 | 17.17 | - |
| YUV | 80.14 | 147.12 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 114 | 0 | 0.94 | 0.43 | 0.21 | 327.62 | 0.89 | 0.42 |
| Hex | C9 | C | 72 | 0 | 5E | 2B | 15 | 148 | 59 | 2A |
| Octal | 311 | 14 | 162 | 0 | 136 | 53 | 25 | 510 | 131 | 52 |
| Binary | 11001001 | 1100 | 1110010 | 0 | 1011110 | 101011 | 10101 | 101001000 | 1011001 | 101010 |
Color Harmonies of #C90C72
Complementary color
Monochromatic Colors of #C90C72
Black with #C90C72
Text Example
Text Example
White with #C90C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C72; }
p { color: rgb(201,12,114); }
H1.HeaderClassName
{
color: #C90C72;
}
.AnyTagClassName
{
color: #C90C72;
}
</style>
background-color css
<style>
a { background-color: #C90C72; }
a { background-color: rgb(201,12,114); }
div.DivClassName
{
background-color: #C90C72;
}
.BgClassName
{
background-color: #C90C72;
}
</style>
border-color css
<style>
span { border-color: #C90C72; }
span { border-color: rgb(201,12,114); }
td.TdClassName
{
border-color: #C90C72;
}
.TagClassName
{
border-color: #C90C72;
}
</style>