Shades of Medium Violet Red #C91481
Tints of Medium Violet Red #C91481
RGB
CMYK
RGB Variations
Color information
#C91481 (or 0xC91481) is known color: Medium Violet Red. HEX triplet: C9, 14 and 81. RGB value is (201,20,129). Sum of RGB (Red+Green+Blue) = 201+20+129=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C91481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91481 is #36EB7E. Grayscale: #565656. Windows color (decimal): -3599231 or 8459465. OLE color: 8459465.
HSL color Cylindrical-coordinate representation of color #C91481: hue angle of 323.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 #C91481 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 129 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.21 |
| HSL | 323.87º | 0.82% | 0.43% | - |
| HSV(B) | 323.87º | 0.9% | 0.79% | - |
| XYZ | 28.3 | 14.5 | 22.08 | - |
| YUV | 86.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 129 | 0 | 0.90 | 0.36 | 0.21 | 323.87 | 0.82 | 0.43 |
| Hex | C9 | 14 | 81 | 0 | 5A | 24 | 15 | 144 | 52 | 2B |
| Octal | 311 | 24 | 201 | 0 | 132 | 44 | 25 | 504 | 122 | 53 |
| Binary | 11001001 | 10100 | 10000001 | 0 | 1011010 | 100100 | 10101 | 101000100 | 1010010 | 101011 |
Color Harmonies of #C91481
Complementary color
Monochromatic Colors of #C91481
Black with #C91481
Text Example
Text Example
White with #C91481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91481; }
p { color: rgb(201,20,129); }
H1.HeaderClassName
{
color: #C91481;
}
.AnyTagClassName
{
color: #C91481;
}
</style>
background-color css
<style>
a { background-color: #C91481; }
a { background-color: rgb(201,20,129); }
div.DivClassName
{
background-color: #C91481;
}
.BgClassName
{
background-color: #C91481;
}
</style>
border-color css
<style>
span { border-color: #C91481; }
span { border-color: rgb(201,20,129); }
td.TdClassName
{
border-color: #C91481;
}
.TagClassName
{
border-color: #C91481;
}
</style>