Shades of Medium Red Violet #C32F7D
Tints of Medium Red Violet #C32F7D
RGB
CMYK
RGB Variations
Color information
#C32F7D (or 0xC32F7D) is known color: Medium Red Violet. HEX triplet: C3, 2F and 7D. RGB value is (195,47,125). Sum of RGB (Red+Green+Blue) = 195+47+125=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32F7D is #3CD082. Grayscale: #636363. Windows color (decimal): -3985539 or 8204227. OLE color: 8204227.
HSL color Cylindrical-coordinate representation of color #C32F7D: hue angle of 328.38º 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 #C32F7D is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 125 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.24 |
| HSL | 328.38º | 0.61% | 0.47% | - |
| HSV(B) | 328.38º | 0.76% | 0.76% | - |
| XYZ | 27.22 | 15.12 | 20.88 | - |
| YUV | 100.14 | 142.03 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 125 | 0 | 0.76 | 0.36 | 0.24 | 328.38 | 0.61 | 0.47 |
| Hex | C3 | 2F | 7D | 0 | 4C | 24 | 18 | 148 | 3D | 2F |
| Octal | 303 | 57 | 175 | 0 | 114 | 44 | 30 | 510 | 75 | 57 |
| Binary | 11000011 | 101111 | 1111101 | 0 | 1001100 | 100100 | 11000 | 101001000 | 111101 | 101111 |
Color Harmonies of #C32F7D
Complementary color
Monochromatic Colors of #C32F7D
Black with #C32F7D
Text Example
Text Example
White with #C32F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F7D; }
p { color: rgb(195,47,125); }
H1.HeaderClassName
{
color: #C32F7D;
}
.AnyTagClassName
{
color: #C32F7D;
}
</style>
background-color css
<style>
a { background-color: #C32F7D; }
a { background-color: rgb(195,47,125); }
div.DivClassName
{
background-color: #C32F7D;
}
.BgClassName
{
background-color: #C32F7D;
}
</style>
border-color css
<style>
span { border-color: #C32F7D; }
span { border-color: rgb(195,47,125); }
td.TdClassName
{
border-color: #C32F7D;
}
.TagClassName
{
border-color: #C32F7D;
}
</style>