Shades of Medium Red Violet #C33072
Tints of Medium Red Violet #C33072
RGB
CMYK
RGB Variations
Color information
#C33072 (or 0xC33072) is known color: Medium Red Violet. HEX triplet: C3, 30 and 72. RGB value is (195,48,114). Sum of RGB (Red+Green+Blue) = 195+48+114=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C33072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33072 is #3CCF8D. Grayscale: #636363. Windows color (decimal): -3985294 or 7483587. OLE color: 7483587.
HSL color Cylindrical-coordinate representation of color #C33072: hue angle of 333.06º 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 #C33072 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 114 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.24 |
| HSL | 333.06º | 0.6% | 0.48% | - |
| HSV(B) | 333.06º | 0.75% | 0.76% | - |
| XYZ | 26.6 | 14.93 | 17.4 | - |
| YUV | 99.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 114 | 0 | 0.75 | 0.42 | 0.24 | 333.06 | 0.6 | 0.48 |
| Hex | C3 | 30 | 72 | 0 | 4B | 2A | 18 | 14D | 3C | 30 |
| Octal | 303 | 60 | 162 | 0 | 113 | 52 | 30 | 515 | 74 | 60 |
| Binary | 11000011 | 110000 | 1110010 | 0 | 1001011 | 101010 | 11000 | 101001101 | 111100 | 110000 |
Color Harmonies of #C33072
Complementary color
Monochromatic Colors of #C33072
Black with #C33072
Text Example
Text Example
White with #C33072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33072; }
p { color: rgb(195,48,114); }
H1.HeaderClassName
{
color: #C33072;
}
.AnyTagClassName
{
color: #C33072;
}
</style>
background-color css
<style>
a { background-color: #C33072; }
a { background-color: rgb(195,48,114); }
div.DivClassName
{
background-color: #C33072;
}
.BgClassName
{
background-color: #C33072;
}
</style>
border-color css
<style>
span { border-color: #C33072; }
span { border-color: rgb(195,48,114); }
td.TdClassName
{
border-color: #C33072;
}
.TagClassName
{
border-color: #C33072;
}
</style>