Shades of Medium Violet Red #C32475
Tints of Medium Violet Red #C32475
RGB
CMYK
RGB Variations
Color information
#C32475 (or 0xC32475) is known color: Medium Violet Red. HEX triplet: C3, 24 and 75. RGB value is (195,36,117). Sum of RGB (Red+Green+Blue) = 195+36+117=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C32475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32475 is #3CDB8A. Grayscale: #5C5C5C. Windows color (decimal): -3988363 or 7677123. OLE color: 7677123.
HSL color Cylindrical-coordinate representation of color #C32475: hue angle of 329.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32475 is Cyan = 0, Magento = 0.82, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 117 | - |
| CMYK | 0 | 0.82 | 0.4 | 0.24 |
| HSL | 329.43º | 0.69% | 0.45% | - |
| HSV(B) | 329.43º | 0.82% | 0.76% | - |
| XYZ | 26.35 | 14.15 | 18.17 | - |
| YUV | 92.78 | 141.68 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 117 | 0 | 0.82 | 0.4 | 0.24 | 329.43 | 0.69 | 0.45 |
| Hex | C3 | 24 | 75 | 0 | 52 | 28 | 18 | 149 | 45 | 2D |
| Octal | 303 | 44 | 165 | 0 | 122 | 50 | 30 | 511 | 105 | 55 |
| Binary | 11000011 | 100100 | 1110101 | 0 | 1010010 | 101000 | 11000 | 101001001 | 1000101 | 101101 |
Color Harmonies of #C32475
Complementary color
Monochromatic Colors of #C32475
Black with #C32475
Text Example
Text Example
White with #C32475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32475; }
p { color: rgb(195,36,117); }
H1.HeaderClassName
{
color: #C32475;
}
.AnyTagClassName
{
color: #C32475;
}
</style>
background-color css
<style>
a { background-color: #C32475; }
a { background-color: rgb(195,36,117); }
div.DivClassName
{
background-color: #C32475;
}
.BgClassName
{
background-color: #C32475;
}
</style>
border-color css
<style>
span { border-color: #C32475; }
span { border-color: rgb(195,36,117); }
td.TdClassName
{
border-color: #C32475;
}
.TagClassName
{
border-color: #C32475;
}
</style>