Shades of Medium Violet Red #C32476
Tints of Medium Violet Red #C32476
RGB
CMYK
RGB Variations
Color information
#C32476 (or 0xC32476) is known color: Medium Violet Red. HEX triplet: C3, 24 and 76. RGB value is (195,36,118). Sum of RGB (Red+Green+Blue) = 195+36+118=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C32476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32476 is #3CDB89. Grayscale: #5C5C5C. Windows color (decimal): -3988362 or 7742659. OLE color: 7742659.
HSL color Cylindrical-coordinate representation of color #C32476: hue angle of 329.06º 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 #C32476 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 118 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.24 |
| HSL | 329.06º | 0.69% | 0.45% | - |
| HSV(B) | 329.06º | 0.82% | 0.76% | - |
| XYZ | 26.41 | 14.17 | 18.48 | - |
| YUV | 92.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 118 | 0 | 0.82 | 0.39 | 0.24 | 329.06 | 0.69 | 0.45 |
| Hex | C3 | 24 | 76 | 0 | 52 | 27 | 18 | 149 | 45 | 2D |
| Octal | 303 | 44 | 166 | 0 | 122 | 47 | 30 | 511 | 105 | 55 |
| Binary | 11000011 | 100100 | 1110110 | 0 | 1010010 | 100111 | 11000 | 101001001 | 1000101 | 101101 |
Color Harmonies of #C32476
Complementary color
Monochromatic Colors of #C32476
Black with #C32476
Text Example
Text Example
White with #C32476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32476; }
p { color: rgb(195,36,118); }
H1.HeaderClassName
{
color: #C32476;
}
.AnyTagClassName
{
color: #C32476;
}
</style>
background-color css
<style>
a { background-color: #C32476; }
a { background-color: rgb(195,36,118); }
div.DivClassName
{
background-color: #C32476;
}
.BgClassName
{
background-color: #C32476;
}
</style>
border-color css
<style>
span { border-color: #C32476; }
span { border-color: rgb(195,36,118); }
td.TdClassName
{
border-color: #C32476;
}
.TagClassName
{
border-color: #C32476;
}
</style>