Shades of Medium Red Violet #C33995
Tints of Medium Red Violet #C33995
RGB
CMYK
RGB Variations
Color information
#C33995 (or 0xC33995) is known color: Medium Red Violet. HEX triplet: C3, 39 and 95. RGB value is (195,57,149). Sum of RGB (Red+Green+Blue) = 195+57+149=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C33995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33995 is #3CC66A. Grayscale: #6C6C6C. Windows color (decimal): -3982955 or 9779651. OLE color: 9779651.
HSL color Cylindrical-coordinate representation of color #C33995: hue angle of 320º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33995 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 149 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.24 |
| HSL | 320º | 0.55% | 0.49% | - |
| HSV(B) | 320º | 0.71% | 0.76% | - |
| XYZ | 29.39 | 16.7 | 30.11 | - |
| YUV | 108.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 149 | 0 | 0.71 | 0.24 | 0.24 | 320 | 0.55 | 0.49 |
| Hex | C3 | 39 | 95 | 0 | 47 | 18 | 18 | 140 | 37 | 31 |
| Octal | 303 | 71 | 225 | 0 | 107 | 30 | 30 | 500 | 67 | 61 |
| Binary | 11000011 | 111001 | 10010101 | 0 | 1000111 | 11000 | 11000 | 101000000 | 110111 | 110001 |
Color Harmonies of #C33995
Complementary color
Monochromatic Colors of #C33995
Black with #C33995
Text Example
Text Example
White with #C33995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33995; }
p { color: rgb(195,57,149); }
H1.HeaderClassName
{
color: #C33995;
}
.AnyTagClassName
{
color: #C33995;
}
</style>
background-color css
<style>
a { background-color: #C33995; }
a { background-color: rgb(195,57,149); }
div.DivClassName
{
background-color: #C33995;
}
.BgClassName
{
background-color: #C33995;
}
</style>
border-color css
<style>
span { border-color: #C33995; }
span { border-color: rgb(195,57,149); }
td.TdClassName
{
border-color: #C33995;
}
.TagClassName
{
border-color: #C33995;
}
</style>