Shades of Medium Red Violet #C33592
Tints of Medium Red Violet #C33592
RGB
CMYK
RGB Variations
Color information
#C33592 (or 0xC33592) is known color: Medium Red Violet. HEX triplet: C3, 35 and 92. RGB value is (195,53,146). Sum of RGB (Red+Green+Blue) = 195+53+146=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C33592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33592 is #3CCA6D. Grayscale: #696969. Windows color (decimal): -3983982 or 9582019. OLE color: 9582019.
HSL color Cylindrical-coordinate representation of color #C33592: hue angle of 320.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33592 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 146 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.24 |
| HSL | 320.7º | 0.57% | 0.49% | - |
| HSV(B) | 320.7º | 0.73% | 0.76% | - |
| XYZ | 28.97 | 16.22 | 28.8 | - |
| YUV | 106.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 146 | 0 | 0.73 | 0.25 | 0.24 | 320.7 | 0.57 | 0.49 |
| Hex | C3 | 35 | 92 | 0 | 49 | 19 | 18 | 141 | 39 | 31 |
| Octal | 303 | 65 | 222 | 0 | 111 | 31 | 30 | 501 | 71 | 61 |
| Binary | 11000011 | 110101 | 10010010 | 0 | 1001001 | 11001 | 11000 | 101000001 | 111001 | 110001 |
Color Harmonies of #C33592
Complementary color
Monochromatic Colors of #C33592
Black with #C33592
Text Example
Text Example
White with #C33592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33592; }
p { color: rgb(195,53,146); }
H1.HeaderClassName
{
color: #C33592;
}
.AnyTagClassName
{
color: #C33592;
}
</style>
background-color css
<style>
a { background-color: #C33592; }
a { background-color: rgb(195,53,146); }
div.DivClassName
{
background-color: #C33592;
}
.BgClassName
{
background-color: #C33592;
}
</style>
border-color css
<style>
span { border-color: #C33592; }
span { border-color: rgb(195,53,146); }
td.TdClassName
{
border-color: #C33592;
}
.TagClassName
{
border-color: #C33592;
}
</style>