Shades of Medium Red Violet #C9299D
Tints of Medium Red Violet #C9299D
RGB
CMYK
RGB Variations
Color information
#C9299D (or 0xC9299D) is known color: Medium Red Violet. HEX triplet: C9, 29 and 9D. RGB value is (201,41,157). Sum of RGB (Red+Green+Blue) = 201+41+157=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9299D is #36D662. Grayscale: #656565. Windows color (decimal): -3593827 or 10299849. OLE color: 10299849.
HSL color Cylindrical-coordinate representation of color #C9299D: hue angle of 316.5º 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 #C9299D is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 157 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.21 |
| HSL | 316.5º | 0.66% | 0.47% | - |
| HSV(B) | 316.5º | 0.8% | 0.79% | - |
| XYZ | 30.97 | 16.44 | 33.44 | - |
| YUV | 102.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 157 | 0 | 0.80 | 0.22 | 0.21 | 316.5 | 0.66 | 0.47 |
| Hex | C9 | 29 | 9D | 0 | 50 | 16 | 15 | 13C | 42 | 2F |
| Octal | 311 | 51 | 235 | 0 | 120 | 26 | 25 | 474 | 102 | 57 |
| Binary | 11001001 | 101001 | 10011101 | 0 | 1010000 | 10110 | 10101 | 100111100 | 1000010 | 101111 |
Color Harmonies of #C9299D
Complementary color
Monochromatic Colors of #C9299D
Black with #C9299D
Text Example
Text Example
White with #C9299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9299D; }
p { color: rgb(201,41,157); }
H1.HeaderClassName
{
color: #C9299D;
}
.AnyTagClassName
{
color: #C9299D;
}
</style>
background-color css
<style>
a { background-color: #C9299D; }
a { background-color: rgb(201,41,157); }
div.DivClassName
{
background-color: #C9299D;
}
.BgClassName
{
background-color: #C9299D;
}
</style>
border-color css
<style>
span { border-color: #C9299D; }
span { border-color: rgb(201,41,157); }
td.TdClassName
{
border-color: #C9299D;
}
.TagClassName
{
border-color: #C9299D;
}
</style>