Shades of Medium Violet Red #C91281
Tints of Medium Violet Red #C91281
RGB
CMYK
RGB Variations
Color information
#C91281 (or 0xC91281) is known color: Medium Violet Red. HEX triplet: C9, 12 and 81. RGB value is (201,18,129). Sum of RGB (Red+Green+Blue) = 201+18+129=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C91281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91281 is #36ED7E. Grayscale: #555555. Windows color (decimal): -3599743 or 8458953. OLE color: 8458953.
HSL color Cylindrical-coordinate representation of color #C91281: hue angle of 323.61º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91281 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.21 |
| HSL | 323.61º | 0.84% | 0.43% | - |
| HSV(B) | 323.61º | 0.91% | 0.79% | - |
| XYZ | 28.27 | 14.44 | 22.07 | - |
| YUV | 85.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 129 | 0 | 0.91 | 0.36 | 0.21 | 323.61 | 0.84 | 0.43 |
| Hex | C9 | 12 | 81 | 0 | 5B | 24 | 15 | 144 | 54 | 2B |
| Octal | 311 | 22 | 201 | 0 | 133 | 44 | 25 | 504 | 124 | 53 |
| Binary | 11001001 | 10010 | 10000001 | 0 | 1011011 | 100100 | 10101 | 101000100 | 1010100 | 101011 |
Color Harmonies of #C91281
Complementary color
Monochromatic Colors of #C91281
Black with #C91281
Text Example
Text Example
White with #C91281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91281; }
p { color: rgb(201,18,129); }
H1.HeaderClassName
{
color: #C91281;
}
.AnyTagClassName
{
color: #C91281;
}
</style>
background-color css
<style>
a { background-color: #C91281; }
a { background-color: rgb(201,18,129); }
div.DivClassName
{
background-color: #C91281;
}
.BgClassName
{
background-color: #C91281;
}
</style>
border-color css
<style>
span { border-color: #C91281; }
span { border-color: rgb(201,18,129); }
td.TdClassName
{
border-color: #C91281;
}
.TagClassName
{
border-color: #C91281;
}
</style>