Shades of Medium Red Violet #C33373
Tints of Medium Red Violet #C33373
RGB
CMYK
RGB Variations
Color information
#C33373 (or 0xC33373) is known color: Medium Red Violet. HEX triplet: C3, 33 and 73. RGB value is (195,51,115). Sum of RGB (Red+Green+Blue) = 195+51+115=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C33373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33373 is #3CCC8C. Grayscale: #656565. Windows color (decimal): -3984525 or 7549891. OLE color: 7549891.
HSL color Cylindrical-coordinate representation of color #C33373: hue angle of 333.33º 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 #C33373 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 115 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.24 |
| HSL | 333.33º | 0.59% | 0.48% | - |
| HSV(B) | 333.33º | 0.74% | 0.76% | - |
| XYZ | 26.78 | 15.21 | 17.74 | - |
| YUV | 101.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 115 | 0 | 0.74 | 0.41 | 0.24 | 333.33 | 0.59 | 0.48 |
| Hex | C3 | 33 | 73 | 0 | 4A | 29 | 18 | 14D | 3B | 30 |
| Octal | 303 | 63 | 163 | 0 | 112 | 51 | 30 | 515 | 73 | 60 |
| Binary | 11000011 | 110011 | 1110011 | 0 | 1001010 | 101001 | 11000 | 101001101 | 111011 | 110000 |
Color Harmonies of #C33373
Complementary color
Monochromatic Colors of #C33373
Black with #C33373
Text Example
Text Example
White with #C33373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33373; }
p { color: rgb(195,51,115); }
H1.HeaderClassName
{
color: #C33373;
}
.AnyTagClassName
{
color: #C33373;
}
</style>
background-color css
<style>
a { background-color: #C33373; }
a { background-color: rgb(195,51,115); }
div.DivClassName
{
background-color: #C33373;
}
.BgClassName
{
background-color: #C33373;
}
</style>
border-color css
<style>
span { border-color: #C33373; }
span { border-color: rgb(195,51,115); }
td.TdClassName
{
border-color: #C33373;
}
.TagClassName
{
border-color: #C33373;
}
</style>