Shades of Medium Red Violet #C32E82
Tints of Medium Red Violet #C32E82
RGB
CMYK
RGB Variations
Color information
#C32E82 (or 0xC32E82) is known color: Medium Red Violet. HEX triplet: C3, 2E and 82. RGB value is (195,46,130). Sum of RGB (Red+Green+Blue) = 195+46+130=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32E82 is #3CD17D. Grayscale: #636363. Windows color (decimal): -3985790 or 8531651. OLE color: 8531651.
HSL color Cylindrical-coordinate representation of color #C32E82: hue angle of 326.17º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E82 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 130 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.24 |
| HSL | 326.17º | 0.62% | 0.47% | - |
| HSV(B) | 326.17º | 0.76% | 0.76% | - |
| XYZ | 27.51 | 15.17 | 22.6 | - |
| YUV | 100.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 130 | 0 | 0.76 | 0.33 | 0.24 | 326.17 | 0.62 | 0.47 |
| Hex | C3 | 2E | 82 | 0 | 4C | 21 | 18 | 146 | 3E | 2F |
| Octal | 303 | 56 | 202 | 0 | 114 | 41 | 30 | 506 | 76 | 57 |
| Binary | 11000011 | 101110 | 10000010 | 0 | 1001100 | 100001 | 11000 | 101000110 | 111110 | 101111 |
Color Harmonies of #C32E82
Complementary color
Monochromatic Colors of #C32E82
Black with #C32E82
Text Example
Text Example
White with #C32E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E82; }
p { color: rgb(195,46,130); }
H1.HeaderClassName
{
color: #C32E82;
}
.AnyTagClassName
{
color: #C32E82;
}
</style>
background-color css
<style>
a { background-color: #C32E82; }
a { background-color: rgb(195,46,130); }
div.DivClassName
{
background-color: #C32E82;
}
.BgClassName
{
background-color: #C32E82;
}
</style>
border-color css
<style>
span { border-color: #C32E82; }
span { border-color: rgb(195,46,130); }
td.TdClassName
{
border-color: #C32E82;
}
.TagClassName
{
border-color: #C32E82;
}
</style>