Shades of Medium Red Violet #C23189
Tints of Medium Red Violet #C23189
RGB
CMYK
RGB Variations
Color information
#C23189 (or 0xC23189) is known color: Medium Red Violet. HEX triplet: C2, 31 and 89. RGB value is (194,49,137). Sum of RGB (Red+Green+Blue) = 194+49+137=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C23189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23189 is #3DCE76. Grayscale: #666666. Windows color (decimal): -4050551 or 8991170. OLE color: 8991170.
HSL color Cylindrical-coordinate representation of color #C23189: hue angle of 323.59º 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 #C23189 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 137 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.24 |
| HSL | 323.59º | 0.6% | 0.48% | - |
| HSV(B) | 323.59º | 0.75% | 0.76% | - |
| XYZ | 27.86 | 15.47 | 25.18 | - |
| YUV | 102.39 | 147.54 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 137 | 0 | 0.75 | 0.29 | 0.24 | 323.59 | 0.6 | 0.48 |
| Hex | C2 | 31 | 89 | 0 | 4B | 1D | 18 | 144 | 3C | 30 |
| Octal | 302 | 61 | 211 | 0 | 113 | 35 | 30 | 504 | 74 | 60 |
| Binary | 11000010 | 110001 | 10001001 | 0 | 1001011 | 11101 | 11000 | 101000100 | 111100 | 110000 |
Color Harmonies of #C23189
Complementary color
Monochromatic Colors of #C23189
Black with #C23189
Text Example
Text Example
White with #C23189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23189; }
p { color: rgb(194,49,137); }
H1.HeaderClassName
{
color: #C23189;
}
.AnyTagClassName
{
color: #C23189;
}
</style>
background-color css
<style>
a { background-color: #C23189; }
a { background-color: rgb(194,49,137); }
div.DivClassName
{
background-color: #C23189;
}
.BgClassName
{
background-color: #C23189;
}
</style>
border-color css
<style>
span { border-color: #C23189; }
span { border-color: rgb(194,49,137); }
td.TdClassName
{
border-color: #C23189;
}
.TagClassName
{
border-color: #C23189;
}
</style>