Shades of Medium Violet Red #C91484
Tints of Medium Violet Red #C91484
RGB
CMYK
RGB Variations
Color information
#C91484 (or 0xC91484) is known color: Medium Violet Red. HEX triplet: C9, 14 and 84. RGB value is (201,20,132). Sum of RGB (Red+Green+Blue) = 201+20+132=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C91484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91484 is #36EB7B. Grayscale: #565656. Windows color (decimal): -3599228 or 8656073. OLE color: 8656073.
HSL color Cylindrical-coordinate representation of color #C91484: hue angle of 322.87º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91484 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 132 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.21 |
| HSL | 322.87º | 0.82% | 0.43% | - |
| HSV(B) | 322.87º | 0.9% | 0.79% | - |
| XYZ | 28.5 | 14.58 | 23.14 | - |
| YUV | 86.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 132 | 0 | 0.90 | 0.34 | 0.21 | 322.87 | 0.82 | 0.43 |
| Hex | C9 | 14 | 84 | 0 | 5A | 22 | 15 | 143 | 52 | 2B |
| Octal | 311 | 24 | 204 | 0 | 132 | 42 | 25 | 503 | 122 | 53 |
| Binary | 11001001 | 10100 | 10000100 | 0 | 1011010 | 100010 | 10101 | 101000011 | 1010010 | 101011 |
Color Harmonies of #C91484
Complementary color
Monochromatic Colors of #C91484
Black with #C91484
Text Example
Text Example
White with #C91484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91484; }
p { color: rgb(201,20,132); }
H1.HeaderClassName
{
color: #C91484;
}
.AnyTagClassName
{
color: #C91484;
}
</style>
background-color css
<style>
a { background-color: #C91484; }
a { background-color: rgb(201,20,132); }
div.DivClassName
{
background-color: #C91484;
}
.BgClassName
{
background-color: #C91484;
}
</style>
border-color css
<style>
span { border-color: #C91484; }
span { border-color: rgb(201,20,132); }
td.TdClassName
{
border-color: #C91484;
}
.TagClassName
{
border-color: #C91484;
}
</style>