Shades of Medium Red Violet #C4317A
Tints of Medium Red Violet #C4317A
RGB
CMYK
RGB Variations
Color information
#C4317A (or 0xC4317A) is known color: Medium Red Violet. HEX triplet: C4, 31 and 7A. RGB value is (196,49,122). Sum of RGB (Red+Green+Blue) = 196+49+122=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4317A is #3BCE85. Grayscale: #656565. Windows color (decimal): -3919494 or 8008132. OLE color: 8008132.
HSL color Cylindrical-coordinate representation of color #C4317A: hue angle of 330.2º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4317A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 122 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.23 |
| HSL | 330.2º | 0.6% | 0.48% | - |
| HSV(B) | 330.2º | 0.75% | 0.77% | - |
| XYZ | 27.38 | 15.34 | 19.93 | - |
| YUV | 101.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 122 | 0 | 0.75 | 0.38 | 0.23 | 330.2 | 0.6 | 0.48 |
| Hex | C4 | 31 | 7A | 0 | 4B | 26 | 17 | 14A | 3C | 30 |
| Octal | 304 | 61 | 172 | 0 | 113 | 46 | 27 | 512 | 74 | 60 |
| Binary | 11000100 | 110001 | 1111010 | 0 | 1001011 | 100110 | 10111 | 101001010 | 111100 | 110000 |
Color Harmonies of #C4317A
Complementary color
Monochromatic Colors of #C4317A
Black with #C4317A
Text Example
Text Example
White with #C4317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4317A; }
p { color: rgb(196,49,122); }
H1.HeaderClassName
{
color: #C4317A;
}
.AnyTagClassName
{
color: #C4317A;
}
</style>
background-color css
<style>
a { background-color: #C4317A; }
a { background-color: rgb(196,49,122); }
div.DivClassName
{
background-color: #C4317A;
}
.BgClassName
{
background-color: #C4317A;
}
</style>
border-color css
<style>
span { border-color: #C4317A; }
span { border-color: rgb(196,49,122); }
td.TdClassName
{
border-color: #C4317A;
}
.TagClassName
{
border-color: #C4317A;
}
</style>