Shades of Medium Red Violet #C33B78
Tints of Medium Red Violet #C33B78
RGB
CMYK
RGB Variations
Color information
#C33B78 (or 0xC33B78) is known color: Medium Red Violet. HEX triplet: C3, 3B and 78. RGB value is (195,59,120). Sum of RGB (Red+Green+Blue) = 195+59+120=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B78 is #3CC487. Grayscale: #6A6A6A. Windows color (decimal): -3982472 or 7879619. OLE color: 7879619.
HSL color Cylindrical-coordinate representation of color #C33B78: hue angle of 333.09º 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 #C33B78 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 120 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.24 |
| HSL | 333.09º | 0.54% | 0.5% | - |
| HSV(B) | 333.09º | 0.7% | 0.76% | - |
| XYZ | 27.46 | 16.09 | 19.43 | - |
| YUV | 106.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 120 | 0 | 0.70 | 0.38 | 0.24 | 333.09 | 0.54 | 0.5 |
| Hex | C3 | 3B | 78 | 0 | 46 | 26 | 18 | 14D | 36 | 32 |
| Octal | 303 | 73 | 170 | 0 | 106 | 46 | 30 | 515 | 66 | 62 |
| Binary | 11000011 | 111011 | 1111000 | 0 | 1000110 | 100110 | 11000 | 101001101 | 110110 | 110010 |
Color Harmonies of #C33B78
Complementary color
Monochromatic Colors of #C33B78
Black with #C33B78
Text Example
Text Example
White with #C33B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B78; }
p { color: rgb(195,59,120); }
H1.HeaderClassName
{
color: #C33B78;
}
.AnyTagClassName
{
color: #C33B78;
}
</style>
background-color css
<style>
a { background-color: #C33B78; }
a { background-color: rgb(195,59,120); }
div.DivClassName
{
background-color: #C33B78;
}
.BgClassName
{
background-color: #C33B78;
}
</style>
border-color css
<style>
span { border-color: #C33B78; }
span { border-color: rgb(195,59,120); }
td.TdClassName
{
border-color: #C33B78;
}
.TagClassName
{
border-color: #C33B78;
}
</style>