Shades of Medium Red Violet #C33991
Tints of Medium Red Violet #C33991
RGB
CMYK
RGB Variations
Color information
#C33991 (or 0xC33991) is known color: Medium Red Violet. HEX triplet: C3, 39 and 91. RGB value is (195,57,145). Sum of RGB (Red+Green+Blue) = 195+57+145=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C33991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33991 is #3CC66E. Grayscale: #6C6C6C. Windows color (decimal): -3982959 or 9517507. OLE color: 9517507.
HSL color Cylindrical-coordinate representation of color #C33991: hue angle of 321.74º 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 #C33991 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 145 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.24 |
| HSL | 321.74º | 0.55% | 0.49% | - |
| HSV(B) | 321.74º | 0.71% | 0.76% | - |
| XYZ | 29.08 | 16.57 | 28.45 | - |
| YUV | 108.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 145 | 0 | 0.71 | 0.26 | 0.24 | 321.74 | 0.55 | 0.49 |
| Hex | C3 | 39 | 91 | 0 | 47 | 1A | 18 | 142 | 37 | 31 |
| Octal | 303 | 71 | 221 | 0 | 107 | 32 | 30 | 502 | 67 | 61 |
| Binary | 11000011 | 111001 | 10010001 | 0 | 1000111 | 11010 | 11000 | 101000010 | 110111 | 110001 |
Color Harmonies of #C33991
Complementary color
Monochromatic Colors of #C33991
Black with #C33991
Text Example
Text Example
White with #C33991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33991; }
p { color: rgb(195,57,145); }
H1.HeaderClassName
{
color: #C33991;
}
.AnyTagClassName
{
color: #C33991;
}
</style>
background-color css
<style>
a { background-color: #C33991; }
a { background-color: rgb(195,57,145); }
div.DivClassName
{
background-color: #C33991;
}
.BgClassName
{
background-color: #C33991;
}
</style>
border-color css
<style>
span { border-color: #C33991; }
span { border-color: rgb(195,57,145); }
td.TdClassName
{
border-color: #C33991;
}
.TagClassName
{
border-color: #C33991;
}
</style>