Shades of Medium Violet Red #C91582
Tints of Medium Violet Red #C91582
RGB
CMYK
RGB Variations
Color information
#C91582 (or 0xC91582) is known color: Medium Violet Red. HEX triplet: C9, 15 and 82. RGB value is (201,21,130). Sum of RGB (Red+Green+Blue) = 201+21+130=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C91582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91582 is #36EA7D. Grayscale: #565656. Windows color (decimal): -3598974 or 8525257. OLE color: 8525257.
HSL color Cylindrical-coordinate representation of color #C91582: hue angle of 323.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91582 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 130 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.21 |
| HSL | 323.67º | 0.81% | 0.44% | - |
| HSV(B) | 323.67º | 0.9% | 0.79% | - |
| XYZ | 28.38 | 14.57 | 22.43 | - |
| YUV | 87.25 | 152.13 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 130 | 0 | 0.90 | 0.35 | 0.21 | 323.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | 82 | 0 | 5A | 23 | 15 | 144 | 51 | 2C |
| Octal | 311 | 25 | 202 | 0 | 132 | 43 | 25 | 504 | 121 | 54 |
| Binary | 11001001 | 10101 | 10000010 | 0 | 1011010 | 100011 | 10101 | 101000100 | 1010001 | 101100 |
Color Harmonies of #C91582
Complementary color
Monochromatic Colors of #C91582
Black with #C91582
Text Example
Text Example
White with #C91582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91582; }
p { color: rgb(201,21,130); }
H1.HeaderClassName
{
color: #C91582;
}
.AnyTagClassName
{
color: #C91582;
}
</style>
background-color css
<style>
a { background-color: #C91582; }
a { background-color: rgb(201,21,130); }
div.DivClassName
{
background-color: #C91582;
}
.BgClassName
{
background-color: #C91582;
}
</style>
border-color css
<style>
span { border-color: #C91582; }
span { border-color: rgb(201,21,130); }
td.TdClassName
{
border-color: #C91582;
}
.TagClassName
{
border-color: #C91582;
}
</style>