Shades of Medium Red Violet #C23172
Tints of Medium Red Violet #C23172
RGB
CMYK
RGB Variations
Color information
#C23172 (or 0xC23172) is known color: Medium Red Violet. HEX triplet: C2, 31 and 72. RGB value is (194,49,114). Sum of RGB (Red+Green+Blue) = 194+49+114=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C23172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23172 is #3DCE8D. Grayscale: #636363. Windows color (decimal): -4050574 or 7483842. OLE color: 7483842.
HSL color Cylindrical-coordinate representation of color #C23172: hue angle of 333.1º 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 #C23172 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 114 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.24 |
| HSL | 333.1º | 0.6% | 0.48% | - |
| HSV(B) | 333.1º | 0.75% | 0.76% | - |
| XYZ | 26.38 | 14.88 | 17.4 | - |
| YUV | 99.77 | 136.04 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 114 | 0 | 0.75 | 0.41 | 0.24 | 333.1 | 0.6 | 0.48 |
| Hex | C2 | 31 | 72 | 0 | 4B | 29 | 18 | 14D | 3C | 30 |
| Octal | 302 | 61 | 162 | 0 | 113 | 51 | 30 | 515 | 74 | 60 |
| Binary | 11000010 | 110001 | 1110010 | 0 | 1001011 | 101001 | 11000 | 101001101 | 111100 | 110000 |
Color Harmonies of #C23172
Complementary color
Monochromatic Colors of #C23172
Black with #C23172
Text Example
Text Example
White with #C23172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23172; }
p { color: rgb(194,49,114); }
H1.HeaderClassName
{
color: #C23172;
}
.AnyTagClassName
{
color: #C23172;
}
</style>
background-color css
<style>
a { background-color: #C23172; }
a { background-color: rgb(194,49,114); }
div.DivClassName
{
background-color: #C23172;
}
.BgClassName
{
background-color: #C23172;
}
</style>
border-color css
<style>
span { border-color: #C23172; }
span { border-color: rgb(194,49,114); }
td.TdClassName
{
border-color: #C23172;
}
.TagClassName
{
border-color: #C23172;
}
</style>