Shades of Medium Red Violet #C32F94
Tints of Medium Red Violet #C32F94
RGB
CMYK
RGB Variations
Color information
#C32F94 (or 0xC32F94) is known color: Medium Red Violet. HEX triplet: C3, 2F and 94. RGB value is (195,47,148). Sum of RGB (Red+Green+Blue) = 195+47+148=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32F94 is #3CD06B. Grayscale: #666666. Windows color (decimal): -3985516 or 9711555. OLE color: 9711555.
HSL color Cylindrical-coordinate representation of color #C32F94: hue angle of 319.05º 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 #C32F94 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 148 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.24 |
| HSL | 319.05º | 0.61% | 0.47% | - |
| HSV(B) | 319.05º | 0.76% | 0.76% | - |
| XYZ | 28.87 | 15.77 | 29.54 | - |
| YUV | 102.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 148 | 0 | 0.76 | 0.24 | 0.24 | 319.05 | 0.61 | 0.47 |
| Hex | C3 | 2F | 94 | 0 | 4C | 18 | 18 | 13F | 3D | 2F |
| Octal | 303 | 57 | 224 | 0 | 114 | 30 | 30 | 477 | 75 | 57 |
| Binary | 11000011 | 101111 | 10010100 | 0 | 1001100 | 11000 | 11000 | 100111111 | 111101 | 101111 |
Color Harmonies of #C32F94
Complementary color
Monochromatic Colors of #C32F94
Black with #C32F94
Text Example
Text Example
White with #C32F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F94; }
p { color: rgb(195,47,148); }
H1.HeaderClassName
{
color: #C32F94;
}
.AnyTagClassName
{
color: #C32F94;
}
</style>
background-color css
<style>
a { background-color: #C32F94; }
a { background-color: rgb(195,47,148); }
div.DivClassName
{
background-color: #C32F94;
}
.BgClassName
{
background-color: #C32F94;
}
</style>
border-color css
<style>
span { border-color: #C32F94; }
span { border-color: rgb(195,47,148); }
td.TdClassName
{
border-color: #C32F94;
}
.TagClassName
{
border-color: #C32F94;
}
</style>