Shades of Medium Violet Red #C91378
Tints of Medium Violet Red #C91378
RGB
CMYK
RGB Variations
Color information
#C91378 (or 0xC91378) is known color: Medium Violet Red. HEX triplet: C9, 13 and 78. RGB value is (201,19,120). Sum of RGB (Red+Green+Blue) = 201+19+120=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C91378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91378 is #36EC87. Grayscale: #545454. Windows color (decimal): -3599496 or 7869385. OLE color: 7869385.
HSL color Cylindrical-coordinate representation of color #C91378: hue angle of 326.7º degrees, saturation: 0.83, 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 #C91378 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 120 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.21 |
| HSL | 326.7º | 0.83% | 0.43% | - |
| HSV(B) | 326.7º | 0.91% | 0.79% | - |
| XYZ | 27.71 | 14.24 | 19.06 | - |
| YUV | 84.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 120 | 0 | 0.91 | 0.40 | 0.21 | 326.7 | 0.83 | 0.43 |
| Hex | C9 | 13 | 78 | 0 | 5B | 28 | 15 | 147 | 53 | 2B |
| Octal | 311 | 23 | 170 | 0 | 133 | 50 | 25 | 507 | 123 | 53 |
| Binary | 11001001 | 10011 | 1111000 | 0 | 1011011 | 101000 | 10101 | 101000111 | 1010011 | 101011 |
Color Harmonies of #C91378
Complementary color
Monochromatic Colors of #C91378
Black with #C91378
Text Example
Text Example
White with #C91378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91378; }
p { color: rgb(201,19,120); }
H1.HeaderClassName
{
color: #C91378;
}
.AnyTagClassName
{
color: #C91378;
}
</style>
background-color css
<style>
a { background-color: #C91378; }
a { background-color: rgb(201,19,120); }
div.DivClassName
{
background-color: #C91378;
}
.BgClassName
{
background-color: #C91378;
}
</style>
border-color css
<style>
span { border-color: #C91378; }
span { border-color: rgb(201,19,120); }
td.TdClassName
{
border-color: #C91378;
}
.TagClassName
{
border-color: #C91378;
}
</style>