Shades of Medium Red Violet #C33178
Tints of Medium Red Violet #C33178
RGB
CMYK
RGB Variations
Color information
#C33178 (or 0xC33178) is known color: Medium Red Violet. HEX triplet: C3, 31 and 78. RGB value is (195,49,120). Sum of RGB (Red+Green+Blue) = 195+49+120=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C33178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33178 is #3CCE87. Grayscale: #646464. Windows color (decimal): -3985032 or 7877059. OLE color: 7877059.
HSL color Cylindrical-coordinate representation of color #C33178: hue angle of 330.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33178 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 120 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.24 |
| HSL | 330.82º | 0.6% | 0.48% | - |
| HSV(B) | 330.82º | 0.75% | 0.76% | - |
| XYZ | 26.99 | 15.15 | 19.27 | - |
| YUV | 100.75 | 138.87 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 120 | 0 | 0.75 | 0.38 | 0.24 | 330.82 | 0.6 | 0.48 |
| Hex | C3 | 31 | 78 | 0 | 4B | 26 | 18 | 14B | 3C | 30 |
| Octal | 303 | 61 | 170 | 0 | 113 | 46 | 30 | 513 | 74 | 60 |
| Binary | 11000011 | 110001 | 1111000 | 0 | 1001011 | 100110 | 11000 | 101001011 | 111100 | 110000 |
Color Harmonies of #C33178
Complementary color
Monochromatic Colors of #C33178
Black with #C33178
Text Example
Text Example
White with #C33178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33178; }
p { color: rgb(195,49,120); }
H1.HeaderClassName
{
color: #C33178;
}
.AnyTagClassName
{
color: #C33178;
}
</style>
background-color css
<style>
a { background-color: #C33178; }
a { background-color: rgb(195,49,120); }
div.DivClassName
{
background-color: #C33178;
}
.BgClassName
{
background-color: #C33178;
}
</style>
border-color css
<style>
span { border-color: #C33178; }
span { border-color: rgb(195,49,120); }
td.TdClassName
{
border-color: #C33178;
}
.TagClassName
{
border-color: #C33178;
}
</style>