Shades of Medium Red Violet #C33491
Tints of Medium Red Violet #C33491
RGB
CMYK
RGB Variations
Color information
#C33491 (or 0xC33491) is known color: Medium Red Violet. HEX triplet: C3, 34 and 91. RGB value is (195,52,145). Sum of RGB (Red+Green+Blue) = 195+52+145=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C33491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33491 is #3CCB6E. Grayscale: #696969. Windows color (decimal): -3984239 or 9516227. OLE color: 9516227.
HSL color Cylindrical-coordinate representation of color #C33491: hue angle of 320.98º 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 #C33491 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 145 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.24 |
| HSL | 320.98º | 0.58% | 0.48% | - |
| HSV(B) | 320.98º | 0.73% | 0.76% | - |
| XYZ | 28.84 | 16.1 | 28.38 | - |
| YUV | 105.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 145 | 0 | 0.73 | 0.26 | 0.24 | 320.98 | 0.58 | 0.48 |
| Hex | C3 | 34 | 91 | 0 | 49 | 1A | 18 | 141 | 3A | 30 |
| Octal | 303 | 64 | 221 | 0 | 111 | 32 | 30 | 501 | 72 | 60 |
| Binary | 11000011 | 110100 | 10010001 | 0 | 1001001 | 11010 | 11000 | 101000001 | 111010 | 110000 |
Color Harmonies of #C33491
Complementary color
Monochromatic Colors of #C33491
Black with #C33491
Text Example
Text Example
White with #C33491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33491; }
p { color: rgb(195,52,145); }
H1.HeaderClassName
{
color: #C33491;
}
.AnyTagClassName
{
color: #C33491;
}
</style>
background-color css
<style>
a { background-color: #C33491; }
a { background-color: rgb(195,52,145); }
div.DivClassName
{
background-color: #C33491;
}
.BgClassName
{
background-color: #C33491;
}
</style>
border-color css
<style>
span { border-color: #C33491; }
span { border-color: rgb(195,52,145); }
td.TdClassName
{
border-color: #C33491;
}
.TagClassName
{
border-color: #C33491;
}
</style>