Shades of Medium Red Violet #C23176
Tints of Medium Red Violet #C23176
RGB
CMYK
RGB Variations
Color information
#C23176 (or 0xC23176) is known color: Medium Red Violet. HEX triplet: C2, 31 and 76. RGB value is (194,49,118). Sum of RGB (Red+Green+Blue) = 194+49+118=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C23176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23176 is #3DCE89. Grayscale: #646464. Windows color (decimal): -4050570 or 7745986. OLE color: 7745986.
HSL color Cylindrical-coordinate representation of color #C23176: hue angle of 331.45º 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 #C23176 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 118 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.24 |
| HSL | 331.45º | 0.6% | 0.48% | - |
| HSV(B) | 331.45º | 0.75% | 0.76% | - |
| XYZ | 26.62 | 14.97 | 18.63 | - |
| YUV | 100.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 118 | 0 | 0.75 | 0.39 | 0.24 | 331.45 | 0.6 | 0.48 |
| Hex | C2 | 31 | 76 | 0 | 4B | 27 | 18 | 14B | 3C | 30 |
| Octal | 302 | 61 | 166 | 0 | 113 | 47 | 30 | 513 | 74 | 60 |
| Binary | 11000010 | 110001 | 1110110 | 0 | 1001011 | 100111 | 11000 | 101001011 | 111100 | 110000 |
Color Harmonies of #C23176
Complementary color
Monochromatic Colors of #C23176
Black with #C23176
Text Example
Text Example
White with #C23176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23176; }
p { color: rgb(194,49,118); }
H1.HeaderClassName
{
color: #C23176;
}
.AnyTagClassName
{
color: #C23176;
}
</style>
background-color css
<style>
a { background-color: #C23176; }
a { background-color: rgb(194,49,118); }
div.DivClassName
{
background-color: #C23176;
}
.BgClassName
{
background-color: #C23176;
}
</style>
border-color css
<style>
span { border-color: #C23176; }
span { border-color: rgb(194,49,118); }
td.TdClassName
{
border-color: #C23176;
}
.TagClassName
{
border-color: #C23176;
}
</style>