Shades of Medium Red Violet #C32A98
Tints of Medium Red Violet #C32A98
RGB
CMYK
RGB Variations
Color information
#C32A98 (or 0xC32A98) is known color: Medium Red Violet. HEX triplet: C3, 2A and 98. RGB value is (195,42,152). Sum of RGB (Red+Green+Blue) = 195+42+152=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A98 is #3CD567. Grayscale: #646464. Windows color (decimal): -3986792 or 9972419. OLE color: 9972419.
HSL color Cylindrical-coordinate representation of color #C32A98: hue angle of 316.86º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A98 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 152 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.24 |
| HSL | 316.86º | 0.65% | 0.46% | - |
| HSV(B) | 316.86º | 0.78% | 0.76% | - |
| XYZ | 29 | 15.53 | 31.17 | - |
| YUV | 100.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 152 | 0 | 0.78 | 0.22 | 0.24 | 316.86 | 0.65 | 0.46 |
| Hex | C3 | 2A | 98 | 0 | 4E | 16 | 18 | 13D | 41 | 2E |
| Octal | 303 | 52 | 230 | 0 | 116 | 26 | 30 | 475 | 101 | 56 |
| Binary | 11000011 | 101010 | 10011000 | 0 | 1001110 | 10110 | 11000 | 100111101 | 1000001 | 101110 |
Color Harmonies of #C32A98
Complementary color
Monochromatic Colors of #C32A98
Black with #C32A98
Text Example
Text Example
White with #C32A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A98; }
p { color: rgb(195,42,152); }
H1.HeaderClassName
{
color: #C32A98;
}
.AnyTagClassName
{
color: #C32A98;
}
</style>
background-color css
<style>
a { background-color: #C32A98; }
a { background-color: rgb(195,42,152); }
div.DivClassName
{
background-color: #C32A98;
}
.BgClassName
{
background-color: #C32A98;
}
</style>
border-color css
<style>
span { border-color: #C32A98; }
span { border-color: rgb(195,42,152); }
td.TdClassName
{
border-color: #C32A98;
}
.TagClassName
{
border-color: #C32A98;
}
</style>