Shades of Medium Red Violet #C32698
Tints of Medium Red Violet #C32698
RGB
CMYK
RGB Variations
Color information
#C32698 (or 0xC32698) is known color: Medium Red Violet. HEX triplet: C3, 26 and 98. RGB value is (195,38,152). Sum of RGB (Red+Green+Blue) = 195+38+152=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C32698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32698 is #3CD967. Grayscale: #616161. Windows color (decimal): -3987816 or 9971395. OLE color: 9971395.
HSL color Cylindrical-coordinate representation of color #C32698: hue angle of 316.43º 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 #C32698 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 152 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.24 |
| HSL | 316.43º | 0.67% | 0.46% | - |
| HSV(B) | 316.43º | 0.81% | 0.76% | - |
| XYZ | 28.87 | 15.26 | 31.13 | - |
| YUV | 97.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 152 | 0 | 0.81 | 0.22 | 0.24 | 316.43 | 0.67 | 0.46 |
| Hex | C3 | 26 | 98 | 0 | 51 | 16 | 18 | 13C | 43 | 2E |
| Octal | 303 | 46 | 230 | 0 | 121 | 26 | 30 | 474 | 103 | 56 |
| Binary | 11000011 | 100110 | 10011000 | 0 | 1010001 | 10110 | 11000 | 100111100 | 1000011 | 101110 |
Color Harmonies of #C32698
Complementary color
Monochromatic Colors of #C32698
Black with #C32698
Text Example
Text Example
White with #C32698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32698; }
p { color: rgb(195,38,152); }
H1.HeaderClassName
{
color: #C32698;
}
.AnyTagClassName
{
color: #C32698;
}
</style>
background-color css
<style>
a { background-color: #C32698; }
a { background-color: rgb(195,38,152); }
div.DivClassName
{
background-color: #C32698;
}
.BgClassName
{
background-color: #C32698;
}
</style>
border-color css
<style>
span { border-color: #C32698; }
span { border-color: rgb(195,38,152); }
td.TdClassName
{
border-color: #C32698;
}
.TagClassName
{
border-color: #C32698;
}
</style>