Shades of Medium Red Violet #C4307C
Tints of Medium Red Violet #C4307C
RGB
CMYK
RGB Variations
Color information
#C4307C (or 0xC4307C) is known color: Medium Red Violet. HEX triplet: C4, 30 and 7C. RGB value is (196,48,124). Sum of RGB (Red+Green+Blue) = 196+48+124=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4307C is #3BCF83. Grayscale: #646464. Windows color (decimal): -3919748 or 8138948. OLE color: 8138948.
HSL color Cylindrical-coordinate representation of color #C4307C: hue angle of 329.19º 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 #C4307C is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 124 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.23 |
| HSL | 329.19º | 0.61% | 0.48% | - |
| HSV(B) | 329.19º | 0.76% | 0.77% | - |
| XYZ | 27.46 | 15.3 | 20.58 | - |
| YUV | 100.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 124 | 0 | 0.76 | 0.37 | 0.23 | 329.19 | 0.61 | 0.48 |
| Hex | C4 | 30 | 7C | 0 | 4C | 25 | 17 | 149 | 3D | 30 |
| Octal | 304 | 60 | 174 | 0 | 114 | 45 | 27 | 511 | 75 | 60 |
| Binary | 11000100 | 110000 | 1111100 | 0 | 1001100 | 100101 | 10111 | 101001001 | 111101 | 110000 |
Color Harmonies of #C4307C
Complementary color
Monochromatic Colors of #C4307C
Black with #C4307C
Text Example
Text Example
White with #C4307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4307C; }
p { color: rgb(196,48,124); }
H1.HeaderClassName
{
color: #C4307C;
}
.AnyTagClassName
{
color: #C4307C;
}
</style>
background-color css
<style>
a { background-color: #C4307C; }
a { background-color: rgb(196,48,124); }
div.DivClassName
{
background-color: #C4307C;
}
.BgClassName
{
background-color: #C4307C;
}
</style>
border-color css
<style>
span { border-color: #C4307C; }
span { border-color: rgb(196,48,124); }
td.TdClassName
{
border-color: #C4307C;
}
.TagClassName
{
border-color: #C4307C;
}
</style>