Shades of Medium Violet Red #C9278D
Tints of Medium Violet Red #C9278D
RGB
CMYK
RGB Variations
Color information
#C9278D (or 0xC9278D) is known color: Medium Violet Red. HEX triplet: C9, 27 and 8D. RGB value is (201,39,141). Sum of RGB (Red+Green+Blue) = 201+39+141=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9278D is #36D872. Grayscale: #626262. Windows color (decimal): -3594355 or 9250761. OLE color: 9250761.
HSL color Cylindrical-coordinate representation of color #C9278D: hue angle of 322.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9278D is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 141 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.21 |
| HSL | 322.22º | 0.68% | 0.47% | - |
| HSV(B) | 322.22º | 0.81% | 0.79% | - |
| XYZ | 29.62 | 15.79 | 26.69 | - |
| YUV | 99.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 141 | 0 | 0.81 | 0.30 | 0.21 | 322.22 | 0.68 | 0.47 |
| Hex | C9 | 27 | 8D | 0 | 51 | 1E | 15 | 142 | 44 | 2F |
| Octal | 311 | 47 | 215 | 0 | 121 | 36 | 25 | 502 | 104 | 57 |
| Binary | 11001001 | 100111 | 10001101 | 0 | 1010001 | 11110 | 10101 | 101000010 | 1000100 | 101111 |
Color Harmonies of #C9278D
Complementary color
Monochromatic Colors of #C9278D
Black with #C9278D
Text Example
Text Example
White with #C9278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9278D; }
p { color: rgb(201,39,141); }
H1.HeaderClassName
{
color: #C9278D;
}
.AnyTagClassName
{
color: #C9278D;
}
</style>
background-color css
<style>
a { background-color: #C9278D; }
a { background-color: rgb(201,39,141); }
div.DivClassName
{
background-color: #C9278D;
}
.BgClassName
{
background-color: #C9278D;
}
</style>
border-color css
<style>
span { border-color: #C9278D; }
span { border-color: rgb(201,39,141); }
td.TdClassName
{
border-color: #C9278D;
}
.TagClassName
{
border-color: #C9278D;
}
</style>