Shades of Medium Violet Red #C91693
Tints of Medium Violet Red #C91693
RGB
CMYK
RGB Variations
Color information
#C91693 (or 0xC91693) is known color: Medium Violet Red. HEX triplet: C9, 16 and 93. RGB value is (201,22,147). Sum of RGB (Red+Green+Blue) = 201+22+147=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C91693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91693 is #36E96C. Grayscale: #595959. Windows color (decimal): -3598701 or 9639625. OLE color: 9639625.
HSL color Cylindrical-coordinate representation of color #C91693: hue angle of 318.1º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91693 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 147 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.21 |
| HSL | 318.1º | 0.8% | 0.44% | - |
| HSV(B) | 318.1º | 0.89% | 0.79% | - |
| XYZ | 29.64 | 15.1 | 28.96 | - |
| YUV | 89.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 147 | 0 | 0.89 | 0.27 | 0.21 | 318.1 | 0.8 | 0.44 |
| Hex | C9 | 16 | 93 | 0 | 59 | 1B | 15 | 13E | 50 | 2C |
| Octal | 311 | 26 | 223 | 0 | 131 | 33 | 25 | 476 | 120 | 54 |
| Binary | 11001001 | 10110 | 10010011 | 0 | 1011001 | 11011 | 10101 | 100111110 | 1010000 | 101100 |
Color Harmonies of #C91693
Complementary color
Monochromatic Colors of #C91693
Black with #C91693
Text Example
Text Example
White with #C91693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91693; }
p { color: rgb(201,22,147); }
H1.HeaderClassName
{
color: #C91693;
}
.AnyTagClassName
{
color: #C91693;
}
</style>
background-color css
<style>
a { background-color: #C91693; }
a { background-color: rgb(201,22,147); }
div.DivClassName
{
background-color: #C91693;
}
.BgClassName
{
background-color: #C91693;
}
</style>
border-color css
<style>
span { border-color: #C91693; }
span { border-color: rgb(201,22,147); }
td.TdClassName
{
border-color: #C91693;
}
.TagClassName
{
border-color: #C91693;
}
</style>