Shades of Medium Red Violet #C23491
Tints of Medium Red Violet #C23491
RGB
CMYK
RGB Variations
Color information
#C23491 (or 0xC23491) is known color: Medium Red Violet. HEX triplet: C2, 34 and 91. RGB value is (194,52,145). Sum of RGB (Red+Green+Blue) = 194+52+145=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C23491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23491 is #3DCB6E. Grayscale: #686868. Windows color (decimal): -4049775 or 9516226. OLE color: 9516226.
HSL color Cylindrical-coordinate representation of color #C23491: hue angle of 320.7º degrees, saturation: 0.58, 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 #C23491 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 145 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.24 |
| HSL | 320.7º | 0.58% | 0.48% | - |
| HSV(B) | 320.7º | 0.73% | 0.76% | - |
| XYZ | 28.59 | 15.97 | 28.36 | - |
| YUV | 105.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 145 | 0 | 0.73 | 0.25 | 0.24 | 320.7 | 0.58 | 0.48 |
| Hex | C2 | 34 | 91 | 0 | 49 | 19 | 18 | 141 | 3A | 30 |
| Octal | 302 | 64 | 221 | 0 | 111 | 31 | 30 | 501 | 72 | 60 |
| Binary | 11000010 | 110100 | 10010001 | 0 | 1001001 | 11001 | 11000 | 101000001 | 111010 | 110000 |
Color Harmonies of #C23491
Complementary color
Monochromatic Colors of #C23491
Black with #C23491
Text Example
Text Example
White with #C23491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23491; }
p { color: rgb(194,52,145); }
H1.HeaderClassName
{
color: #C23491;
}
.AnyTagClassName
{
color: #C23491;
}
</style>
background-color css
<style>
a { background-color: #C23491; }
a { background-color: rgb(194,52,145); }
div.DivClassName
{
background-color: #C23491;
}
.BgClassName
{
background-color: #C23491;
}
</style>
border-color css
<style>
span { border-color: #C23491; }
span { border-color: rgb(194,52,145); }
td.TdClassName
{
border-color: #C23491;
}
.TagClassName
{
border-color: #C23491;
}
</style>