Shades of Medium Violet Red #C32281
Tints of Medium Violet Red #C32281
RGB
CMYK
RGB Variations
Color information
#C32281 (or 0xC32281) is known color: Medium Violet Red. HEX triplet: C3, 22 and 81. RGB value is (195,34,129). Sum of RGB (Red+Green+Blue) = 195+34+129=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C32281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32281 is #3CDD7E. Grayscale: #5C5C5C. Windows color (decimal): -3988863 or 8463043. OLE color: 8463043.
HSL color Cylindrical-coordinate representation of color #C32281: hue angle of 324.6º 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 #C32281 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 129 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.24 |
| HSL | 324.6º | 0.7% | 0.45% | - |
| HSV(B) | 324.6º | 0.83% | 0.76% | - |
| XYZ | 27.04 | 14.33 | 22.11 | - |
| YUV | 92.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 129 | 0 | 0.83 | 0.34 | 0.24 | 324.6 | 0.7 | 0.45 |
| Hex | C3 | 22 | 81 | 0 | 53 | 22 | 18 | 145 | 46 | 2D |
| Octal | 303 | 42 | 201 | 0 | 123 | 42 | 30 | 505 | 106 | 55 |
| Binary | 11000011 | 100010 | 10000001 | 0 | 1010011 | 100010 | 11000 | 101000101 | 1000110 | 101101 |
Color Harmonies of #C32281
Complementary color
Monochromatic Colors of #C32281
Black with #C32281
Text Example
Text Example
White with #C32281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32281; }
p { color: rgb(195,34,129); }
H1.HeaderClassName
{
color: #C32281;
}
.AnyTagClassName
{
color: #C32281;
}
</style>
background-color css
<style>
a { background-color: #C32281; }
a { background-color: rgb(195,34,129); }
div.DivClassName
{
background-color: #C32281;
}
.BgClassName
{
background-color: #C32281;
}
</style>
border-color css
<style>
span { border-color: #C32281; }
span { border-color: rgb(195,34,129); }
td.TdClassName
{
border-color: #C32281;
}
.TagClassName
{
border-color: #C32281;
}
</style>