Shades of Medium Violet Red #C9247E
Tints of Medium Violet Red #C9247E
RGB
CMYK
RGB Variations
Color information
#C9247E (or 0xC9247E) is known color: Medium Violet Red. HEX triplet: C9, 24 and 7E. RGB value is (201,36,126). Sum of RGB (Red+Green+Blue) = 201+36+126=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9247E is #36DB81. Grayscale: #5F5F5F. Windows color (decimal): -3595138 or 8266953. OLE color: 8266953.
HSL color Cylindrical-coordinate representation of color #C9247E: hue angle of 327.27º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9247E is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 126 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.21 |
| HSL | 327.27º | 0.7% | 0.46% | - |
| HSV(B) | 327.27º | 0.82% | 0.79% | - |
| XYZ | 28.48 | 15.19 | 21.17 | - |
| YUV | 95.6 | 145.16 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 126 | 0 | 0.82 | 0.37 | 0.21 | 327.27 | 0.7 | 0.46 |
| Hex | C9 | 24 | 7E | 0 | 52 | 25 | 15 | 147 | 46 | 2E |
| Octal | 311 | 44 | 176 | 0 | 122 | 45 | 25 | 507 | 106 | 56 |
| Binary | 11001001 | 100100 | 1111110 | 0 | 1010010 | 100101 | 10101 | 101000111 | 1000110 | 101110 |
Color Harmonies of #C9247E
Complementary color
Monochromatic Colors of #C9247E
Black with #C9247E
Text Example
Text Example
White with #C9247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9247E; }
p { color: rgb(201,36,126); }
H1.HeaderClassName
{
color: #C9247E;
}
.AnyTagClassName
{
color: #C9247E;
}
</style>
background-color css
<style>
a { background-color: #C9247E; }
a { background-color: rgb(201,36,126); }
div.DivClassName
{
background-color: #C9247E;
}
.BgClassName
{
background-color: #C9247E;
}
</style>
border-color css
<style>
span { border-color: #C9247E; }
span { border-color: rgb(201,36,126); }
td.TdClassName
{
border-color: #C9247E;
}
.TagClassName
{
border-color: #C9247E;
}
</style>