Shades of Medium Red Violet #C32471
Tints of Medium Red Violet #C32471
RGB
CMYK
RGB Variations
Color information
#C32471 (or 0xC32471) is known color: Medium Red Violet. HEX triplet: C3, 24 and 71. RGB value is (195,36,113). Sum of RGB (Red+Green+Blue) = 195+36+113=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C32471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32471 is #3CDB8E. Grayscale: #5C5C5C. Windows color (decimal): -3988367 or 7414979. OLE color: 7414979.
HSL color Cylindrical-coordinate representation of color #C32471: hue angle of 330.94º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32471 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 113 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.24 |
| HSL | 330.94º | 0.69% | 0.45% | - |
| HSV(B) | 330.94º | 0.82% | 0.76% | - |
| XYZ | 26.12 | 14.06 | 16.96 | - |
| YUV | 92.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 113 | 0 | 0.82 | 0.42 | 0.24 | 330.94 | 0.69 | 0.45 |
| Hex | C3 | 24 | 71 | 0 | 52 | 2A | 18 | 14B | 45 | 2D |
| Octal | 303 | 44 | 161 | 0 | 122 | 52 | 30 | 513 | 105 | 55 |
| Binary | 11000011 | 100100 | 1110001 | 0 | 1010010 | 101010 | 11000 | 101001011 | 1000101 | 101101 |
Color Harmonies of #C32471
Complementary color
Monochromatic Colors of #C32471
Black with #C32471
Text Example
Text Example
White with #C32471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32471; }
p { color: rgb(195,36,113); }
H1.HeaderClassName
{
color: #C32471;
}
.AnyTagClassName
{
color: #C32471;
}
</style>
background-color css
<style>
a { background-color: #C32471; }
a { background-color: rgb(195,36,113); }
div.DivClassName
{
background-color: #C32471;
}
.BgClassName
{
background-color: #C32471;
}
</style>
border-color css
<style>
span { border-color: #C32471; }
span { border-color: rgb(195,36,113); }
td.TdClassName
{
border-color: #C32471;
}
.TagClassName
{
border-color: #C32471;
}
</style>