Shades of Medium Red Violet #C32FA0
Tints of Medium Red Violet #C32FA0
RGB
CMYK
RGB Variations
Color information
#C32FA0 (or 0xC32FA0) is known color: Medium Red Violet. HEX triplet: C3, 2F and A0. RGB value is (195,47,160). Sum of RGB (Red+Green+Blue) = 195+47+160=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32FA0 is #3CD05F. Grayscale: #676767. Windows color (decimal): -3985504 or 10497987. OLE color: 10497987.
HSL color Cylindrical-coordinate representation of color #C32FA0: hue angle of 314.19º degrees, saturation: 0.61, 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 #C32FA0 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 160 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.24 |
| HSL | 314.19º | 0.61% | 0.47% | - |
| HSV(B) | 314.19º | 0.76% | 0.76% | - |
| XYZ | 29.87 | 16.17 | 34.81 | - |
| YUV | 104.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 160 | 0 | 0.76 | 0.18 | 0.24 | 314.19 | 0.61 | 0.47 |
| Hex | C3 | 2F | A0 | 0 | 4C | 12 | 18 | 13A | 3D | 2F |
| Octal | 303 | 57 | 240 | 0 | 114 | 22 | 30 | 472 | 75 | 57 |
| Binary | 11000011 | 101111 | 10100000 | 0 | 1001100 | 10010 | 11000 | 100111010 | 111101 | 101111 |
Color Harmonies of #C32FA0
Complementary color
Monochromatic Colors of #C32FA0
Black with #C32FA0
Text Example
Text Example
White with #C32FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FA0; }
p { color: rgb(195,47,160); }
H1.HeaderClassName
{
color: #C32FA0;
}
.AnyTagClassName
{
color: #C32FA0;
}
</style>
background-color css
<style>
a { background-color: #C32FA0; }
a { background-color: rgb(195,47,160); }
div.DivClassName
{
background-color: #C32FA0;
}
.BgClassName
{
background-color: #C32FA0;
}
</style>
border-color css
<style>
span { border-color: #C32FA0; }
span { border-color: rgb(195,47,160); }
td.TdClassName
{
border-color: #C32FA0;
}
.TagClassName
{
border-color: #C32FA0;
}
</style>