Shades of Medium Red Violet #C23574
Tints of Medium Red Violet #C23574
RGB
CMYK
RGB Variations
Color information
#C23574 (or 0xC23574) is known color: Medium Red Violet. HEX triplet: C2, 35 and 74. RGB value is (194,53,116). Sum of RGB (Red+Green+Blue) = 194+53+116=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C23574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23574 is #3DCA8B. Grayscale: #666666. Windows color (decimal): -4049548 or 7615938. OLE color: 7615938.
HSL color Cylindrical-coordinate representation of color #C23574: hue angle of 333.19º 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 #C23574 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 116 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.24 |
| HSL | 333.19º | 0.57% | 0.48% | - |
| HSV(B) | 333.19º | 0.73% | 0.76% | - |
| XYZ | 26.67 | 15.28 | 18.07 | - |
| YUV | 102.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 116 | 0 | 0.73 | 0.40 | 0.24 | 333.19 | 0.57 | 0.48 |
| Hex | C2 | 35 | 74 | 0 | 49 | 28 | 18 | 14D | 39 | 30 |
| Octal | 302 | 65 | 164 | 0 | 111 | 50 | 30 | 515 | 71 | 60 |
| Binary | 11000010 | 110101 | 1110100 | 0 | 1001001 | 101000 | 11000 | 101001101 | 111001 | 110000 |
Color Harmonies of #C23574
Complementary color
Monochromatic Colors of #C23574
Black with #C23574
Text Example
Text Example
White with #C23574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23574; }
p { color: rgb(194,53,116); }
H1.HeaderClassName
{
color: #C23574;
}
.AnyTagClassName
{
color: #C23574;
}
</style>
background-color css
<style>
a { background-color: #C23574; }
a { background-color: rgb(194,53,116); }
div.DivClassName
{
background-color: #C23574;
}
.BgClassName
{
background-color: #C23574;
}
</style>
border-color css
<style>
span { border-color: #C23574; }
span { border-color: rgb(194,53,116); }
td.TdClassName
{
border-color: #C23574;
}
.TagClassName
{
border-color: #C23574;
}
</style>