Shades of Medium Red Violet #C32685
Tints of Medium Red Violet #C32685
RGB
CMYK
RGB Variations
Color information
#C32685 (or 0xC32685) is known color: Medium Red Violet. HEX triplet: C3, 26 and 85. RGB value is (195,38,133). Sum of RGB (Red+Green+Blue) = 195+38+133=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C32685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32685 is #3CD97A. Grayscale: #5F5F5F. Windows color (decimal): -3987835 or 8726211. OLE color: 8726211.
HSL color Cylindrical-coordinate representation of color #C32685: hue angle of 323.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32685 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 133 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.24 |
| HSL | 323.69º | 0.67% | 0.46% | - |
| HSV(B) | 323.69º | 0.81% | 0.76% | - |
| XYZ | 27.43 | 14.68 | 23.58 | - |
| YUV | 95.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 133 | 0 | 0.81 | 0.32 | 0.24 | 323.69 | 0.67 | 0.46 |
| Hex | C3 | 26 | 85 | 0 | 51 | 20 | 18 | 144 | 43 | 2E |
| Octal | 303 | 46 | 205 | 0 | 121 | 40 | 30 | 504 | 103 | 56 |
| Binary | 11000011 | 100110 | 10000101 | 0 | 1010001 | 100000 | 11000 | 101000100 | 1000011 | 101110 |
Color Harmonies of #C32685
Complementary color
Monochromatic Colors of #C32685
Black with #C32685
Text Example
Text Example
White with #C32685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32685; }
p { color: rgb(195,38,133); }
H1.HeaderClassName
{
color: #C32685;
}
.AnyTagClassName
{
color: #C32685;
}
</style>
background-color css
<style>
a { background-color: #C32685; }
a { background-color: rgb(195,38,133); }
div.DivClassName
{
background-color: #C32685;
}
.BgClassName
{
background-color: #C32685;
}
</style>
border-color css
<style>
span { border-color: #C32685; }
span { border-color: rgb(195,38,133); }
td.TdClassName
{
border-color: #C32685;
}
.TagClassName
{
border-color: #C32685;
}
</style>