Shades of Medium Violet Red #C32276
Tints of Medium Violet Red #C32276
RGB
CMYK
RGB Variations
Color information
#C32276 (or 0xC32276) is known color: Medium Violet Red. HEX triplet: C3, 22 and 76. RGB value is (195,34,118). Sum of RGB (Red+Green+Blue) = 195+34+118=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C32276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32276 is #3CDD89. Grayscale: #5B5B5B. Windows color (decimal): -3988874 or 7742147. OLE color: 7742147.
HSL color Cylindrical-coordinate representation of color #C32276: hue angle of 328.7º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32276 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 118 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.24 |
| HSL | 328.7º | 0.7% | 0.45% | - |
| HSV(B) | 328.7º | 0.83% | 0.76% | - |
| XYZ | 26.35 | 14.05 | 18.46 | - |
| YUV | 91.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 118 | 0 | 0.83 | 0.39 | 0.24 | 328.7 | 0.7 | 0.45 |
| Hex | C3 | 22 | 76 | 0 | 53 | 27 | 18 | 149 | 46 | 2D |
| Octal | 303 | 42 | 166 | 0 | 123 | 47 | 30 | 511 | 106 | 55 |
| Binary | 11000011 | 100010 | 1110110 | 0 | 1010011 | 100111 | 11000 | 101001001 | 1000110 | 101101 |
Color Harmonies of #C32276
Complementary color
Monochromatic Colors of #C32276
Black with #C32276
Text Example
Text Example
White with #C32276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32276; }
p { color: rgb(195,34,118); }
H1.HeaderClassName
{
color: #C32276;
}
.AnyTagClassName
{
color: #C32276;
}
</style>
background-color css
<style>
a { background-color: #C32276; }
a { background-color: rgb(195,34,118); }
div.DivClassName
{
background-color: #C32276;
}
.BgClassName
{
background-color: #C32276;
}
</style>
border-color css
<style>
span { border-color: #C32276; }
span { border-color: rgb(195,34,118); }
td.TdClassName
{
border-color: #C32276;
}
.TagClassName
{
border-color: #C32276;
}
</style>