Shades of Medium Red Violet #C9289C
Tints of Medium Red Violet #C9289C
RGB
CMYK
RGB Variations
Color information
#C9289C (or 0xC9289C) is known color: Medium Red Violet. HEX triplet: C9, 28 and 9C. RGB value is (201,40,156). Sum of RGB (Red+Green+Blue) = 201+40+156=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9289C is #36D763. Grayscale: #656565. Windows color (decimal): -3594084 or 10234057. OLE color: 10234057.
HSL color Cylindrical-coordinate representation of color #C9289C: hue angle of 316.77º 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 #C9289C is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 156 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.21 |
| HSL | 316.77º | 0.67% | 0.47% | - |
| HSV(B) | 316.77º | 0.8% | 0.79% | - |
| XYZ | 30.85 | 16.34 | 32.98 | - |
| YUV | 101.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 156 | 0 | 0.80 | 0.22 | 0.21 | 316.77 | 0.67 | 0.47 |
| Hex | C9 | 28 | 9C | 0 | 50 | 16 | 15 | 13D | 43 | 2F |
| Octal | 311 | 50 | 234 | 0 | 120 | 26 | 25 | 475 | 103 | 57 |
| Binary | 11001001 | 101000 | 10011100 | 0 | 1010000 | 10110 | 10101 | 100111101 | 1000011 | 101111 |
Color Harmonies of #C9289C
Complementary color
Monochromatic Colors of #C9289C
Black with #C9289C
Text Example
Text Example
White with #C9289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9289C; }
p { color: rgb(201,40,156); }
H1.HeaderClassName
{
color: #C9289C;
}
.AnyTagClassName
{
color: #C9289C;
}
</style>
background-color css
<style>
a { background-color: #C9289C; }
a { background-color: rgb(201,40,156); }
div.DivClassName
{
background-color: #C9289C;
}
.BgClassName
{
background-color: #C9289C;
}
</style>
border-color css
<style>
span { border-color: #C9289C; }
span { border-color: rgb(201,40,156); }
td.TdClassName
{
border-color: #C9289C;
}
.TagClassName
{
border-color: #C9289C;
}
</style>