Shades of Medium Red Violet #C33173
Tints of Medium Red Violet #C33173
RGB
CMYK
RGB Variations
Color information
#C33173 (or 0xC33173) is known color: Medium Red Violet. HEX triplet: C3, 31 and 73. RGB value is (195,49,115). Sum of RGB (Red+Green+Blue) = 195+49+115=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C33173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33173 is #3CCE8C. Grayscale: #646464. Windows color (decimal): -3985037 or 7549379. OLE color: 7549379.
HSL color Cylindrical-coordinate representation of color #C33173: hue angle of 332.88º 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 #C33173 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 115 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.24 |
| HSL | 332.88º | 0.6% | 0.48% | - |
| HSV(B) | 332.88º | 0.75% | 0.76% | - |
| XYZ | 26.7 | 15.04 | 17.71 | - |
| YUV | 100.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 115 | 0 | 0.75 | 0.41 | 0.24 | 332.88 | 0.6 | 0.48 |
| Hex | C3 | 31 | 73 | 0 | 4B | 29 | 18 | 14D | 3C | 30 |
| Octal | 303 | 61 | 163 | 0 | 113 | 51 | 30 | 515 | 74 | 60 |
| Binary | 11000011 | 110001 | 1110011 | 0 | 1001011 | 101001 | 11000 | 101001101 | 111100 | 110000 |
Color Harmonies of #C33173
Complementary color
Monochromatic Colors of #C33173
Black with #C33173
Text Example
Text Example
White with #C33173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33173; }
p { color: rgb(195,49,115); }
H1.HeaderClassName
{
color: #C33173;
}
.AnyTagClassName
{
color: #C33173;
}
</style>
background-color css
<style>
a { background-color: #C33173; }
a { background-color: rgb(195,49,115); }
div.DivClassName
{
background-color: #C33173;
}
.BgClassName
{
background-color: #C33173;
}
</style>
border-color css
<style>
span { border-color: #C33173; }
span { border-color: rgb(195,49,115); }
td.TdClassName
{
border-color: #C33173;
}
.TagClassName
{
border-color: #C33173;
}
</style>