Shades of Medium Red Violet #C33A78
Tints of Medium Red Violet #C33A78
RGB
CMYK
RGB Variations
Color information
#C33A78 (or 0xC33A78) is known color: Medium Red Violet. HEX triplet: C3, 3A and 78. RGB value is (195,58,120). Sum of RGB (Red+Green+Blue) = 195+58+120=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A78 is #3CC587. Grayscale: #696969. Windows color (decimal): -3982728 or 7879363. OLE color: 7879363.
HSL color Cylindrical-coordinate representation of color #C33A78: hue angle of 332.85º 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 #C33A78 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 120 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.24 |
| HSL | 332.85º | 0.54% | 0.5% | - |
| HSV(B) | 332.85º | 0.7% | 0.76% | - |
| XYZ | 27.41 | 15.98 | 19.41 | - |
| YUV | 106.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 120 | 0 | 0.70 | 0.38 | 0.24 | 332.85 | 0.54 | 0.5 |
| Hex | C3 | 3A | 78 | 0 | 46 | 26 | 18 | 14D | 36 | 32 |
| Octal | 303 | 72 | 170 | 0 | 106 | 46 | 30 | 515 | 66 | 62 |
| Binary | 11000011 | 111010 | 1111000 | 0 | 1000110 | 100110 | 11000 | 101001101 | 110110 | 110010 |
Color Harmonies of #C33A78
Complementary color
Monochromatic Colors of #C33A78
Black with #C33A78
Text Example
Text Example
White with #C33A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A78; }
p { color: rgb(195,58,120); }
H1.HeaderClassName
{
color: #C33A78;
}
.AnyTagClassName
{
color: #C33A78;
}
</style>
background-color css
<style>
a { background-color: #C33A78; }
a { background-color: rgb(195,58,120); }
div.DivClassName
{
background-color: #C33A78;
}
.BgClassName
{
background-color: #C33A78;
}
</style>
border-color css
<style>
span { border-color: #C33A78; }
span { border-color: rgb(195,58,120); }
td.TdClassName
{
border-color: #C33A78;
}
.TagClassName
{
border-color: #C33A78;
}
</style>