Shades of Medium Red Violet #C32B9C
Tints of Medium Red Violet #C32B9C
RGB
CMYK
RGB Variations
Color information
#C32B9C (or 0xC32B9C) is known color: Medium Red Violet. HEX triplet: C3, 2B and 9C. RGB value is (195,43,156). Sum of RGB (Red+Green+Blue) = 195+43+156=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B9C is #3CD463. Grayscale: #656565. Windows color (decimal): -3986532 or 10234819. OLE color: 10234819.
HSL color Cylindrical-coordinate representation of color #C32B9C: hue angle of 315.39º 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 #C32B9C is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 156 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.24 |
| HSL | 315.39º | 0.64% | 0.47% | - |
| HSV(B) | 315.39º | 0.78% | 0.76% | - |
| XYZ | 29.37 | 15.73 | 32.94 | - |
| YUV | 101.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 156 | 0 | 0.78 | 0.20 | 0.24 | 315.39 | 0.64 | 0.47 |
| Hex | C3 | 2B | 9C | 0 | 4E | 14 | 18 | 13B | 40 | 2F |
| Octal | 303 | 53 | 234 | 0 | 116 | 24 | 30 | 473 | 100 | 57 |
| Binary | 11000011 | 101011 | 10011100 | 0 | 1001110 | 10100 | 11000 | 100111011 | 1000000 | 101111 |
Color Harmonies of #C32B9C
Complementary color
Monochromatic Colors of #C32B9C
Black with #C32B9C
Text Example
Text Example
White with #C32B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B9C; }
p { color: rgb(195,43,156); }
H1.HeaderClassName
{
color: #C32B9C;
}
.AnyTagClassName
{
color: #C32B9C;
}
</style>
background-color css
<style>
a { background-color: #C32B9C; }
a { background-color: rgb(195,43,156); }
div.DivClassName
{
background-color: #C32B9C;
}
.BgClassName
{
background-color: #C32B9C;
}
</style>
border-color css
<style>
span { border-color: #C32B9C; }
span { border-color: rgb(195,43,156); }
td.TdClassName
{
border-color: #C32B9C;
}
.TagClassName
{
border-color: #C32B9C;
}
</style>