Shades of Medium Red Violet #C33073
Tints of Medium Red Violet #C33073
RGB
CMYK
RGB Variations
Color information
#C33073 (or 0xC33073) is known color: Medium Red Violet. HEX triplet: C3, 30 and 73. RGB value is (195,48,115). Sum of RGB (Red+Green+Blue) = 195+48+115=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C33073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33073 is #3CCF8C. Grayscale: #636363. Windows color (decimal): -3985293 or 7549123. OLE color: 7549123.
HSL color Cylindrical-coordinate representation of color #C33073: hue angle of 332.65º 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 #C33073 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 115 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.24 |
| HSL | 332.65º | 0.6% | 0.48% | - |
| HSV(B) | 332.65º | 0.75% | 0.76% | - |
| XYZ | 26.66 | 14.95 | 17.7 | - |
| YUV | 99.59 | 136.7 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 115 | 0 | 0.75 | 0.41 | 0.24 | 332.65 | 0.6 | 0.48 |
| Hex | C3 | 30 | 73 | 0 | 4B | 29 | 18 | 14D | 3C | 30 |
| Octal | 303 | 60 | 163 | 0 | 113 | 51 | 30 | 515 | 74 | 60 |
| Binary | 11000011 | 110000 | 1110011 | 0 | 1001011 | 101001 | 11000 | 101001101 | 111100 | 110000 |
Color Harmonies of #C33073
Complementary color
Monochromatic Colors of #C33073
Black with #C33073
Text Example
Text Example
White with #C33073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33073; }
p { color: rgb(195,48,115); }
H1.HeaderClassName
{
color: #C33073;
}
.AnyTagClassName
{
color: #C33073;
}
</style>
background-color css
<style>
a { background-color: #C33073; }
a { background-color: rgb(195,48,115); }
div.DivClassName
{
background-color: #C33073;
}
.BgClassName
{
background-color: #C33073;
}
</style>
border-color css
<style>
span { border-color: #C33073; }
span { border-color: rgb(195,48,115); }
td.TdClassName
{
border-color: #C33073;
}
.TagClassName
{
border-color: #C33073;
}
</style>