Shades of Medium Red Violet #C33197
Tints of Medium Red Violet #C33197
RGB
CMYK
RGB Variations
Color information
#C33197 (or 0xC33197) is known color: Medium Red Violet. HEX triplet: C3, 31 and 97. RGB value is (195,49,151). Sum of RGB (Red+Green+Blue) = 195+49+151=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C33197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33197 is #3CCE68. Grayscale: #686868. Windows color (decimal): -3985001 or 9908675. OLE color: 9908675.
HSL color Cylindrical-coordinate representation of color #C33197: hue angle of 318.08º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33197 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 151 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.24 |
| HSL | 318.08º | 0.6% | 0.48% | - |
| HSV(B) | 318.08º | 0.75% | 0.76% | - |
| XYZ | 29.19 | 16.03 | 30.83 | - |
| YUV | 104.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 151 | 0 | 0.75 | 0.23 | 0.24 | 318.08 | 0.6 | 0.48 |
| Hex | C3 | 31 | 97 | 0 | 4B | 17 | 18 | 13E | 3C | 30 |
| Octal | 303 | 61 | 227 | 0 | 113 | 27 | 30 | 476 | 74 | 60 |
| Binary | 11000011 | 110001 | 10010111 | 0 | 1001011 | 10111 | 11000 | 100111110 | 111100 | 110000 |
Color Harmonies of #C33197
Complementary color
Monochromatic Colors of #C33197
Black with #C33197
Text Example
Text Example
White with #C33197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33197; }
p { color: rgb(195,49,151); }
H1.HeaderClassName
{
color: #C33197;
}
.AnyTagClassName
{
color: #C33197;
}
</style>
background-color css
<style>
a { background-color: #C33197; }
a { background-color: rgb(195,49,151); }
div.DivClassName
{
background-color: #C33197;
}
.BgClassName
{
background-color: #C33197;
}
</style>
border-color css
<style>
span { border-color: #C33197; }
span { border-color: rgb(195,49,151); }
td.TdClassName
{
border-color: #C33197;
}
.TagClassName
{
border-color: #C33197;
}
</style>