Shades of Medium Red Violet #C33371
Tints of Medium Red Violet #C33371
RGB
CMYK
RGB Variations
Color information
#C33371 (or 0xC33371) is known color: Medium Red Violet. HEX triplet: C3, 33 and 71. RGB value is (195,51,113). Sum of RGB (Red+Green+Blue) = 195+51+113=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C33371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33371 is #3CCC8E. Grayscale: #656565. Windows color (decimal): -3984527 or 7418819. OLE color: 7418819.
HSL color Cylindrical-coordinate representation of color #C33371: hue angle of 334.17º 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 #C33371 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 113 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.24 |
| HSL | 334.17º | 0.59% | 0.48% | - |
| HSV(B) | 334.17º | 0.74% | 0.76% | - |
| XYZ | 26.67 | 15.16 | 17.14 | - |
| YUV | 101.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 113 | 0 | 0.74 | 0.42 | 0.24 | 334.17 | 0.59 | 0.48 |
| Hex | C3 | 33 | 71 | 0 | 4A | 2A | 18 | 14E | 3B | 30 |
| Octal | 303 | 63 | 161 | 0 | 112 | 52 | 30 | 516 | 73 | 60 |
| Binary | 11000011 | 110011 | 1110001 | 0 | 1001010 | 101010 | 11000 | 101001110 | 111011 | 110000 |
Color Harmonies of #C33371
Complementary color
Monochromatic Colors of #C33371
Black with #C33371
Text Example
Text Example
White with #C33371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33371; }
p { color: rgb(195,51,113); }
H1.HeaderClassName
{
color: #C33371;
}
.AnyTagClassName
{
color: #C33371;
}
</style>
background-color css
<style>
a { background-color: #C33371; }
a { background-color: rgb(195,51,113); }
div.DivClassName
{
background-color: #C33371;
}
.BgClassName
{
background-color: #C33371;
}
</style>
border-color css
<style>
span { border-color: #C33371; }
span { border-color: rgb(195,51,113); }
td.TdClassName
{
border-color: #C33371;
}
.TagClassName
{
border-color: #C33371;
}
</style>