Shades of Medium Violet Red #C90781
Tints of Medium Violet Red #C90781
RGB
CMYK
RGB Variations
Color information
#C90781 (or 0xC90781) is known color: Medium Violet Red. HEX triplet: C9, 07 and 81. RGB value is (201,7,129). Sum of RGB (Red+Green+Blue) = 201+7+129=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C90781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90781 is #36F87E. Grayscale: #4E4E4E. Windows color (decimal): -3602559 or 8456137. OLE color: 8456137.
HSL color Cylindrical-coordinate representation of color #C90781: hue angle of 322.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90781 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.21 |
| HSL | 322.27º | 0.93% | 0.41% | - |
| HSV(B) | 322.27º | 0.97% | 0.79% | - |
| XYZ | 28.13 | 14.15 | 22.02 | - |
| YUV | 78.91 | 156.27 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 129 | 0 | 0.97 | 0.36 | 0.21 | 322.27 | 0.93 | 0.41 |
| Hex | C9 | 7 | 81 | 0 | 61 | 24 | 15 | 142 | 5D | 29 |
| Octal | 311 | 7 | 201 | 0 | 141 | 44 | 25 | 502 | 135 | 51 |
| Binary | 11001001 | 111 | 10000001 | 0 | 1100001 | 100100 | 10101 | 101000010 | 1011101 | 101001 |
Color Harmonies of #C90781
Complementary color
Monochromatic Colors of #C90781
Black with #C90781
Text Example
Text Example
White with #C90781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90781; }
p { color: rgb(201,7,129); }
H1.HeaderClassName
{
color: #C90781;
}
.AnyTagClassName
{
color: #C90781;
}
</style>
background-color css
<style>
a { background-color: #C90781; }
a { background-color: rgb(201,7,129); }
div.DivClassName
{
background-color: #C90781;
}
.BgClassName
{
background-color: #C90781;
}
</style>
border-color css
<style>
span { border-color: #C90781; }
span { border-color: rgb(201,7,129); }
td.TdClassName
{
border-color: #C90781;
}
.TagClassName
{
border-color: #C90781;
}
</style>