Shades of Medium Violet Red #C9278F
Tints of Medium Violet Red #C9278F
RGB
CMYK
RGB Variations
Color information
#C9278F (or 0xC9278F) is known color: Medium Violet Red. HEX triplet: C9, 27 and 8F. RGB value is (201,39,143). Sum of RGB (Red+Green+Blue) = 201+39+143=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9278F is #36D870. Grayscale: #636363. Windows color (decimal): -3594353 or 9381833. OLE color: 9381833.
HSL color Cylindrical-coordinate representation of color #C9278F: hue angle of 321.48º 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 #C9278F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 143 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.21 |
| HSL | 321.48º | 0.68% | 0.47% | - |
| HSV(B) | 321.48º | 0.81% | 0.79% | - |
| XYZ | 29.77 | 15.85 | 27.48 | - |
| YUV | 99.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 143 | 0 | 0.81 | 0.29 | 0.21 | 321.48 | 0.68 | 0.47 |
| Hex | C9 | 27 | 8F | 0 | 51 | 1D | 15 | 141 | 44 | 2F |
| Octal | 311 | 47 | 217 | 0 | 121 | 35 | 25 | 501 | 104 | 57 |
| Binary | 11001001 | 100111 | 10001111 | 0 | 1010001 | 11101 | 10101 | 101000001 | 1000100 | 101111 |
Color Harmonies of #C9278F
Complementary color
Monochromatic Colors of #C9278F
Black with #C9278F
Text Example
Text Example
White with #C9278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9278F; }
p { color: rgb(201,39,143); }
H1.HeaderClassName
{
color: #C9278F;
}
.AnyTagClassName
{
color: #C9278F;
}
</style>
background-color css
<style>
a { background-color: #C9278F; }
a { background-color: rgb(201,39,143); }
div.DivClassName
{
background-color: #C9278F;
}
.BgClassName
{
background-color: #C9278F;
}
</style>
border-color css
<style>
span { border-color: #C9278F; }
span { border-color: rgb(201,39,143); }
td.TdClassName
{
border-color: #C9278F;
}
.TagClassName
{
border-color: #C9278F;
}
</style>