Shades of Medium Violet Red #C90D7F
Tints of Medium Violet Red #C90D7F
RGB
CMYK
RGB Variations
Color information
#C90D7F (or 0xC90D7F) is known color: Medium Violet Red. HEX triplet: C9, 0D and 7F. RGB value is (201,13,127). Sum of RGB (Red+Green+Blue) = 201+13+127=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90D7F is #36F280. Grayscale: #515151. Windows color (decimal): -3601025 or 8326601. OLE color: 8326601.
HSL color Cylindrical-coordinate representation of color #C90D7F: hue angle of 323.62º degrees, saturation: 0.88, 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 #C90D7F is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 127 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.21 |
| HSL | 323.62º | 0.88% | 0.42% | - |
| HSV(B) | 323.62º | 0.94% | 0.79% | - |
| XYZ | 28.06 | 14.24 | 21.35 | - |
| YUV | 82.21 | 153.28 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 127 | 0 | 0.94 | 0.37 | 0.21 | 323.62 | 0.88 | 0.42 |
| Hex | C9 | D | 7F | 0 | 5E | 25 | 15 | 144 | 58 | 2A |
| Octal | 311 | 15 | 177 | 0 | 136 | 45 | 25 | 504 | 130 | 52 |
| Binary | 11001001 | 1101 | 1111111 | 0 | 1011110 | 100101 | 10101 | 101000100 | 1011000 | 101010 |
Color Harmonies of #C90D7F
Complementary color
Monochromatic Colors of #C90D7F
Black with #C90D7F
Text Example
Text Example
White with #C90D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90D7F; }
p { color: rgb(201,13,127); }
H1.HeaderClassName
{
color: #C90D7F;
}
.AnyTagClassName
{
color: #C90D7F;
}
</style>
background-color css
<style>
a { background-color: #C90D7F; }
a { background-color: rgb(201,13,127); }
div.DivClassName
{
background-color: #C90D7F;
}
.BgClassName
{
background-color: #C90D7F;
}
</style>
border-color css
<style>
span { border-color: #C90D7F; }
span { border-color: rgb(201,13,127); }
td.TdClassName
{
border-color: #C90D7F;
}
.TagClassName
{
border-color: #C90D7F;
}
</style>