Shades of Medium Red Violet #C33379
Tints of Medium Red Violet #C33379
RGB
CMYK
RGB Variations
Color information
#C33379 (or 0xC33379) is known color: Medium Red Violet. HEX triplet: C3, 33 and 79. RGB value is (195,51,121). Sum of RGB (Red+Green+Blue) = 195+51+121=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C33379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33379 is #3CCC86. Grayscale: #656565. Windows color (decimal): -3984519 or 7943107. OLE color: 7943107.
HSL color Cylindrical-coordinate representation of color #C33379: hue angle of 330.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33379 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 121 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.24 |
| HSL | 330.83º | 0.59% | 0.48% | - |
| HSV(B) | 330.83º | 0.74% | 0.76% | - |
| XYZ | 27.14 | 15.35 | 19.62 | - |
| YUV | 102.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 121 | 0 | 0.74 | 0.38 | 0.24 | 330.83 | 0.59 | 0.48 |
| Hex | C3 | 33 | 79 | 0 | 4A | 26 | 18 | 14B | 3B | 30 |
| Octal | 303 | 63 | 171 | 0 | 112 | 46 | 30 | 513 | 73 | 60 |
| Binary | 11000011 | 110011 | 1111001 | 0 | 1001010 | 100110 | 11000 | 101001011 | 111011 | 110000 |
Color Harmonies of #C33379
Complementary color
Monochromatic Colors of #C33379
Black with #C33379
Text Example
Text Example
White with #C33379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33379; }
p { color: rgb(195,51,121); }
H1.HeaderClassName
{
color: #C33379;
}
.AnyTagClassName
{
color: #C33379;
}
</style>
background-color css
<style>
a { background-color: #C33379; }
a { background-color: rgb(195,51,121); }
div.DivClassName
{
background-color: #C33379;
}
.BgClassName
{
background-color: #C33379;
}
</style>
border-color css
<style>
span { border-color: #C33379; }
span { border-color: rgb(195,51,121); }
td.TdClassName
{
border-color: #C33379;
}
.TagClassName
{
border-color: #C33379;
}
</style>