Shades of Medium Red Violet #9C417C
Tints of Medium Red Violet #9C417C
RGB
CMYK
RGB Variations
Color information
#9C417C (or 0x9C417C) is known color: Medium Red Violet. HEX triplet: 9C, 41 and 7C. RGB value is (156,65,124). Sum of RGB (Red+Green+Blue) = 156+65+124=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C417C is #63BE83. Grayscale: #626262. Windows color (decimal): -6536836 or 8143260. OLE color: 8143260.
HSL color Cylindrical-coordinate representation of color #9C417C: hue angle of 321.1º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C417C is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 65 | 124 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.39 |
| HSL | 321.1º | 0.41% | 0.43% | - |
| HSV(B) | 321.1º | 0.58% | 0.61% | - |
| XYZ | 19.24 | 12.3 | 20.43 | - |
| YUV | 98.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 124 | 0 | 0.58 | 0.21 | 0.39 | 321.1 | 0.41 | 0.43 |
| Hex | 9C | 41 | 7C | 0 | 3A | 15 | 27 | 141 | 29 | 2B |
| Octal | 234 | 101 | 174 | 0 | 72 | 25 | 47 | 501 | 51 | 53 |
| Binary | 10011100 | 1000001 | 1111100 | 0 | 111010 | 10101 | 100111 | 101000001 | 101001 | 101011 |
Color Harmonies of #9C417C
Complementary color
Monochromatic Colors of #9C417C
Black with #9C417C
Text Example
Text Example
White with #9C417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C417C; }
p { color: rgb(156,65,124); }
H1.HeaderClassName
{
color: #9C417C;
}
.AnyTagClassName
{
color: #9C417C;
}
</style>
background-color css
<style>
a { background-color: #9C417C; }
a { background-color: rgb(156,65,124); }
div.DivClassName
{
background-color: #9C417C;
}
.BgClassName
{
background-color: #9C417C;
}
</style>
border-color css
<style>
span { border-color: #9C417C; }
span { border-color: rgb(156,65,124); }
td.TdClassName
{
border-color: #9C417C;
}
.TagClassName
{
border-color: #9C417C;
}
</style>