Shades of Medium Violet Red #C91082
Tints of Medium Violet Red #C91082
RGB
CMYK
RGB Variations
Color information
#C91082 (or 0xC91082) is known color: Medium Violet Red. HEX triplet: C9, 10 and 82. RGB value is (201,16,130). Sum of RGB (Red+Green+Blue) = 201+16+130=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C91082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91082 is #36EF7D. Grayscale: #545454. Windows color (decimal): -3600254 or 8523977. OLE color: 8523977.
HSL color Cylindrical-coordinate representation of color #C91082: hue angle of 323.03º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91082 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 130 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.21 |
| HSL | 323.03º | 0.85% | 0.43% | - |
| HSV(B) | 323.03º | 0.92% | 0.79% | - |
| XYZ | 28.3 | 14.4 | 22.41 | - |
| YUV | 84.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 130 | 0 | 0.92 | 0.35 | 0.21 | 323.03 | 0.85 | 0.43 |
| Hex | C9 | 10 | 82 | 0 | 5C | 23 | 15 | 143 | 55 | 2B |
| Octal | 311 | 20 | 202 | 0 | 134 | 43 | 25 | 503 | 125 | 53 |
| Binary | 11001001 | 10000 | 10000010 | 0 | 1011100 | 100011 | 10101 | 101000011 | 1010101 | 101011 |
Color Harmonies of #C91082
Complementary color
Monochromatic Colors of #C91082
Black with #C91082
Text Example
Text Example
White with #C91082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91082; }
p { color: rgb(201,16,130); }
H1.HeaderClassName
{
color: #C91082;
}
.AnyTagClassName
{
color: #C91082;
}
</style>
background-color css
<style>
a { background-color: #C91082; }
a { background-color: rgb(201,16,130); }
div.DivClassName
{
background-color: #C91082;
}
.BgClassName
{
background-color: #C91082;
}
</style>
border-color css
<style>
span { border-color: #C91082; }
span { border-color: rgb(201,16,130); }
td.TdClassName
{
border-color: #C91082;
}
.TagClassName
{
border-color: #C91082;
}
</style>