Shades of Medium Violet Red #C91383
Tints of Medium Violet Red #C91383
RGB
CMYK
RGB Variations
Color information
#C91383 (or 0xC91383) is known color: Medium Violet Red. HEX triplet: C9, 13 and 83. RGB value is (201,19,131). Sum of RGB (Red+Green+Blue) = 201+19+131=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C91383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91383 is #36EC7C. Grayscale: #555555. Windows color (decimal): -3599485 or 8590281. OLE color: 8590281.
HSL color Cylindrical-coordinate representation of color #C91383: hue angle of 323.08º 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 #C91383 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 131 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.21 |
| HSL | 323.08º | 0.83% | 0.43% | - |
| HSV(B) | 323.08º | 0.91% | 0.79% | - |
| XYZ | 28.42 | 14.52 | 22.78 | - |
| YUV | 86.19 | 153.3 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 131 | 0 | 0.91 | 0.35 | 0.21 | 323.08 | 0.83 | 0.43 |
| Hex | C9 | 13 | 83 | 0 | 5B | 23 | 15 | 143 | 53 | 2B |
| Octal | 311 | 23 | 203 | 0 | 133 | 43 | 25 | 503 | 123 | 53 |
| Binary | 11001001 | 10011 | 10000011 | 0 | 1011011 | 100011 | 10101 | 101000011 | 1010011 | 101011 |
Color Harmonies of #C91383
Complementary color
Monochromatic Colors of #C91383
Black with #C91383
Text Example
Text Example
White with #C91383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91383; }
p { color: rgb(201,19,131); }
H1.HeaderClassName
{
color: #C91383;
}
.AnyTagClassName
{
color: #C91383;
}
</style>
background-color css
<style>
a { background-color: #C91383; }
a { background-color: rgb(201,19,131); }
div.DivClassName
{
background-color: #C91383;
}
.BgClassName
{
background-color: #C91383;
}
</style>
border-color css
<style>
span { border-color: #C91383; }
span { border-color: rgb(201,19,131); }
td.TdClassName
{
border-color: #C91383;
}
.TagClassName
{
border-color: #C91383;
}
</style>