Shades of Medium Red Violet #C331A0
Tints of Medium Red Violet #C331A0
RGB
CMYK
RGB Variations
Color information
#C331A0 (or 0xC331A0) is known color: Medium Red Violet. HEX triplet: C3, 31 and A0. RGB value is (195,49,160). Sum of RGB (Red+Green+Blue) = 195+49+160=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C331A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C331A0 is #3CCE5F. Grayscale: #696969. Windows color (decimal): -3984992 or 10498499. OLE color: 10498499.
HSL color Cylindrical-coordinate representation of color #C331A0: hue angle of 314.38º 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 #C331A0 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 160 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.24 |
| HSL | 314.38º | 0.6% | 0.48% | - |
| HSV(B) | 314.38º | 0.75% | 0.76% | - |
| XYZ | 29.95 | 16.34 | 34.83 | - |
| YUV | 105.31 | 158.87 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 160 | 0 | 0.75 | 0.18 | 0.24 | 314.38 | 0.6 | 0.48 |
| Hex | C3 | 31 | A0 | 0 | 4B | 12 | 18 | 13A | 3C | 30 |
| Octal | 303 | 61 | 240 | 0 | 113 | 22 | 30 | 472 | 74 | 60 |
| Binary | 11000011 | 110001 | 10100000 | 0 | 1001011 | 10010 | 11000 | 100111010 | 111100 | 110000 |
Color Harmonies of #C331A0
Complementary color
Monochromatic Colors of #C331A0
Black with #C331A0
Text Example
Text Example
White with #C331A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331A0; }
p { color: rgb(195,49,160); }
H1.HeaderClassName
{
color: #C331A0;
}
.AnyTagClassName
{
color: #C331A0;
}
</style>
background-color css
<style>
a { background-color: #C331A0; }
a { background-color: rgb(195,49,160); }
div.DivClassName
{
background-color: #C331A0;
}
.BgClassName
{
background-color: #C331A0;
}
</style>
border-color css
<style>
span { border-color: #C331A0; }
span { border-color: rgb(195,49,160); }
td.TdClassName
{
border-color: #C331A0;
}
.TagClassName
{
border-color: #C331A0;
}
</style>