Shades of Medium Red Violet #C9299B
Tints of Medium Red Violet #C9299B
RGB
CMYK
RGB Variations
Color information
#C9299B (or 0xC9299B) is known color: Medium Red Violet. HEX triplet: C9, 29 and 9B. RGB value is (201,41,155). Sum of RGB (Red+Green+Blue) = 201+41+155=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9299B is #36D664. Grayscale: #656565. Windows color (decimal): -3593829 or 10168777. OLE color: 10168777.
HSL color Cylindrical-coordinate representation of color #C9299B: hue angle of 317.25º degrees, saturation: 0.66, 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 #C9299B is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 155 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.21 |
| HSL | 317.25º | 0.66% | 0.47% | - |
| HSV(B) | 317.25º | 0.8% | 0.79% | - |
| XYZ | 30.8 | 16.37 | 32.55 | - |
| YUV | 101.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 155 | 0 | 0.80 | 0.23 | 0.21 | 317.25 | 0.66 | 0.47 |
| Hex | C9 | 29 | 9B | 0 | 50 | 17 | 15 | 13D | 42 | 2F |
| Octal | 311 | 51 | 233 | 0 | 120 | 27 | 25 | 475 | 102 | 57 |
| Binary | 11001001 | 101001 | 10011011 | 0 | 1010000 | 10111 | 10101 | 100111101 | 1000010 | 101111 |
Color Harmonies of #C9299B
Complementary color
Monochromatic Colors of #C9299B
Black with #C9299B
Text Example
Text Example
White with #C9299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9299B; }
p { color: rgb(201,41,155); }
H1.HeaderClassName
{
color: #C9299B;
}
.AnyTagClassName
{
color: #C9299B;
}
</style>
background-color css
<style>
a { background-color: #C9299B; }
a { background-color: rgb(201,41,155); }
div.DivClassName
{
background-color: #C9299B;
}
.BgClassName
{
background-color: #C9299B;
}
</style>
border-color css
<style>
span { border-color: #C9299B; }
span { border-color: rgb(201,41,155); }
td.TdClassName
{
border-color: #C9299B;
}
.TagClassName
{
border-color: #C9299B;
}
</style>