Shades of Medium Violet Red #C9247A
Tints of Medium Violet Red #C9247A
RGB
CMYK
RGB Variations
Color information
#C9247A (or 0xC9247A) is known color: Medium Violet Red. HEX triplet: C9, 24 and 7A. RGB value is (201,36,122). Sum of RGB (Red+Green+Blue) = 201+36+122=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9247A is #36DB85. Grayscale: #5E5E5E. Windows color (decimal): -3595142 or 8004809. OLE color: 8004809.
HSL color Cylindrical-coordinate representation of color #C9247A: hue angle of 328.73º 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 #C9247A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 122 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.21 |
| HSL | 328.73º | 0.7% | 0.46% | - |
| HSV(B) | 328.73º | 0.82% | 0.79% | - |
| XYZ | 28.23 | 15.08 | 19.84 | - |
| YUV | 95.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 122 | 0 | 0.82 | 0.39 | 0.21 | 328.73 | 0.7 | 0.46 |
| Hex | C9 | 24 | 7A | 0 | 52 | 27 | 15 | 149 | 46 | 2E |
| Octal | 311 | 44 | 172 | 0 | 122 | 47 | 25 | 511 | 106 | 56 |
| Binary | 11001001 | 100100 | 1111010 | 0 | 1010010 | 100111 | 10101 | 101001001 | 1000110 | 101110 |
Color Harmonies of #C9247A
Complementary color
Monochromatic Colors of #C9247A
Black with #C9247A
Text Example
Text Example
White with #C9247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9247A; }
p { color: rgb(201,36,122); }
H1.HeaderClassName
{
color: #C9247A;
}
.AnyTagClassName
{
color: #C9247A;
}
</style>
background-color css
<style>
a { background-color: #C9247A; }
a { background-color: rgb(201,36,122); }
div.DivClassName
{
background-color: #C9247A;
}
.BgClassName
{
background-color: #C9247A;
}
</style>
border-color css
<style>
span { border-color: #C9247A; }
span { border-color: rgb(201,36,122); }
td.TdClassName
{
border-color: #C9247A;
}
.TagClassName
{
border-color: #C9247A;
}
</style>