Shades of Medium Red Violet #C33498
Tints of Medium Red Violet #C33498
RGB
CMYK
RGB Variations
Color information
#C33498 (or 0xC33498) is known color: Medium Red Violet. HEX triplet: C3, 34 and 98. RGB value is (195,52,152). Sum of RGB (Red+Green+Blue) = 195+52+152=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C33498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33498 is #3CCB67. Grayscale: #696969. Windows color (decimal): -3984232 or 9974979. OLE color: 9974979.
HSL color Cylindrical-coordinate representation of color #C33498: hue angle of 318.04º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33498 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 152 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.24 |
| HSL | 318.04º | 0.58% | 0.48% | - |
| HSV(B) | 318.04º | 0.73% | 0.76% | - |
| XYZ | 29.4 | 16.33 | 31.31 | - |
| YUV | 106.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 152 | 0 | 0.73 | 0.22 | 0.24 | 318.04 | 0.58 | 0.48 |
| Hex | C3 | 34 | 98 | 0 | 49 | 16 | 18 | 13E | 3A | 30 |
| Octal | 303 | 64 | 230 | 0 | 111 | 26 | 30 | 476 | 72 | 60 |
| Binary | 11000011 | 110100 | 10011000 | 0 | 1001001 | 10110 | 11000 | 100111110 | 111010 | 110000 |
Color Harmonies of #C33498
Complementary color
Monochromatic Colors of #C33498
Black with #C33498
Text Example
Text Example
White with #C33498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33498; }
p { color: rgb(195,52,152); }
H1.HeaderClassName
{
color: #C33498;
}
.AnyTagClassName
{
color: #C33498;
}
</style>
background-color css
<style>
a { background-color: #C33498; }
a { background-color: rgb(195,52,152); }
div.DivClassName
{
background-color: #C33498;
}
.BgClassName
{
background-color: #C33498;
}
</style>
border-color css
<style>
span { border-color: #C33498; }
span { border-color: rgb(195,52,152); }
td.TdClassName
{
border-color: #C33498;
}
.TagClassName
{
border-color: #C33498;
}
</style>