Shades of Medium Red Violet #C9287C
Tints of Medium Red Violet #C9287C
RGB
CMYK
RGB Variations
Color information
#C9287C (or 0xC9287C) is known color: Medium Red Violet. HEX triplet: C9, 28 and 7C. RGB value is (201,40,124). Sum of RGB (Red+Green+Blue) = 201+40+124=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9287C is #36D783. Grayscale: #616161. Windows color (decimal): -3594116 or 8136905. OLE color: 8136905.
HSL color Cylindrical-coordinate representation of color #C9287C: hue angle of 328.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9287C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 124 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.21 |
| HSL | 328.7º | 0.67% | 0.47% | - |
| HSV(B) | 328.7º | 0.8% | 0.79% | - |
| XYZ | 28.48 | 15.39 | 20.54 | - |
| YUV | 97.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 124 | 0 | 0.80 | 0.38 | 0.21 | 328.7 | 0.67 | 0.47 |
| Hex | C9 | 28 | 7C | 0 | 50 | 26 | 15 | 149 | 43 | 2F |
| Octal | 311 | 50 | 174 | 0 | 120 | 46 | 25 | 511 | 103 | 57 |
| Binary | 11001001 | 101000 | 1111100 | 0 | 1010000 | 100110 | 10101 | 101001001 | 1000011 | 101111 |
Color Harmonies of #C9287C
Complementary color
Monochromatic Colors of #C9287C
Black with #C9287C
Text Example
Text Example
White with #C9287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9287C; }
p { color: rgb(201,40,124); }
H1.HeaderClassName
{
color: #C9287C;
}
.AnyTagClassName
{
color: #C9287C;
}
</style>
background-color css
<style>
a { background-color: #C9287C; }
a { background-color: rgb(201,40,124); }
div.DivClassName
{
background-color: #C9287C;
}
.BgClassName
{
background-color: #C9287C;
}
</style>
border-color css
<style>
span { border-color: #C9287C; }
span { border-color: rgb(201,40,124); }
td.TdClassName
{
border-color: #C9287C;
}
.TagClassName
{
border-color: #C9287C;
}
</style>