Shades of Medium Red Violet #C4309B
Tints of Medium Red Violet #C4309B
RGB
CMYK
RGB Variations
Color information
#C4309B (or 0xC4309B) is known color: Medium Red Violet. HEX triplet: C4, 30 and 9B. RGB value is (196,48,155). Sum of RGB (Red+Green+Blue) = 196+48+155=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4309B is #3BCF64. Grayscale: #686868. Windows color (decimal): -3919717 or 10170564. OLE color: 10170564.
HSL color Cylindrical-coordinate representation of color #C4309B: hue angle of 316.62º 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 #C4309B is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 155 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.23 |
| HSL | 316.62º | 0.61% | 0.48% | - |
| HSV(B) | 316.62º | 0.76% | 0.77% | - |
| XYZ | 29.74 | 16.22 | 32.57 | - |
| YUV | 104.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 155 | 0 | 0.76 | 0.21 | 0.23 | 316.62 | 0.61 | 0.48 |
| Hex | C4 | 30 | 9B | 0 | 4C | 15 | 17 | 13D | 3D | 30 |
| Octal | 304 | 60 | 233 | 0 | 114 | 25 | 27 | 475 | 75 | 60 |
| Binary | 11000100 | 110000 | 10011011 | 0 | 1001100 | 10101 | 10111 | 100111101 | 111101 | 110000 |
Color Harmonies of #C4309B
Complementary color
Monochromatic Colors of #C4309B
Black with #C4309B
Text Example
Text Example
White with #C4309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4309B; }
p { color: rgb(196,48,155); }
H1.HeaderClassName
{
color: #C4309B;
}
.AnyTagClassName
{
color: #C4309B;
}
</style>
background-color css
<style>
a { background-color: #C4309B; }
a { background-color: rgb(196,48,155); }
div.DivClassName
{
background-color: #C4309B;
}
.BgClassName
{
background-color: #C4309B;
}
</style>
border-color css
<style>
span { border-color: #C4309B; }
span { border-color: rgb(196,48,155); }
td.TdClassName
{
border-color: #C4309B;
}
.TagClassName
{
border-color: #C4309B;
}
</style>