Shades of Medium Violet Red #C91493
Tints of Medium Violet Red #C91493
RGB
CMYK
RGB Variations
Color information
#C91493 (or 0xC91493) is known color: Medium Violet Red. HEX triplet: C9, 14 and 93. RGB value is (201,20,147). Sum of RGB (Red+Green+Blue) = 201+20+147=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C91493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91493 is #36EB6C. Grayscale: #585858. Windows color (decimal): -3599213 or 9639113. OLE color: 9639113.
HSL color Cylindrical-coordinate representation of color #C91493: hue angle of 317.9º 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 #C91493 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 147 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.21 |
| HSL | 317.9º | 0.82% | 0.43% | - |
| HSV(B) | 317.9º | 0.9% | 0.79% | - |
| XYZ | 29.6 | 15.02 | 28.94 | - |
| YUV | 88.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 147 | 0 | 0.90 | 0.27 | 0.21 | 317.9 | 0.82 | 0.43 |
| Hex | C9 | 14 | 93 | 0 | 5A | 1B | 15 | 13E | 52 | 2B |
| Octal | 311 | 24 | 223 | 0 | 132 | 33 | 25 | 476 | 122 | 53 |
| Binary | 11001001 | 10100 | 10010011 | 0 | 1011010 | 11011 | 10101 | 100111110 | 1010010 | 101011 |
Color Harmonies of #C91493
Complementary color
Monochromatic Colors of #C91493
Black with #C91493
Text Example
Text Example
White with #C91493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91493; }
p { color: rgb(201,20,147); }
H1.HeaderClassName
{
color: #C91493;
}
.AnyTagClassName
{
color: #C91493;
}
</style>
background-color css
<style>
a { background-color: #C91493; }
a { background-color: rgb(201,20,147); }
div.DivClassName
{
background-color: #C91493;
}
.BgClassName
{
background-color: #C91493;
}
</style>
border-color css
<style>
span { border-color: #C91493; }
span { border-color: rgb(201,20,147); }
td.TdClassName
{
border-color: #C91493;
}
.TagClassName
{
border-color: #C91493;
}
</style>