Shades of Medium Red Violet #C23576
Tints of Medium Red Violet #C23576
RGB
CMYK
RGB Variations
Color information
#C23576 (or 0xC23576) is known color: Medium Red Violet. HEX triplet: C2, 35 and 76. RGB value is (194,53,118). Sum of RGB (Red+Green+Blue) = 194+53+118=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C23576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23576 is #3DCA89. Grayscale: #666666. Windows color (decimal): -4049546 or 7747010. OLE color: 7747010.
HSL color Cylindrical-coordinate representation of color #C23576: hue angle of 332.34º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23576 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 118 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.24 |
| HSL | 332.34º | 0.57% | 0.48% | - |
| HSV(B) | 332.34º | 0.73% | 0.76% | - |
| XYZ | 26.79 | 15.32 | 18.69 | - |
| YUV | 102.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 118 | 0 | 0.73 | 0.39 | 0.24 | 332.34 | 0.57 | 0.48 |
| Hex | C2 | 35 | 76 | 0 | 49 | 27 | 18 | 14C | 39 | 30 |
| Octal | 302 | 65 | 166 | 0 | 111 | 47 | 30 | 514 | 71 | 60 |
| Binary | 11000010 | 110101 | 1110110 | 0 | 1001001 | 100111 | 11000 | 101001100 | 111001 | 110000 |
Color Harmonies of #C23576
Complementary color
Monochromatic Colors of #C23576
Black with #C23576
Text Example
Text Example
White with #C23576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23576; }
p { color: rgb(194,53,118); }
H1.HeaderClassName
{
color: #C23576;
}
.AnyTagClassName
{
color: #C23576;
}
</style>
background-color css
<style>
a { background-color: #C23576; }
a { background-color: rgb(194,53,118); }
div.DivClassName
{
background-color: #C23576;
}
.BgClassName
{
background-color: #C23576;
}
</style>
border-color css
<style>
span { border-color: #C23576; }
span { border-color: rgb(194,53,118); }
td.TdClassName
{
border-color: #C23576;
}
.TagClassName
{
border-color: #C23576;
}
</style>