Shades of Medium Red Violet #C32770
Tints of Medium Red Violet #C32770
RGB
CMYK
RGB Variations
Color information
#C32770 (or 0xC32770) is known color: Medium Red Violet. HEX triplet: C3, 27 and 70. RGB value is (195,39,112). Sum of RGB (Red+Green+Blue) = 195+39+112=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32770 is #3CD88F. Grayscale: #5D5D5D. Windows color (decimal): -3987600 or 7350211. OLE color: 7350211.
HSL color Cylindrical-coordinate representation of color #C32770: hue angle of 331.92º 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 #C32770 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 112 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.24 |
| HSL | 331.92º | 0.67% | 0.46% | - |
| HSV(B) | 331.92º | 0.8% | 0.76% | - |
| XYZ | 26.16 | 14.22 | 16.7 | - |
| YUV | 93.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 112 | 0 | 0.80 | 0.43 | 0.24 | 331.92 | 0.67 | 0.46 |
| Hex | C3 | 27 | 70 | 0 | 50 | 2B | 18 | 14C | 43 | 2E |
| Octal | 303 | 47 | 160 | 0 | 120 | 53 | 30 | 514 | 103 | 56 |
| Binary | 11000011 | 100111 | 1110000 | 0 | 1010000 | 101011 | 11000 | 101001100 | 1000011 | 101110 |
Color Harmonies of #C32770
Complementary color
Monochromatic Colors of #C32770
Black with #C32770
Text Example
Text Example
White with #C32770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32770; }
p { color: rgb(195,39,112); }
H1.HeaderClassName
{
color: #C32770;
}
.AnyTagClassName
{
color: #C32770;
}
</style>
background-color css
<style>
a { background-color: #C32770; }
a { background-color: rgb(195,39,112); }
div.DivClassName
{
background-color: #C32770;
}
.BgClassName
{
background-color: #C32770;
}
</style>
border-color css
<style>
span { border-color: #C32770; }
span { border-color: rgb(195,39,112); }
td.TdClassName
{
border-color: #C32770;
}
.TagClassName
{
border-color: #C32770;
}
</style>