Shades of Medium Red Violet #C32B9F
Tints of Medium Red Violet #C32B9F
RGB
CMYK
RGB Variations
Color information
#C32B9F (or 0xC32B9F) is known color: Medium Red Violet. HEX triplet: C3, 2B and 9F. RGB value is (195,43,159). Sum of RGB (Red+Green+Blue) = 195+43+159=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B9F is #3CD460. Grayscale: #656565. Windows color (decimal): -3986529 or 10431427. OLE color: 10431427.
HSL color Cylindrical-coordinate representation of color #C32B9F: hue angle of 314.21º 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 #C32B9F is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 159 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.24 |
| HSL | 314.21º | 0.64% | 0.47% | - |
| HSV(B) | 314.21º | 0.78% | 0.76% | - |
| XYZ | 29.63 | 15.83 | 34.3 | - |
| YUV | 101.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 159 | 0 | 0.78 | 0.18 | 0.24 | 314.21 | 0.64 | 0.47 |
| Hex | C3 | 2B | 9F | 0 | 4E | 12 | 18 | 13A | 40 | 2F |
| Octal | 303 | 53 | 237 | 0 | 116 | 22 | 30 | 472 | 100 | 57 |
| Binary | 11000011 | 101011 | 10011111 | 0 | 1001110 | 10010 | 11000 | 100111010 | 1000000 | 101111 |
Color Harmonies of #C32B9F
Complementary color
Monochromatic Colors of #C32B9F
Black with #C32B9F
Text Example
Text Example
White with #C32B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B9F; }
p { color: rgb(195,43,159); }
H1.HeaderClassName
{
color: #C32B9F;
}
.AnyTagClassName
{
color: #C32B9F;
}
</style>
background-color css
<style>
a { background-color: #C32B9F; }
a { background-color: rgb(195,43,159); }
div.DivClassName
{
background-color: #C32B9F;
}
.BgClassName
{
background-color: #C32B9F;
}
</style>
border-color css
<style>
span { border-color: #C32B9F; }
span { border-color: rgb(195,43,159); }
td.TdClassName
{
border-color: #C32B9F;
}
.TagClassName
{
border-color: #C32B9F;
}
</style>