Shades of Medium Red Violet #C32F7B
Tints of Medium Red Violet #C32F7B
RGB
CMYK
RGB Variations
Color information
#C32F7B (or 0xC32F7B) is known color: Medium Red Violet. HEX triplet: C3, 2F and 7B. RGB value is (195,47,123). Sum of RGB (Red+Green+Blue) = 195+47+123=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32F7B is #3CD084. Grayscale: #636363. Windows color (decimal): -3985541 or 8073155. OLE color: 8073155.
HSL color Cylindrical-coordinate representation of color #C32F7B: hue angle of 329.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 #C32F7B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 123 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.24 |
| HSL | 329.19º | 0.61% | 0.47% | - |
| HSV(B) | 329.19º | 0.76% | 0.76% | - |
| XYZ | 27.1 | 15.07 | 20.22 | - |
| YUV | 99.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 123 | 0 | 0.76 | 0.37 | 0.24 | 329.19 | 0.61 | 0.47 |
| Hex | C3 | 2F | 7B | 0 | 4C | 25 | 18 | 149 | 3D | 2F |
| Octal | 303 | 57 | 173 | 0 | 114 | 45 | 30 | 511 | 75 | 57 |
| Binary | 11000011 | 101111 | 1111011 | 0 | 1001100 | 100101 | 11000 | 101001001 | 111101 | 101111 |
Color Harmonies of #C32F7B
Complementary color
Monochromatic Colors of #C32F7B
Black with #C32F7B
Text Example
Text Example
White with #C32F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F7B; }
p { color: rgb(195,47,123); }
H1.HeaderClassName
{
color: #C32F7B;
}
.AnyTagClassName
{
color: #C32F7B;
}
</style>
background-color css
<style>
a { background-color: #C32F7B; }
a { background-color: rgb(195,47,123); }
div.DivClassName
{
background-color: #C32F7B;
}
.BgClassName
{
background-color: #C32F7B;
}
</style>
border-color css
<style>
span { border-color: #C32F7B; }
span { border-color: rgb(195,47,123); }
td.TdClassName
{
border-color: #C32F7B;
}
.TagClassName
{
border-color: #C32F7B;
}
</style>