Shades of Medium Red Violet #C33596
Tints of Medium Red Violet #C33596
RGB
CMYK
RGB Variations
Color information
#C33596 (or 0xC33596) is known color: Medium Red Violet. HEX triplet: C3, 35 and 96. RGB value is (195,53,150). Sum of RGB (Red+Green+Blue) = 195+53+150=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C33596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33596 is #3CCA69. Grayscale: #6A6A6A. Windows color (decimal): -3983978 or 9844163. OLE color: 9844163.
HSL color Cylindrical-coordinate representation of color #C33596: hue angle of 319.01º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33596 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 150 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.24 |
| HSL | 319.01º | 0.57% | 0.49% | - |
| HSV(B) | 319.01º | 0.73% | 0.76% | - |
| XYZ | 29.28 | 16.35 | 30.47 | - |
| YUV | 106.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 150 | 0 | 0.73 | 0.23 | 0.24 | 319.01 | 0.57 | 0.49 |
| Hex | C3 | 35 | 96 | 0 | 49 | 17 | 18 | 13F | 39 | 31 |
| Octal | 303 | 65 | 226 | 0 | 111 | 27 | 30 | 477 | 71 | 61 |
| Binary | 11000011 | 110101 | 10010110 | 0 | 1001001 | 10111 | 11000 | 100111111 | 111001 | 110001 |
Color Harmonies of #C33596
Complementary color
Monochromatic Colors of #C33596
Black with #C33596
Text Example
Text Example
White with #C33596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33596; }
p { color: rgb(195,53,150); }
H1.HeaderClassName
{
color: #C33596;
}
.AnyTagClassName
{
color: #C33596;
}
</style>
background-color css
<style>
a { background-color: #C33596; }
a { background-color: rgb(195,53,150); }
div.DivClassName
{
background-color: #C33596;
}
.BgClassName
{
background-color: #C33596;
}
</style>
border-color css
<style>
span { border-color: #C33596; }
span { border-color: rgb(195,53,150); }
td.TdClassName
{
border-color: #C33596;
}
.TagClassName
{
border-color: #C33596;
}
</style>