Shades of Medium Red Violet #C32D76
Tints of Medium Red Violet #C32D76
RGB
CMYK
RGB Variations
Color information
#C32D76 (or 0xC32D76) is known color: Medium Red Violet. HEX triplet: C3, 2D and 76. RGB value is (195,45,118). Sum of RGB (Red+Green+Blue) = 195+45+118=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D76 is #3CD289. Grayscale: #626262. Windows color (decimal): -3986058 or 7744963. OLE color: 7744963.
HSL color Cylindrical-coordinate representation of color #C32D76: hue angle of 330.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D76 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 118 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.24 |
| HSL | 330.8º | 0.63% | 0.47% | - |
| HSV(B) | 330.8º | 0.77% | 0.76% | - |
| XYZ | 26.71 | 14.79 | 18.59 | - |
| YUV | 98.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 118 | 0 | 0.77 | 0.39 | 0.24 | 330.8 | 0.63 | 0.47 |
| Hex | C3 | 2D | 76 | 0 | 4D | 27 | 18 | 14B | 3E | 2F |
| Octal | 303 | 55 | 166 | 0 | 115 | 47 | 30 | 513 | 76 | 57 |
| Binary | 11000011 | 101101 | 1110110 | 0 | 1001101 | 100111 | 11000 | 101001011 | 111110 | 101111 |
Color Harmonies of #C32D76
Complementary color
Monochromatic Colors of #C32D76
Black with #C32D76
Text Example
Text Example
White with #C32D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D76; }
p { color: rgb(195,45,118); }
H1.HeaderClassName
{
color: #C32D76;
}
.AnyTagClassName
{
color: #C32D76;
}
</style>
background-color css
<style>
a { background-color: #C32D76; }
a { background-color: rgb(195,45,118); }
div.DivClassName
{
background-color: #C32D76;
}
.BgClassName
{
background-color: #C32D76;
}
</style>
border-color css
<style>
span { border-color: #C32D76; }
span { border-color: rgb(195,45,118); }
td.TdClassName
{
border-color: #C32D76;
}
.TagClassName
{
border-color: #C32D76;
}
</style>