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