Shades of Medium Red Violet #C9289A
Tints of Medium Red Violet #C9289A
RGB
CMYK
RGB Variations
Color information
#C9289A (or 0xC9289A) is known color: Medium Red Violet. HEX triplet: C9, 28 and 9A. RGB value is (201,40,154). Sum of RGB (Red+Green+Blue) = 201+40+154=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9289A is #36D765. Grayscale: #646464. Windows color (decimal): -3594086 or 10102985. OLE color: 10102985.
HSL color Cylindrical-coordinate representation of color #C9289A: hue angle of 317.52º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9289A is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 154 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.21 |
| HSL | 317.52º | 0.67% | 0.47% | - |
| HSV(B) | 317.52º | 0.8% | 0.79% | - |
| XYZ | 30.68 | 16.27 | 32.09 | - |
| YUV | 101.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 154 | 0 | 0.80 | 0.23 | 0.21 | 317.52 | 0.67 | 0.47 |
| Hex | C9 | 28 | 9A | 0 | 50 | 17 | 15 | 13E | 43 | 2F |
| Octal | 311 | 50 | 232 | 0 | 120 | 27 | 25 | 476 | 103 | 57 |
| Binary | 11001001 | 101000 | 10011010 | 0 | 1010000 | 10111 | 10101 | 100111110 | 1000011 | 101111 |
Color Harmonies of #C9289A
Complementary color
Monochromatic Colors of #C9289A
Black with #C9289A
Text Example
Text Example
White with #C9289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9289A; }
p { color: rgb(201,40,154); }
H1.HeaderClassName
{
color: #C9289A;
}
.AnyTagClassName
{
color: #C9289A;
}
</style>
background-color css
<style>
a { background-color: #C9289A; }
a { background-color: rgb(201,40,154); }
div.DivClassName
{
background-color: #C9289A;
}
.BgClassName
{
background-color: #C9289A;
}
</style>
border-color css
<style>
span { border-color: #C9289A; }
span { border-color: rgb(201,40,154); }
td.TdClassName
{
border-color: #C9289A;
}
.TagClassName
{
border-color: #C9289A;
}
</style>