Shades of Medium Red Violet #C23391
Tints of Medium Red Violet #C23391
RGB
CMYK
RGB Variations
Color information
#C23391 (or 0xC23391) is known color: Medium Red Violet. HEX triplet: C2, 33 and 91. RGB value is (194,51,145). Sum of RGB (Red+Green+Blue) = 194+51+145=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C23391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23391 is #3DCC6E. Grayscale: #686868. Windows color (decimal): -4050031 or 9515970. OLE color: 9515970.
HSL color Cylindrical-coordinate representation of color #C23391: hue angle of 320.56º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23391 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 145 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.24 |
| HSL | 320.56º | 0.58% | 0.48% | - |
| HSV(B) | 320.56º | 0.74% | 0.76% | - |
| XYZ | 28.54 | 15.88 | 28.35 | - |
| YUV | 104.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 145 | 0 | 0.74 | 0.25 | 0.24 | 320.56 | 0.58 | 0.48 |
| Hex | C2 | 33 | 91 | 0 | 4A | 19 | 18 | 141 | 3A | 30 |
| Octal | 302 | 63 | 221 | 0 | 112 | 31 | 30 | 501 | 72 | 60 |
| Binary | 11000010 | 110011 | 10010001 | 0 | 1001010 | 11001 | 11000 | 101000001 | 111010 | 110000 |
Color Harmonies of #C23391
Complementary color
Monochromatic Colors of #C23391
Black with #C23391
Text Example
Text Example
White with #C23391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23391; }
p { color: rgb(194,51,145); }
H1.HeaderClassName
{
color: #C23391;
}
.AnyTagClassName
{
color: #C23391;
}
</style>
background-color css
<style>
a { background-color: #C23391; }
a { background-color: rgb(194,51,145); }
div.DivClassName
{
background-color: #C23391;
}
.BgClassName
{
background-color: #C23391;
}
</style>
border-color css
<style>
span { border-color: #C23391; }
span { border-color: rgb(194,51,145); }
td.TdClassName
{
border-color: #C23391;
}
.TagClassName
{
border-color: #C23391;
}
</style>