Shades of Medium Violet Red #C91593
Tints of Medium Violet Red #C91593
RGB
CMYK
RGB Variations
Color information
#C91593 (or 0xC91593) is known color: Medium Violet Red. HEX triplet: C9, 15 and 93. RGB value is (201,21,147). Sum of RGB (Red+Green+Blue) = 201+21+147=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C91593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91593 is #36EA6C. Grayscale: #585858. Windows color (decimal): -3598957 or 9639369. OLE color: 9639369.
HSL color Cylindrical-coordinate representation of color #C91593: hue angle of 318º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91593 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 147 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.21 |
| HSL | 318º | 0.81% | 0.44% | - |
| HSV(B) | 318º | 0.9% | 0.79% | - |
| XYZ | 29.62 | 15.06 | 28.95 | - |
| YUV | 89.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 147 | 0 | 0.90 | 0.27 | 0.21 | 318 | 0.81 | 0.44 |
| Hex | C9 | 15 | 93 | 0 | 5A | 1B | 15 | 13E | 51 | 2C |
| Octal | 311 | 25 | 223 | 0 | 132 | 33 | 25 | 476 | 121 | 54 |
| Binary | 11001001 | 10101 | 10010011 | 0 | 1011010 | 11011 | 10101 | 100111110 | 1010001 | 101100 |
Color Harmonies of #C91593
Complementary color
Monochromatic Colors of #C91593
Black with #C91593
Text Example
Text Example
White with #C91593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91593; }
p { color: rgb(201,21,147); }
H1.HeaderClassName
{
color: #C91593;
}
.AnyTagClassName
{
color: #C91593;
}
</style>
background-color css
<style>
a { background-color: #C91593; }
a { background-color: rgb(201,21,147); }
div.DivClassName
{
background-color: #C91593;
}
.BgClassName
{
background-color: #C91593;
}
</style>
border-color css
<style>
span { border-color: #C91593; }
span { border-color: rgb(201,21,147); }
td.TdClassName
{
border-color: #C91593;
}
.TagClassName
{
border-color: #C91593;
}
</style>