Shades of Medium Red Violet #C33978
Tints of Medium Red Violet #C33978
RGB
CMYK
RGB Variations
Color information
#C33978 (or 0xC33978) is known color: Medium Red Violet. HEX triplet: C3, 39 and 78. RGB value is (195,57,120). Sum of RGB (Red+Green+Blue) = 195+57+120=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C33978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33978 is #3CC687. Grayscale: #696969. Windows color (decimal): -3982984 or 7879107. OLE color: 7879107.
HSL color Cylindrical-coordinate representation of color #C33978: hue angle of 332.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33978 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 120 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.24 |
| HSL | 332.61º | 0.55% | 0.49% | - |
| HSV(B) | 332.61º | 0.71% | 0.76% | - |
| XYZ | 27.36 | 15.88 | 19.39 | - |
| YUV | 105.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 120 | 0 | 0.71 | 0.38 | 0.24 | 332.61 | 0.55 | 0.49 |
| Hex | C3 | 39 | 78 | 0 | 47 | 26 | 18 | 14D | 37 | 31 |
| Octal | 303 | 71 | 170 | 0 | 107 | 46 | 30 | 515 | 67 | 61 |
| Binary | 11000011 | 111001 | 1111000 | 0 | 1000111 | 100110 | 11000 | 101001101 | 110111 | 110001 |
Color Harmonies of #C33978
Complementary color
Monochromatic Colors of #C33978
Black with #C33978
Text Example
Text Example
White with #C33978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33978; }
p { color: rgb(195,57,120); }
H1.HeaderClassName
{
color: #C33978;
}
.AnyTagClassName
{
color: #C33978;
}
</style>
background-color css
<style>
a { background-color: #C33978; }
a { background-color: rgb(195,57,120); }
div.DivClassName
{
background-color: #C33978;
}
.BgClassName
{
background-color: #C33978;
}
</style>
border-color css
<style>
span { border-color: #C33978; }
span { border-color: rgb(195,57,120); }
td.TdClassName
{
border-color: #C33978;
}
.TagClassName
{
border-color: #C33978;
}
</style>