Shades of Medium Red Violet #C9288D
Tints of Medium Red Violet #C9288D
RGB
CMYK
RGB Variations
Color information
#C9288D (or 0xC9288D) is known color: Medium Red Violet. HEX triplet: C9, 28 and 8D. RGB value is (201,40,141). Sum of RGB (Red+Green+Blue) = 201+40+141=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9288D is #36D772. Grayscale: #636363. Windows color (decimal): -3594099 or 9251017. OLE color: 9251017.
HSL color Cylindrical-coordinate representation of color #C9288D: hue angle of 322.36º 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 #C9288D is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 141 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.21 |
| HSL | 322.36º | 0.67% | 0.47% | - |
| HSV(B) | 322.36º | 0.8% | 0.79% | - |
| XYZ | 29.65 | 15.86 | 26.7 | - |
| YUV | 99.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 141 | 0 | 0.80 | 0.30 | 0.21 | 322.36 | 0.67 | 0.47 |
| Hex | C9 | 28 | 8D | 0 | 50 | 1E | 15 | 142 | 43 | 2F |
| Octal | 311 | 50 | 215 | 0 | 120 | 36 | 25 | 502 | 103 | 57 |
| Binary | 11001001 | 101000 | 10001101 | 0 | 1010000 | 11110 | 10101 | 101000010 | 1000011 | 101111 |
Color Harmonies of #C9288D
Complementary color
Monochromatic Colors of #C9288D
Black with #C9288D
Text Example
Text Example
White with #C9288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9288D; }
p { color: rgb(201,40,141); }
H1.HeaderClassName
{
color: #C9288D;
}
.AnyTagClassName
{
color: #C9288D;
}
</style>
background-color css
<style>
a { background-color: #C9288D; }
a { background-color: rgb(201,40,141); }
div.DivClassName
{
background-color: #C9288D;
}
.BgClassName
{
background-color: #C9288D;
}
</style>
border-color css
<style>
span { border-color: #C9288D; }
span { border-color: rgb(201,40,141); }
td.TdClassName
{
border-color: #C9288D;
}
.TagClassName
{
border-color: #C9288D;
}
</style>