Shades of Medium Red Violet #C4309C
Tints of Medium Red Violet #C4309C
RGB
CMYK
RGB Variations
Color information
#C4309C (or 0xC4309C) is known color: Medium Red Violet. HEX triplet: C4, 30 and 9C. RGB value is (196,48,156). Sum of RGB (Red+Green+Blue) = 196+48+156=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4309C is #3BCF63. Grayscale: #686868. Windows color (decimal): -3919716 or 10236100. OLE color: 10236100.
HSL color Cylindrical-coordinate representation of color #C4309C: hue angle of 316.22º 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 #C4309C is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 156 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.23 |
| HSL | 316.22º | 0.61% | 0.48% | - |
| HSV(B) | 316.22º | 0.76% | 0.77% | - |
| XYZ | 29.82 | 16.25 | 33.02 | - |
| YUV | 104.56 | 157.03 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 156 | 0 | 0.76 | 0.20 | 0.23 | 316.22 | 0.61 | 0.48 |
| Hex | C4 | 30 | 9C | 0 | 4C | 14 | 17 | 13C | 3D | 30 |
| Octal | 304 | 60 | 234 | 0 | 114 | 24 | 27 | 474 | 75 | 60 |
| Binary | 11000100 | 110000 | 10011100 | 0 | 1001100 | 10100 | 10111 | 100111100 | 111101 | 110000 |
Color Harmonies of #C4309C
Complementary color
Monochromatic Colors of #C4309C
Black with #C4309C
Text Example
Text Example
White with #C4309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4309C; }
p { color: rgb(196,48,156); }
H1.HeaderClassName
{
color: #C4309C;
}
.AnyTagClassName
{
color: #C4309C;
}
</style>
background-color css
<style>
a { background-color: #C4309C; }
a { background-color: rgb(196,48,156); }
div.DivClassName
{
background-color: #C4309C;
}
.BgClassName
{
background-color: #C4309C;
}
</style>
border-color css
<style>
span { border-color: #C4309C; }
span { border-color: rgb(196,48,156); }
td.TdClassName
{
border-color: #C4309C;
}
.TagClassName
{
border-color: #C4309C;
}
</style>