Shades of Medium Violet Red #C32498
Tints of Medium Violet Red #C32498
RGB
CMYK
RGB Variations
Color information
#C32498 (or 0xC32498) is known color: Medium Violet Red. HEX triplet: C3, 24 and 98. RGB value is (195,36,152). Sum of RGB (Red+Green+Blue) = 195+36+152=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C32498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32498 is #3CDB67. Grayscale: #606060. Windows color (decimal): -3988328 or 9970883. OLE color: 9970883.
HSL color Cylindrical-coordinate representation of color #C32498: hue angle of 316.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32498 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 152 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.24 |
| HSL | 316.23º | 0.69% | 0.45% | - |
| HSV(B) | 316.23º | 0.82% | 0.76% | - |
| XYZ | 28.8 | 15.13 | 31.11 | - |
| YUV | 96.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 152 | 0 | 0.82 | 0.22 | 0.24 | 316.23 | 0.69 | 0.45 |
| Hex | C3 | 24 | 98 | 0 | 52 | 16 | 18 | 13C | 45 | 2D |
| Octal | 303 | 44 | 230 | 0 | 122 | 26 | 30 | 474 | 105 | 55 |
| Binary | 11000011 | 100100 | 10011000 | 0 | 1010010 | 10110 | 11000 | 100111100 | 1000101 | 101101 |
Color Harmonies of #C32498
Complementary color
Monochromatic Colors of #C32498
Black with #C32498
Text Example
Text Example
White with #C32498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32498; }
p { color: rgb(195,36,152); }
H1.HeaderClassName
{
color: #C32498;
}
.AnyTagClassName
{
color: #C32498;
}
</style>
background-color css
<style>
a { background-color: #C32498; }
a { background-color: rgb(195,36,152); }
div.DivClassName
{
background-color: #C32498;
}
.BgClassName
{
background-color: #C32498;
}
</style>
border-color css
<style>
span { border-color: #C32498; }
span { border-color: rgb(195,36,152); }
td.TdClassName
{
border-color: #C32498;
}
.TagClassName
{
border-color: #C32498;
}
</style>