Shades of Medium Red Violet #C32B6C
Tints of Medium Red Violet #C32B6C
RGB
CMYK
RGB Variations
Color information
#C32B6C (or 0xC32B6C) is known color: Medium Red Violet. HEX triplet: C3, 2B and 6C. RGB value is (195,43,108). Sum of RGB (Red+Green+Blue) = 195+43+108=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32B6C is #3CD493. Grayscale: #5F5F5F. Windows color (decimal): -3986580 or 7089091. OLE color: 7089091.
HSL color Cylindrical-coordinate representation of color #C32B6C: hue angle of 334.34º 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 #C32B6C is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 108 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.24 |
| HSL | 334.34º | 0.64% | 0.47% | - |
| HSV(B) | 334.34º | 0.78% | 0.76% | - |
| XYZ | 26.08 | 14.41 | 15.59 | - |
| YUV | 95.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 108 | 0 | 0.78 | 0.45 | 0.24 | 334.34 | 0.64 | 0.47 |
| Hex | C3 | 2B | 6C | 0 | 4E | 2D | 18 | 14E | 40 | 2F |
| Octal | 303 | 53 | 154 | 0 | 116 | 55 | 30 | 516 | 100 | 57 |
| Binary | 11000011 | 101011 | 1101100 | 0 | 1001110 | 101101 | 11000 | 101001110 | 1000000 | 101111 |
Color Harmonies of #C32B6C
Complementary color
Monochromatic Colors of #C32B6C
Black with #C32B6C
Text Example
Text Example
White with #C32B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B6C; }
p { color: rgb(195,43,108); }
H1.HeaderClassName
{
color: #C32B6C;
}
.AnyTagClassName
{
color: #C32B6C;
}
</style>
background-color css
<style>
a { background-color: #C32B6C; }
a { background-color: rgb(195,43,108); }
div.DivClassName
{
background-color: #C32B6C;
}
.BgClassName
{
background-color: #C32B6C;
}
</style>
border-color css
<style>
span { border-color: #C32B6C; }
span { border-color: rgb(195,43,108); }
td.TdClassName
{
border-color: #C32B6C;
}
.TagClassName
{
border-color: #C32B6C;
}
</style>