Shades of Medium Red Violet #C5309B
Tints of Medium Red Violet #C5309B
RGB
CMYK
RGB Variations
Color information
#C5309B (or 0xC5309B) is known color: Medium Red Violet. HEX triplet: C5, 30 and 9B. RGB value is (197,48,155). Sum of RGB (Red+Green+Blue) = 197+48+155=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5309B is #3ACF64. Grayscale: #686868. Windows color (decimal): -3854181 or 10170565. OLE color: 10170565.
HSL color Cylindrical-coordinate representation of color #C5309B: hue angle of 316.91º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5309B is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 155 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.23 |
| HSL | 316.91º | 0.61% | 0.48% | - |
| HSV(B) | 316.91º | 0.76% | 0.77% | - |
| XYZ | 30 | 16.35 | 32.59 | - |
| YUV | 104.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 155 | 0 | 0.76 | 0.21 | 0.23 | 316.91 | 0.61 | 0.48 |
| Hex | C5 | 30 | 9B | 0 | 4C | 15 | 17 | 13D | 3D | 30 |
| Octal | 305 | 60 | 233 | 0 | 114 | 25 | 27 | 475 | 75 | 60 |
| Binary | 11000101 | 110000 | 10011011 | 0 | 1001100 | 10101 | 10111 | 100111101 | 111101 | 110000 |
Color Harmonies of #C5309B
Complementary color
Monochromatic Colors of #C5309B
Black with #C5309B
Text Example
Text Example
White with #C5309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5309B; }
p { color: rgb(197,48,155); }
H1.HeaderClassName
{
color: #C5309B;
}
.AnyTagClassName
{
color: #C5309B;
}
</style>
background-color css
<style>
a { background-color: #C5309B; }
a { background-color: rgb(197,48,155); }
div.DivClassName
{
background-color: #C5309B;
}
.BgClassName
{
background-color: #C5309B;
}
</style>
border-color css
<style>
span { border-color: #C5309B; }
span { border-color: rgb(197,48,155); }
td.TdClassName
{
border-color: #C5309B;
}
.TagClassName
{
border-color: #C5309B;
}
</style>