Shades of Medium Red Violet #C32F83
Tints of Medium Red Violet #C32F83
RGB
CMYK
RGB Variations
Color information
#C32F83 (or 0xC32F83) is known color: Medium Red Violet. HEX triplet: C3, 2F and 83. RGB value is (195,47,131). Sum of RGB (Red+Green+Blue) = 195+47+131=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32F83 is #3CD07C. Grayscale: #646464. Windows color (decimal): -3985533 or 8597443. OLE color: 8597443.
HSL color Cylindrical-coordinate representation of color #C32F83: hue angle of 325.95º 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 #C32F83 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 131 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.24 |
| HSL | 325.95º | 0.61% | 0.47% | - |
| HSV(B) | 325.95º | 0.76% | 0.76% | - |
| XYZ | 27.62 | 15.27 | 22.97 | - |
| YUV | 100.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 131 | 0 | 0.76 | 0.33 | 0.24 | 325.95 | 0.61 | 0.47 |
| Hex | C3 | 2F | 83 | 0 | 4C | 21 | 18 | 146 | 3D | 2F |
| Octal | 303 | 57 | 203 | 0 | 114 | 41 | 30 | 506 | 75 | 57 |
| Binary | 11000011 | 101111 | 10000011 | 0 | 1001100 | 100001 | 11000 | 101000110 | 111101 | 101111 |
Color Harmonies of #C32F83
Complementary color
Monochromatic Colors of #C32F83
Black with #C32F83
Text Example
Text Example
White with #C32F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F83; }
p { color: rgb(195,47,131); }
H1.HeaderClassName
{
color: #C32F83;
}
.AnyTagClassName
{
color: #C32F83;
}
</style>
background-color css
<style>
a { background-color: #C32F83; }
a { background-color: rgb(195,47,131); }
div.DivClassName
{
background-color: #C32F83;
}
.BgClassName
{
background-color: #C32F83;
}
</style>
border-color css
<style>
span { border-color: #C32F83; }
span { border-color: rgb(195,47,131); }
td.TdClassName
{
border-color: #C32F83;
}
.TagClassName
{
border-color: #C32F83;
}
</style>