Shades of Medium Red Violet #C32697
Tints of Medium Red Violet #C32697
RGB
CMYK
RGB Variations
Color information
#C32697 (or 0xC32697) is known color: Medium Red Violet. HEX triplet: C3, 26 and 97. RGB value is (195,38,151). Sum of RGB (Red+Green+Blue) = 195+38+151=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C32697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32697 is #3CD968. Grayscale: #616161. Windows color (decimal): -3987817 or 9905859. OLE color: 9905859.
HSL color Cylindrical-coordinate representation of color #C32697: hue angle of 316.82º 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 #C32697 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 151 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.24 |
| HSL | 316.82º | 0.67% | 0.46% | - |
| HSV(B) | 316.82º | 0.81% | 0.76% | - |
| XYZ | 28.78 | 15.22 | 30.7 | - |
| YUV | 97.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 151 | 0 | 0.81 | 0.23 | 0.24 | 316.82 | 0.67 | 0.46 |
| Hex | C3 | 26 | 97 | 0 | 51 | 17 | 18 | 13D | 43 | 2E |
| Octal | 303 | 46 | 227 | 0 | 121 | 27 | 30 | 475 | 103 | 56 |
| Binary | 11000011 | 100110 | 10010111 | 0 | 1010001 | 10111 | 11000 | 100111101 | 1000011 | 101110 |
Color Harmonies of #C32697
Complementary color
Monochromatic Colors of #C32697
Black with #C32697
Text Example
Text Example
White with #C32697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32697; }
p { color: rgb(195,38,151); }
H1.HeaderClassName
{
color: #C32697;
}
.AnyTagClassName
{
color: #C32697;
}
</style>
background-color css
<style>
a { background-color: #C32697; }
a { background-color: rgb(195,38,151); }
div.DivClassName
{
background-color: #C32697;
}
.BgClassName
{
background-color: #C32697;
}
</style>
border-color css
<style>
span { border-color: #C32697; }
span { border-color: rgb(195,38,151); }
td.TdClassName
{
border-color: #C32697;
}
.TagClassName
{
border-color: #C32697;
}
</style>