Shades of Medium Red Violet #C9309F
Tints of Medium Red Violet #C9309F
RGB
CMYK
RGB Variations
Color information
#C9309F (or 0xC9309F) is known color: Medium Red Violet. HEX triplet: C9, 30 and 9F. RGB value is (201,48,159). Sum of RGB (Red+Green+Blue) = 201+48+159=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9309F is #36CF60. Grayscale: #6A6A6A. Windows color (decimal): -3592033 or 10432713. OLE color: 10432713.
HSL color Cylindrical-coordinate representation of color #C9309F: hue angle of 316.47º 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 #C9309F is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 159 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.21 |
| HSL | 316.47º | 0.61% | 0.49% | - |
| HSV(B) | 316.47º | 0.76% | 0.79% | - |
| XYZ | 31.4 | 17.03 | 34.43 | - |
| YUV | 106.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 159 | 0 | 0.76 | 0.21 | 0.21 | 316.47 | 0.61 | 0.49 |
| Hex | C9 | 30 | 9F | 0 | 4C | 15 | 15 | 13C | 3D | 31 |
| Octal | 311 | 60 | 237 | 0 | 114 | 25 | 25 | 474 | 75 | 61 |
| Binary | 11001001 | 110000 | 10011111 | 0 | 1001100 | 10101 | 10101 | 100111100 | 111101 | 110001 |
Color Harmonies of #C9309F
Complementary color
Monochromatic Colors of #C9309F
Black with #C9309F
Text Example
Text Example
White with #C9309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9309F; }
p { color: rgb(201,48,159); }
H1.HeaderClassName
{
color: #C9309F;
}
.AnyTagClassName
{
color: #C9309F;
}
</style>
background-color css
<style>
a { background-color: #C9309F; }
a { background-color: rgb(201,48,159); }
div.DivClassName
{
background-color: #C9309F;
}
.BgClassName
{
background-color: #C9309F;
}
</style>
border-color css
<style>
span { border-color: #C9309F; }
span { border-color: rgb(201,48,159); }
td.TdClassName
{
border-color: #C9309F;
}
.TagClassName
{
border-color: #C9309F;
}
</style>