Shades of Medium Red Violet #C32C9E
Tints of Medium Red Violet #C32C9E
RGB
CMYK
RGB Variations
Color information
#C32C9E (or 0xC32C9E) is known color: Medium Red Violet. HEX triplet: C3, 2C and 9E. RGB value is (195,44,158). Sum of RGB (Red+Green+Blue) = 195+44+158=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32C9E is #3CD361. Grayscale: #656565. Windows color (decimal): -3986274 or 10366147. OLE color: 10366147.
HSL color Cylindrical-coordinate representation of color #C32C9E: hue angle of 314.7º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C9E is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 158 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.24 |
| HSL | 314.7º | 0.63% | 0.47% | - |
| HSV(B) | 314.7º | 0.77% | 0.76% | - |
| XYZ | 29.58 | 15.87 | 33.85 | - |
| YUV | 102.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 158 | 0 | 0.77 | 0.19 | 0.24 | 314.7 | 0.63 | 0.47 |
| Hex | C3 | 2C | 9E | 0 | 4D | 13 | 18 | 13B | 3F | 2F |
| Octal | 303 | 54 | 236 | 0 | 115 | 23 | 30 | 473 | 77 | 57 |
| Binary | 11000011 | 101100 | 10011110 | 0 | 1001101 | 10011 | 11000 | 100111011 | 111111 | 101111 |
Color Harmonies of #C32C9E
Complementary color
Monochromatic Colors of #C32C9E
Black with #C32C9E
Text Example
Text Example
White with #C32C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C9E; }
p { color: rgb(195,44,158); }
H1.HeaderClassName
{
color: #C32C9E;
}
.AnyTagClassName
{
color: #C32C9E;
}
</style>
background-color css
<style>
a { background-color: #C32C9E; }
a { background-color: rgb(195,44,158); }
div.DivClassName
{
background-color: #C32C9E;
}
.BgClassName
{
background-color: #C32C9E;
}
</style>
border-color css
<style>
span { border-color: #C32C9E; }
span { border-color: rgb(195,44,158); }
td.TdClassName
{
border-color: #C32C9E;
}
.TagClassName
{
border-color: #C32C9E;
}
</style>