Shades of Medium Red Violet #C9309B
Tints of Medium Red Violet #C9309B
RGB
CMYK
RGB Variations
Color information
#C9309B (or 0xC9309B) is known color: Medium Red Violet. HEX triplet: C9, 30 and 9B. RGB value is (201,48,155). Sum of RGB (Red+Green+Blue) = 201+48+155=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9309B is #36CF64. Grayscale: #696969. Windows color (decimal): -3592037 or 10170569. OLE color: 10170569.
HSL color Cylindrical-coordinate representation of color #C9309B: hue angle of 318.04º 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 #C9309B is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 155 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.21 |
| HSL | 318.04º | 0.61% | 0.49% | - |
| HSV(B) | 318.04º | 0.76% | 0.79% | - |
| XYZ | 31.06 | 16.9 | 32.63 | - |
| YUV | 105.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 155 | 0 | 0.76 | 0.23 | 0.21 | 318.04 | 0.61 | 0.49 |
| Hex | C9 | 30 | 9B | 0 | 4C | 17 | 15 | 13E | 3D | 31 |
| Octal | 311 | 60 | 233 | 0 | 114 | 27 | 25 | 476 | 75 | 61 |
| Binary | 11001001 | 110000 | 10011011 | 0 | 1001100 | 10111 | 10101 | 100111110 | 111101 | 110001 |
Color Harmonies of #C9309B
Complementary color
Monochromatic Colors of #C9309B
Black with #C9309B
Text Example
Text Example
White with #C9309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9309B; }
p { color: rgb(201,48,155); }
H1.HeaderClassName
{
color: #C9309B;
}
.AnyTagClassName
{
color: #C9309B;
}
</style>
background-color css
<style>
a { background-color: #C9309B; }
a { background-color: rgb(201,48,155); }
div.DivClassName
{
background-color: #C9309B;
}
.BgClassName
{
background-color: #C9309B;
}
</style>
border-color css
<style>
span { border-color: #C9309B; }
span { border-color: rgb(201,48,155); }
td.TdClassName
{
border-color: #C9309B;
}
.TagClassName
{
border-color: #C9309B;
}
</style>