Shades of Medium Violet Red #C90C7F
Tints of Medium Violet Red #C90C7F
RGB
CMYK
RGB Variations
Color information
#C90C7F (or 0xC90C7F) is known color: Medium Violet Red. HEX triplet: C9, 0C and 7F. RGB value is (201,12,127). Sum of RGB (Red+Green+Blue) = 201+12+127=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90C7F is #36F380. Grayscale: #515151. Windows color (decimal): -3601281 or 8326345. OLE color: 8326345.
HSL color Cylindrical-coordinate representation of color #C90C7F: hue angle of 323.49º 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 #C90C7F is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 127 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.21 |
| HSL | 323.49º | 0.89% | 0.42% | - |
| HSV(B) | 323.49º | 0.94% | 0.79% | - |
| XYZ | 28.05 | 14.21 | 21.34 | - |
| YUV | 81.62 | 153.62 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 127 | 0 | 0.94 | 0.37 | 0.21 | 323.49 | 0.89 | 0.42 |
| Hex | C9 | C | 7F | 0 | 5E | 25 | 15 | 143 | 59 | 2A |
| Octal | 311 | 14 | 177 | 0 | 136 | 45 | 25 | 503 | 131 | 52 |
| Binary | 11001001 | 1100 | 1111111 | 0 | 1011110 | 100101 | 10101 | 101000011 | 1011001 | 101010 |
Color Harmonies of #C90C7F
Complementary color
Monochromatic Colors of #C90C7F
Black with #C90C7F
Text Example
Text Example
White with #C90C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C7F; }
p { color: rgb(201,12,127); }
H1.HeaderClassName
{
color: #C90C7F;
}
.AnyTagClassName
{
color: #C90C7F;
}
</style>
background-color css
<style>
a { background-color: #C90C7F; }
a { background-color: rgb(201,12,127); }
div.DivClassName
{
background-color: #C90C7F;
}
.BgClassName
{
background-color: #C90C7F;
}
</style>
border-color css
<style>
span { border-color: #C90C7F; }
span { border-color: rgb(201,12,127); }
td.TdClassName
{
border-color: #C90C7F;
}
.TagClassName
{
border-color: #C90C7F;
}
</style>