Shades of Medium Red Violet #C32C6D
Tints of Medium Red Violet #C32C6D
RGB
CMYK
RGB Variations
Color information
#C32C6D (or 0xC32C6D) is known color: Medium Red Violet. HEX triplet: C3, 2C and 6D. RGB value is (195,44,109). Sum of RGB (Red+Green+Blue) = 195+44+109=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C6D is #3CD392. Grayscale: #606060. Windows color (decimal): -3986323 or 7154883. OLE color: 7154883.
HSL color Cylindrical-coordinate representation of color #C32C6D: hue angle of 334.17º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C6D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 109 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.24 |
| HSL | 334.17º | 0.63% | 0.47% | - |
| HSV(B) | 334.17º | 0.77% | 0.76% | - |
| XYZ | 26.17 | 14.51 | 15.89 | - |
| YUV | 96.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 109 | 0 | 0.77 | 0.44 | 0.24 | 334.17 | 0.63 | 0.47 |
| Hex | C3 | 2C | 6D | 0 | 4D | 2C | 18 | 14E | 3F | 2F |
| Octal | 303 | 54 | 155 | 0 | 115 | 54 | 30 | 516 | 77 | 57 |
| Binary | 11000011 | 101100 | 1101101 | 0 | 1001101 | 101100 | 11000 | 101001110 | 111111 | 101111 |
Color Harmonies of #C32C6D
Complementary color
Monochromatic Colors of #C32C6D
Black with #C32C6D
Text Example
Text Example
White with #C32C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C6D; }
p { color: rgb(195,44,109); }
H1.HeaderClassName
{
color: #C32C6D;
}
.AnyTagClassName
{
color: #C32C6D;
}
</style>
background-color css
<style>
a { background-color: #C32C6D; }
a { background-color: rgb(195,44,109); }
div.DivClassName
{
background-color: #C32C6D;
}
.BgClassName
{
background-color: #C32C6D;
}
</style>
border-color css
<style>
span { border-color: #C32C6D; }
span { border-color: rgb(195,44,109); }
td.TdClassName
{
border-color: #C32C6D;
}
.TagClassName
{
border-color: #C32C6D;
}
</style>