Shades of Medium Violet Red #C90782
Tints of Medium Violet Red #C90782
RGB
CMYK
RGB Variations
Color information
#C90782 (or 0xC90782) is known color: Medium Violet Red. HEX triplet: C9, 07 and 82. RGB value is (201,7,130). Sum of RGB (Red+Green+Blue) = 201+7+130=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C90782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90782 is #36F87D. Grayscale: #4E4E4E. Windows color (decimal): -3602558 or 8521673. OLE color: 8521673.
HSL color Cylindrical-coordinate representation of color #C90782: hue angle of 321.96º 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 #C90782 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 130 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.21 |
| HSL | 321.96º | 0.93% | 0.41% | - |
| HSV(B) | 321.96º | 0.97% | 0.79% | - |
| XYZ | 28.19 | 14.18 | 22.37 | - |
| YUV | 79.03 | 156.77 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 130 | 0 | 0.97 | 0.35 | 0.21 | 321.96 | 0.93 | 0.41 |
| Hex | C9 | 7 | 82 | 0 | 61 | 23 | 15 | 142 | 5D | 29 |
| Octal | 311 | 7 | 202 | 0 | 141 | 43 | 25 | 502 | 135 | 51 |
| Binary | 11001001 | 111 | 10000010 | 0 | 1100001 | 100011 | 10101 | 101000010 | 1011101 | 101001 |
Color Harmonies of #C90782
Complementary color
Monochromatic Colors of #C90782
Black with #C90782
Text Example
Text Example
White with #C90782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90782; }
p { color: rgb(201,7,130); }
H1.HeaderClassName
{
color: #C90782;
}
.AnyTagClassName
{
color: #C90782;
}
</style>
background-color css
<style>
a { background-color: #C90782; }
a { background-color: rgb(201,7,130); }
div.DivClassName
{
background-color: #C90782;
}
.BgClassName
{
background-color: #C90782;
}
</style>
border-color css
<style>
span { border-color: #C90782; }
span { border-color: rgb(201,7,130); }
td.TdClassName
{
border-color: #C90782;
}
.TagClassName
{
border-color: #C90782;
}
</style>