Shades of Medium Violet Red #C9159D
Tints of Medium Violet Red #C9159D
RGB
CMYK
RGB Variations
Color information
#C9159D (or 0xC9159D) is known color: Medium Violet Red. HEX triplet: C9, 15 and 9D. RGB value is (201,21,157). Sum of RGB (Red+Green+Blue) = 201+21+157=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9159D is #36EA62. Grayscale: #595959. Windows color (decimal): -3598947 or 10294729. OLE color: 10294729.
HSL color Cylindrical-coordinate representation of color #C9159D: hue angle of 314.67º 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 #C9159D is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 157 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.21 |
| HSL | 314.67º | 0.81% | 0.44% | - |
| HSV(B) | 314.67º | 0.9% | 0.79% | - |
| XYZ | 30.44 | 15.39 | 33.26 | - |
| YUV | 90.32 | 165.63 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 157 | 0 | 0.90 | 0.22 | 0.21 | 314.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | 9D | 0 | 5A | 16 | 15 | 13B | 51 | 2C |
| Octal | 311 | 25 | 235 | 0 | 132 | 26 | 25 | 473 | 121 | 54 |
| Binary | 11001001 | 10101 | 10011101 | 0 | 1011010 | 10110 | 10101 | 100111011 | 1010001 | 101100 |
Color Harmonies of #C9159D
Complementary color
Monochromatic Colors of #C9159D
Black with #C9159D
Text Example
Text Example
White with #C9159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9159D; }
p { color: rgb(201,21,157); }
H1.HeaderClassName
{
color: #C9159D;
}
.AnyTagClassName
{
color: #C9159D;
}
</style>
background-color css
<style>
a { background-color: #C9159D; }
a { background-color: rgb(201,21,157); }
div.DivClassName
{
background-color: #C9159D;
}
.BgClassName
{
background-color: #C9159D;
}
</style>
border-color css
<style>
span { border-color: #C9159D; }
span { border-color: rgb(201,21,157); }
td.TdClassName
{
border-color: #C9159D;
}
.TagClassName
{
border-color: #C9159D;
}
</style>