Shades of Medium Red Violet #C32D82
Tints of Medium Red Violet #C32D82
RGB
CMYK
RGB Variations
Color information
#C32D82 (or 0xC32D82) is known color: Medium Red Violet. HEX triplet: C3, 2D and 82. RGB value is (195,45,130). Sum of RGB (Red+Green+Blue) = 195+45+130=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32D82 is #3CD27D. Grayscale: #636363. Windows color (decimal): -3986046 or 8531395. OLE color: 8531395.
HSL color Cylindrical-coordinate representation of color #C32D82: hue angle of 326º 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 #C32D82 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 130 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.24 |
| HSL | 326º | 0.63% | 0.47% | - |
| HSV(B) | 326º | 0.77% | 0.76% | - |
| XYZ | 27.47 | 15.09 | 22.58 | - |
| YUV | 99.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 130 | 0 | 0.77 | 0.33 | 0.24 | 326 | 0.63 | 0.47 |
| Hex | C3 | 2D | 82 | 0 | 4D | 21 | 18 | 146 | 3E | 2F |
| Octal | 303 | 55 | 202 | 0 | 115 | 41 | 30 | 506 | 76 | 57 |
| Binary | 11000011 | 101101 | 10000010 | 0 | 1001101 | 100001 | 11000 | 101000110 | 111110 | 101111 |
Color Harmonies of #C32D82
Complementary color
Monochromatic Colors of #C32D82
Black with #C32D82
Text Example
Text Example
White with #C32D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D82; }
p { color: rgb(195,45,130); }
H1.HeaderClassName
{
color: #C32D82;
}
.AnyTagClassName
{
color: #C32D82;
}
</style>
background-color css
<style>
a { background-color: #C32D82; }
a { background-color: rgb(195,45,130); }
div.DivClassName
{
background-color: #C32D82;
}
.BgClassName
{
background-color: #C32D82;
}
</style>
border-color css
<style>
span { border-color: #C32D82; }
span { border-color: rgb(195,45,130); }
td.TdClassName
{
border-color: #C32D82;
}
.TagClassName
{
border-color: #C32D82;
}
</style>