Shades of Medium Violet Red #C91C9A
Tints of Medium Violet Red #C91C9A
RGB
CMYK
RGB Variations
Color information
#C91C9A (or 0xC91C9A) is known color: Medium Violet Red. HEX triplet: C9, 1C and 9A. RGB value is (201,28,154). Sum of RGB (Red+Green+Blue) = 201+28+154=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91C9A is #36E365. Grayscale: #5D5D5D. Windows color (decimal): -3597158 or 10099913. OLE color: 10099913.
HSL color Cylindrical-coordinate representation of color #C91C9A: hue angle of 316.3º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91C9A is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 154 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.21 |
| HSL | 316.3º | 0.76% | 0.45% | - |
| HSV(B) | 316.3º | 0.86% | 0.79% | - |
| XYZ | 30.34 | 15.58 | 31.98 | - |
| YUV | 94.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 154 | 0 | 0.86 | 0.23 | 0.21 | 316.3 | 0.76 | 0.45 |
| Hex | C9 | 1C | 9A | 0 | 56 | 17 | 15 | 13C | 4C | 2D |
| Octal | 311 | 34 | 232 | 0 | 126 | 27 | 25 | 474 | 114 | 55 |
| Binary | 11001001 | 11100 | 10011010 | 0 | 1010110 | 10111 | 10101 | 100111100 | 1001100 | 101101 |
Color Harmonies of #C91C9A
Complementary color
Monochromatic Colors of #C91C9A
Black with #C91C9A
Text Example
Text Example
White with #C91C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C9A; }
p { color: rgb(201,28,154); }
H1.HeaderClassName
{
color: #C91C9A;
}
.AnyTagClassName
{
color: #C91C9A;
}
</style>
background-color css
<style>
a { background-color: #C91C9A; }
a { background-color: rgb(201,28,154); }
div.DivClassName
{
background-color: #C91C9A;
}
.BgClassName
{
background-color: #C91C9A;
}
</style>
border-color css
<style>
span { border-color: #C91C9A; }
span { border-color: rgb(201,28,154); }
td.TdClassName
{
border-color: #C91C9A;
}
.TagClassName
{
border-color: #C91C9A;
}
</style>