Shades of Medium Violet Red #C32085
Tints of Medium Violet Red #C32085
RGB
CMYK
RGB Variations
Color information
#C32085 (or 0xC32085) is known color: Medium Violet Red. HEX triplet: C3, 20 and 85. RGB value is (195,32,133). Sum of RGB (Red+Green+Blue) = 195+32+133=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C32085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32085 is #3CDF7A. Grayscale: #5C5C5C. Windows color (decimal): -3989371 or 8724675. OLE color: 8724675.
HSL color Cylindrical-coordinate representation of color #C32085: hue angle of 322.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32085 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 133 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.24 |
| HSL | 322.82º | 0.72% | 0.45% | - |
| HSV(B) | 322.82º | 0.84% | 0.76% | - |
| XYZ | 27.26 | 14.33 | 23.52 | - |
| YUV | 92.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 133 | 0 | 0.84 | 0.32 | 0.24 | 322.82 | 0.72 | 0.45 |
| Hex | C3 | 20 | 85 | 0 | 54 | 20 | 18 | 143 | 48 | 2D |
| Octal | 303 | 40 | 205 | 0 | 124 | 40 | 30 | 503 | 110 | 55 |
| Binary | 11000011 | 100000 | 10000101 | 0 | 1010100 | 100000 | 11000 | 101000011 | 1001000 | 101101 |
Color Harmonies of #C32085
Complementary color
Monochromatic Colors of #C32085
Black with #C32085
Text Example
Text Example
White with #C32085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32085; }
p { color: rgb(195,32,133); }
H1.HeaderClassName
{
color: #C32085;
}
.AnyTagClassName
{
color: #C32085;
}
</style>
background-color css
<style>
a { background-color: #C32085; }
a { background-color: rgb(195,32,133); }
div.DivClassName
{
background-color: #C32085;
}
.BgClassName
{
background-color: #C32085;
}
</style>
border-color css
<style>
span { border-color: #C32085; }
span { border-color: rgb(195,32,133); }
td.TdClassName
{
border-color: #C32085;
}
.TagClassName
{
border-color: #C32085;
}
</style>