Shades of Medium Red Violet #C32671
Tints of Medium Red Violet #C32671
RGB
CMYK
RGB Variations
Color information
#C32671 (or 0xC32671) is known color: Medium Red Violet. HEX triplet: C3, 26 and 71. RGB value is (195,38,113). Sum of RGB (Red+Green+Blue) = 195+38+113=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32671 is #3CD98E. Grayscale: #5D5D5D. Windows color (decimal): -3987855 or 7415491. OLE color: 7415491.
HSL color Cylindrical-coordinate representation of color #C32671: hue angle of 331.34º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32671 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 113 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.24 |
| HSL | 331.34º | 0.67% | 0.46% | - |
| HSV(B) | 331.34º | 0.81% | 0.76% | - |
| XYZ | 26.18 | 14.18 | 16.98 | - |
| YUV | 93.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 113 | 0 | 0.81 | 0.42 | 0.24 | 331.34 | 0.67 | 0.46 |
| Hex | C3 | 26 | 71 | 0 | 51 | 2A | 18 | 14B | 43 | 2E |
| Octal | 303 | 46 | 161 | 0 | 121 | 52 | 30 | 513 | 103 | 56 |
| Binary | 11000011 | 100110 | 1110001 | 0 | 1010001 | 101010 | 11000 | 101001011 | 1000011 | 101110 |
Color Harmonies of #C32671
Complementary color
Monochromatic Colors of #C32671
Black with #C32671
Text Example
Text Example
White with #C32671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32671; }
p { color: rgb(195,38,113); }
H1.HeaderClassName
{
color: #C32671;
}
.AnyTagClassName
{
color: #C32671;
}
</style>
background-color css
<style>
a { background-color: #C32671; }
a { background-color: rgb(195,38,113); }
div.DivClassName
{
background-color: #C32671;
}
.BgClassName
{
background-color: #C32671;
}
</style>
border-color css
<style>
span { border-color: #C32671; }
span { border-color: rgb(195,38,113); }
td.TdClassName
{
border-color: #C32671;
}
.TagClassName
{
border-color: #C32671;
}
</style>