Shades of Medium Red Violet #C9309D
Tints of Medium Red Violet #C9309D
RGB
CMYK
RGB Variations
Color information
#C9309D (or 0xC9309D) is known color: Medium Red Violet. HEX triplet: C9, 30 and 9D. RGB value is (201,48,157). Sum of RGB (Red+Green+Blue) = 201+48+157=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9309D is #36CF62. Grayscale: #696969. Windows color (decimal): -3592035 or 10301641. OLE color: 10301641.
HSL color Cylindrical-coordinate representation of color #C9309D: hue angle of 317.25º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9309D is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 157 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.21 |
| HSL | 317.25º | 0.61% | 0.49% | - |
| HSV(B) | 317.25º | 0.76% | 0.79% | - |
| XYZ | 31.23 | 16.97 | 33.53 | - |
| YUV | 106.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 157 | 0 | 0.76 | 0.22 | 0.21 | 317.25 | 0.61 | 0.49 |
| Hex | C9 | 30 | 9D | 0 | 4C | 16 | 15 | 13D | 3D | 31 |
| Octal | 311 | 60 | 235 | 0 | 114 | 26 | 25 | 475 | 75 | 61 |
| Binary | 11001001 | 110000 | 10011101 | 0 | 1001100 | 10110 | 10101 | 100111101 | 111101 | 110001 |
Color Harmonies of #C9309D
Complementary color
Monochromatic Colors of #C9309D
Black with #C9309D
Text Example
Text Example
White with #C9309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9309D; }
p { color: rgb(201,48,157); }
H1.HeaderClassName
{
color: #C9309D;
}
.AnyTagClassName
{
color: #C9309D;
}
</style>
background-color css
<style>
a { background-color: #C9309D; }
a { background-color: rgb(201,48,157); }
div.DivClassName
{
background-color: #C9309D;
}
.BgClassName
{
background-color: #C9309D;
}
</style>
border-color css
<style>
span { border-color: #C9309D; }
span { border-color: rgb(201,48,157); }
td.TdClassName
{
border-color: #C9309D;
}
.TagClassName
{
border-color: #C9309D;
}
</style>