Shades of Medium Violet Red #C9249A
Tints of Medium Violet Red #C9249A
RGB
CMYK
RGB Variations
Color information
#C9249A (or 0xC9249A) is known color: Medium Violet Red. HEX triplet: C9, 24 and 9A. RGB value is (201,36,154). Sum of RGB (Red+Green+Blue) = 201+36+154=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9249A is #36DB65. Grayscale: #626262. Windows color (decimal): -3595110 or 10101961. OLE color: 10101961.
HSL color Cylindrical-coordinate representation of color #C9249A: hue angle of 317.09º 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 #C9249A is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 154 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.21 |
| HSL | 317.09º | 0.7% | 0.46% | - |
| HSV(B) | 317.09º | 0.82% | 0.79% | - |
| XYZ | 30.55 | 16.01 | 32.05 | - |
| YUV | 98.79 | 159.16 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 154 | 0 | 0.82 | 0.23 | 0.21 | 317.09 | 0.7 | 0.46 |
| Hex | C9 | 24 | 9A | 0 | 52 | 17 | 15 | 13D | 46 | 2E |
| Octal | 311 | 44 | 232 | 0 | 122 | 27 | 25 | 475 | 106 | 56 |
| Binary | 11001001 | 100100 | 10011010 | 0 | 1010010 | 10111 | 10101 | 100111101 | 1000110 | 101110 |
Color Harmonies of #C9249A
Complementary color
Monochromatic Colors of #C9249A
Black with #C9249A
Text Example
Text Example
White with #C9249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9249A; }
p { color: rgb(201,36,154); }
H1.HeaderClassName
{
color: #C9249A;
}
.AnyTagClassName
{
color: #C9249A;
}
</style>
background-color css
<style>
a { background-color: #C9249A; }
a { background-color: rgb(201,36,154); }
div.DivClassName
{
background-color: #C9249A;
}
.BgClassName
{
background-color: #C9249A;
}
</style>
border-color css
<style>
span { border-color: #C9249A; }
span { border-color: rgb(201,36,154); }
td.TdClassName
{
border-color: #C9249A;
}
.TagClassName
{
border-color: #C9249A;
}
</style>