Shades of Medium Violet Red #C9278A
Tints of Medium Violet Red #C9278A
RGB
CMYK
RGB Variations
Color information
#C9278A (or 0xC9278A) is known color: Medium Violet Red. HEX triplet: C9, 27 and 8A. RGB value is (201,39,138). Sum of RGB (Red+Green+Blue) = 201+39+138=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9278A is #36D875. Grayscale: #626262. Windows color (decimal): -3594358 or 9054153. OLE color: 9054153.
HSL color Cylindrical-coordinate representation of color #C9278A: hue angle of 323.33º 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 #C9278A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 138 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.21 |
| HSL | 323.33º | 0.68% | 0.47% | - |
| HSV(B) | 323.33º | 0.81% | 0.79% | - |
| XYZ | 29.4 | 15.7 | 25.53 | - |
| YUV | 98.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 138 | 0 | 0.81 | 0.31 | 0.21 | 323.33 | 0.68 | 0.47 |
| Hex | C9 | 27 | 8A | 0 | 51 | 1F | 15 | 143 | 44 | 2F |
| Octal | 311 | 47 | 212 | 0 | 121 | 37 | 25 | 503 | 104 | 57 |
| Binary | 11001001 | 100111 | 10001010 | 0 | 1010001 | 11111 | 10101 | 101000011 | 1000100 | 101111 |
Color Harmonies of #C9278A
Complementary color
Monochromatic Colors of #C9278A
Black with #C9278A
Text Example
Text Example
White with #C9278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9278A; }
p { color: rgb(201,39,138); }
H1.HeaderClassName
{
color: #C9278A;
}
.AnyTagClassName
{
color: #C9278A;
}
</style>
background-color css
<style>
a { background-color: #C9278A; }
a { background-color: rgb(201,39,138); }
div.DivClassName
{
background-color: #C9278A;
}
.BgClassName
{
background-color: #C9278A;
}
</style>
border-color css
<style>
span { border-color: #C9278A; }
span { border-color: rgb(201,39,138); }
td.TdClassName
{
border-color: #C9278A;
}
.TagClassName
{
border-color: #C9278A;
}
</style>