Shades of Medium Red Violet #C32B99
Tints of Medium Red Violet #C32B99
RGB
CMYK
RGB Variations
Color information
#C32B99 (or 0xC32B99) is known color: Medium Red Violet. HEX triplet: C3, 2B and 99. RGB value is (195,43,153). Sum of RGB (Red+Green+Blue) = 195+43+153=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B99 is #3CD466. Grayscale: #646464. Windows color (decimal): -3986535 or 10038211. OLE color: 10038211.
HSL color Cylindrical-coordinate representation of color #C32B99: hue angle of 316.58º 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 #C32B99 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 153 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.24 |
| HSL | 316.58º | 0.64% | 0.47% | - |
| HSV(B) | 316.58º | 0.78% | 0.76% | - |
| XYZ | 29.12 | 15.63 | 31.62 | - |
| YUV | 100.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 153 | 0 | 0.78 | 0.22 | 0.24 | 316.58 | 0.64 | 0.47 |
| Hex | C3 | 2B | 99 | 0 | 4E | 16 | 18 | 13D | 40 | 2F |
| Octal | 303 | 53 | 231 | 0 | 116 | 26 | 30 | 475 | 100 | 57 |
| Binary | 11000011 | 101011 | 10011001 | 0 | 1001110 | 10110 | 11000 | 100111101 | 1000000 | 101111 |
Color Harmonies of #C32B99
Complementary color
Monochromatic Colors of #C32B99
Black with #C32B99
Text Example
Text Example
White with #C32B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B99; }
p { color: rgb(195,43,153); }
H1.HeaderClassName
{
color: #C32B99;
}
.AnyTagClassName
{
color: #C32B99;
}
</style>
background-color css
<style>
a { background-color: #C32B99; }
a { background-color: rgb(195,43,153); }
div.DivClassName
{
background-color: #C32B99;
}
.BgClassName
{
background-color: #C32B99;
}
</style>
border-color css
<style>
span { border-color: #C32B99; }
span { border-color: rgb(195,43,153); }
td.TdClassName
{
border-color: #C32B99;
}
.TagClassName
{
border-color: #C32B99;
}
</style>