Shades of Medium Red Violet #C32790
Tints of Medium Red Violet #C32790
RGB
CMYK
RGB Variations
Color information
#C32790 (or 0xC32790) is known color: Medium Red Violet. HEX triplet: C3, 27 and 90. RGB value is (195,39,144). Sum of RGB (Red+Green+Blue) = 195+39+144=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C32790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32790 is #3CD86F. Grayscale: #616161. Windows color (decimal): -3987568 or 9447363. OLE color: 9447363.
HSL color Cylindrical-coordinate representation of color #C32790: hue angle of 319.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32790 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 144 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.24 |
| HSL | 319.62º | 0.67% | 0.46% | - |
| HSV(B) | 319.62º | 0.8% | 0.76% | - |
| XYZ | 28.27 | 15.07 | 27.8 | - |
| YUV | 97.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 144 | 0 | 0.80 | 0.26 | 0.24 | 319.62 | 0.67 | 0.46 |
| Hex | C3 | 27 | 90 | 0 | 50 | 1A | 18 | 140 | 43 | 2E |
| Octal | 303 | 47 | 220 | 0 | 120 | 32 | 30 | 500 | 103 | 56 |
| Binary | 11000011 | 100111 | 10010000 | 0 | 1010000 | 11010 | 11000 | 101000000 | 1000011 | 101110 |
Color Harmonies of #C32790
Complementary color
Monochromatic Colors of #C32790
Black with #C32790
Text Example
Text Example
White with #C32790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32790; }
p { color: rgb(195,39,144); }
H1.HeaderClassName
{
color: #C32790;
}
.AnyTagClassName
{
color: #C32790;
}
</style>
background-color css
<style>
a { background-color: #C32790; }
a { background-color: rgb(195,39,144); }
div.DivClassName
{
background-color: #C32790;
}
.BgClassName
{
background-color: #C32790;
}
</style>
border-color css
<style>
span { border-color: #C32790; }
span { border-color: rgb(195,39,144); }
td.TdClassName
{
border-color: #C32790;
}
.TagClassName
{
border-color: #C32790;
}
</style>