Shades of Medium Red Violet #C33691
Tints of Medium Red Violet #C33691
RGB
CMYK
RGB Variations
Color information
#C33691 (or 0xC33691) is known color: Medium Red Violet. HEX triplet: C3, 36 and 91. RGB value is (195,54,145). Sum of RGB (Red+Green+Blue) = 195+54+145=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C33691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33691 is #3CC96E. Grayscale: #6A6A6A. Windows color (decimal): -3983727 or 9516739. OLE color: 9516739.
HSL color Cylindrical-coordinate representation of color #C33691: hue angle of 321.28º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33691 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 145 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.24 |
| HSL | 321.28º | 0.57% | 0.49% | - |
| HSV(B) | 321.28º | 0.72% | 0.76% | - |
| XYZ | 28.94 | 16.28 | 28.41 | - |
| YUV | 106.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 145 | 0 | 0.72 | 0.26 | 0.24 | 321.28 | 0.57 | 0.49 |
| Hex | C3 | 36 | 91 | 0 | 48 | 1A | 18 | 141 | 39 | 31 |
| Octal | 303 | 66 | 221 | 0 | 110 | 32 | 30 | 501 | 71 | 61 |
| Binary | 11000011 | 110110 | 10010001 | 0 | 1001000 | 11010 | 11000 | 101000001 | 111001 | 110001 |
Color Harmonies of #C33691
Complementary color
Monochromatic Colors of #C33691
Black with #C33691
Text Example
Text Example
White with #C33691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33691; }
p { color: rgb(195,54,145); }
H1.HeaderClassName
{
color: #C33691;
}
.AnyTagClassName
{
color: #C33691;
}
</style>
background-color css
<style>
a { background-color: #C33691; }
a { background-color: rgb(195,54,145); }
div.DivClassName
{
background-color: #C33691;
}
.BgClassName
{
background-color: #C33691;
}
</style>
border-color css
<style>
span { border-color: #C33691; }
span { border-color: rgb(195,54,145); }
td.TdClassName
{
border-color: #C33691;
}
.TagClassName
{
border-color: #C33691;
}
</style>