Shades of Medium Red Violet #C32B98
Tints of Medium Red Violet #C32B98
RGB
CMYK
RGB Variations
Color information
#C32B98 (or 0xC32B98) is known color: Medium Red Violet. HEX triplet: C3, 2B and 98. RGB value is (195,43,152). Sum of RGB (Red+Green+Blue) = 195+43+152=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B98 is #3CD467. Grayscale: #646464. Windows color (decimal): -3986536 or 9972675. OLE color: 9972675.
HSL color Cylindrical-coordinate representation of color #C32B98: hue angle of 316.97º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B98 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 152 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.24 |
| HSL | 316.97º | 0.64% | 0.47% | - |
| HSV(B) | 316.97º | 0.78% | 0.76% | - |
| XYZ | 29.04 | 15.6 | 31.19 | - |
| YUV | 100.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 152 | 0 | 0.78 | 0.22 | 0.24 | 316.97 | 0.64 | 0.47 |
| Hex | C3 | 2B | 98 | 0 | 4E | 16 | 18 | 13D | 40 | 2F |
| Octal | 303 | 53 | 230 | 0 | 116 | 26 | 30 | 475 | 100 | 57 |
| Binary | 11000011 | 101011 | 10011000 | 0 | 1001110 | 10110 | 11000 | 100111101 | 1000000 | 101111 |
Color Harmonies of #C32B98
Complementary color
Monochromatic Colors of #C32B98
Black with #C32B98
Text Example
Text Example
White with #C32B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B98; }
p { color: rgb(195,43,152); }
H1.HeaderClassName
{
color: #C32B98;
}
.AnyTagClassName
{
color: #C32B98;
}
</style>
background-color css
<style>
a { background-color: #C32B98; }
a { background-color: rgb(195,43,152); }
div.DivClassName
{
background-color: #C32B98;
}
.BgClassName
{
background-color: #C32B98;
}
</style>
border-color css
<style>
span { border-color: #C32B98; }
span { border-color: rgb(195,43,152); }
td.TdClassName
{
border-color: #C32B98;
}
.TagClassName
{
border-color: #C32B98;
}
</style>