Shades of Medium Red Violet #C32B95
Tints of Medium Red Violet #C32B95
RGB
CMYK
RGB Variations
Color information
#C32B95 (or 0xC32B95) is known color: Medium Red Violet. HEX triplet: C3, 2B and 95. RGB value is (195,43,149). Sum of RGB (Red+Green+Blue) = 195+43+149=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B95 is #3CD46A. Grayscale: #646464. Windows color (decimal): -3986539 or 9776067. OLE color: 9776067.
HSL color Cylindrical-coordinate representation of color #C32B95: hue angle of 318.16º 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 #C32B95 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 149 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.24 |
| HSL | 318.16º | 0.64% | 0.47% | - |
| HSV(B) | 318.16º | 0.78% | 0.76% | - |
| XYZ | 28.79 | 15.5 | 29.91 | - |
| YUV | 100.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 149 | 0 | 0.78 | 0.24 | 0.24 | 318.16 | 0.64 | 0.47 |
| Hex | C3 | 2B | 95 | 0 | 4E | 18 | 18 | 13E | 40 | 2F |
| Octal | 303 | 53 | 225 | 0 | 116 | 30 | 30 | 476 | 100 | 57 |
| Binary | 11000011 | 101011 | 10010101 | 0 | 1001110 | 11000 | 11000 | 100111110 | 1000000 | 101111 |
Color Harmonies of #C32B95
Complementary color
Monochromatic Colors of #C32B95
Black with #C32B95
Text Example
Text Example
White with #C32B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B95; }
p { color: rgb(195,43,149); }
H1.HeaderClassName
{
color: #C32B95;
}
.AnyTagClassName
{
color: #C32B95;
}
</style>
background-color css
<style>
a { background-color: #C32B95; }
a { background-color: rgb(195,43,149); }
div.DivClassName
{
background-color: #C32B95;
}
.BgClassName
{
background-color: #C32B95;
}
</style>
border-color css
<style>
span { border-color: #C32B95; }
span { border-color: rgb(195,43,149); }
td.TdClassName
{
border-color: #C32B95;
}
.TagClassName
{
border-color: #C32B95;
}
</style>