Shades of Medium Red Violet #C33A77
Tints of Medium Red Violet #C33A77
RGB
CMYK
RGB Variations
Color information
#C33A77 (or 0xC33A77) is known color: Medium Red Violet. HEX triplet: C3, 3A and 77. RGB value is (195,58,119). Sum of RGB (Red+Green+Blue) = 195+58+119=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A77 is #3CC588. Grayscale: #696969. Windows color (decimal): -3982729 or 7813827. OLE color: 7813827.
HSL color Cylindrical-coordinate representation of color #C33A77: hue angle of 333.28º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A77 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 119 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.24 |
| HSL | 333.28º | 0.54% | 0.5% | - |
| HSV(B) | 333.28º | 0.7% | 0.76% | - |
| XYZ | 27.35 | 15.96 | 19.09 | - |
| YUV | 105.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 119 | 0 | 0.70 | 0.39 | 0.24 | 333.28 | 0.54 | 0.5 |
| Hex | C3 | 3A | 77 | 0 | 46 | 27 | 18 | 14D | 36 | 32 |
| Octal | 303 | 72 | 167 | 0 | 106 | 47 | 30 | 515 | 66 | 62 |
| Binary | 11000011 | 111010 | 1110111 | 0 | 1000110 | 100111 | 11000 | 101001101 | 110110 | 110010 |
Color Harmonies of #C33A77
Complementary color
Monochromatic Colors of #C33A77
Black with #C33A77
Text Example
Text Example
White with #C33A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A77; }
p { color: rgb(195,58,119); }
H1.HeaderClassName
{
color: #C33A77;
}
.AnyTagClassName
{
color: #C33A77;
}
</style>
background-color css
<style>
a { background-color: #C33A77; }
a { background-color: rgb(195,58,119); }
div.DivClassName
{
background-color: #C33A77;
}
.BgClassName
{
background-color: #C33A77;
}
</style>
border-color css
<style>
span { border-color: #C33A77; }
span { border-color: rgb(195,58,119); }
td.TdClassName
{
border-color: #C33A77;
}
.TagClassName
{
border-color: #C33A77;
}
</style>