Shades of Medium Red Violet #C33C79
Tints of Medium Red Violet #C33C79
RGB
CMYK
RGB Variations
Color information
#C33C79 (or 0xC33C79) is known color: Medium Red Violet. HEX triplet: C3, 3C and 79. RGB value is (195,60,121). Sum of RGB (Red+Green+Blue) = 195+60+121=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C79 is #3CC386. Grayscale: #6B6B6B. Windows color (decimal): -3982215 or 7945411. OLE color: 7945411.
HSL color Cylindrical-coordinate representation of color #C33C79: hue angle of 332.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C79 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 121 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.24 |
| HSL | 332.89º | 0.53% | 0.5% | - |
| HSV(B) | 332.89º | 0.69% | 0.76% | - |
| XYZ | 27.57 | 16.21 | 19.77 | - |
| YUV | 107.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 121 | 0 | 0.69 | 0.38 | 0.24 | 332.89 | 0.53 | 0.5 |
| Hex | C3 | 3C | 79 | 0 | 45 | 26 | 18 | 14D | 35 | 32 |
| Octal | 303 | 74 | 171 | 0 | 105 | 46 | 30 | 515 | 65 | 62 |
| Binary | 11000011 | 111100 | 1111001 | 0 | 1000101 | 100110 | 11000 | 101001101 | 110101 | 110010 |
Color Harmonies of #C33C79
Complementary color
Monochromatic Colors of #C33C79
Black with #C33C79
Text Example
Text Example
White with #C33C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C79; }
p { color: rgb(195,60,121); }
H1.HeaderClassName
{
color: #C33C79;
}
.AnyTagClassName
{
color: #C33C79;
}
</style>
background-color css
<style>
a { background-color: #C33C79; }
a { background-color: rgb(195,60,121); }
div.DivClassName
{
background-color: #C33C79;
}
.BgClassName
{
background-color: #C33C79;
}
</style>
border-color css
<style>
span { border-color: #C33C79; }
span { border-color: rgb(195,60,121); }
td.TdClassName
{
border-color: #C33C79;
}
.TagClassName
{
border-color: #C33C79;
}
</style>