Shades of Medium Red Violet #C3317C
Tints of Medium Red Violet #C3317C
RGB
CMYK
RGB Variations
Color information
#C3317C (or 0xC3317C) is known color: Medium Red Violet. HEX triplet: C3, 31 and 7C. RGB value is (195,49,124). Sum of RGB (Red+Green+Blue) = 195+49+124=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3317C is #3CCE83. Grayscale: #656565. Windows color (decimal): -3985028 or 8139203. OLE color: 8139203.
HSL color Cylindrical-coordinate representation of color #C3317C: hue angle of 329.18º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3317C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 124 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.24 |
| HSL | 329.18º | 0.6% | 0.48% | - |
| HSV(B) | 329.18º | 0.75% | 0.76% | - |
| XYZ | 27.24 | 15.25 | 20.58 | - |
| YUV | 101.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 124 | 0 | 0.75 | 0.36 | 0.24 | 329.18 | 0.6 | 0.48 |
| Hex | C3 | 31 | 7C | 0 | 4B | 24 | 18 | 149 | 3C | 30 |
| Octal | 303 | 61 | 174 | 0 | 113 | 44 | 30 | 511 | 74 | 60 |
| Binary | 11000011 | 110001 | 1111100 | 0 | 1001011 | 100100 | 11000 | 101001001 | 111100 | 110000 |
Color Harmonies of #C3317C
Complementary color
Monochromatic Colors of #C3317C
Black with #C3317C
Text Example
Text Example
White with #C3317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3317C; }
p { color: rgb(195,49,124); }
H1.HeaderClassName
{
color: #C3317C;
}
.AnyTagClassName
{
color: #C3317C;
}
</style>
background-color css
<style>
a { background-color: #C3317C; }
a { background-color: rgb(195,49,124); }
div.DivClassName
{
background-color: #C3317C;
}
.BgClassName
{
background-color: #C3317C;
}
</style>
border-color css
<style>
span { border-color: #C3317C; }
span { border-color: rgb(195,49,124); }
td.TdClassName
{
border-color: #C3317C;
}
.TagClassName
{
border-color: #C3317C;
}
</style>