Shades of Medium Red Violet #C23389
Tints of Medium Red Violet #C23389
RGB
CMYK
RGB Variations
Color information
#C23389 (or 0xC23389) is known color: Medium Red Violet. HEX triplet: C2, 33 and 89. RGB value is (194,51,137). Sum of RGB (Red+Green+Blue) = 194+51+137=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C23389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23389 is #3DCC76. Grayscale: #676767. Windows color (decimal): -4050039 or 8991682. OLE color: 8991682.
HSL color Cylindrical-coordinate representation of color #C23389: hue angle of 323.92º 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 #C23389 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 137 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.24 |
| HSL | 323.92º | 0.58% | 0.48% | - |
| HSV(B) | 323.92º | 0.74% | 0.76% | - |
| XYZ | 27.95 | 15.64 | 25.21 | - |
| YUV | 103.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 137 | 0 | 0.74 | 0.29 | 0.24 | 323.92 | 0.58 | 0.48 |
| Hex | C2 | 33 | 89 | 0 | 4A | 1D | 18 | 144 | 3A | 30 |
| Octal | 302 | 63 | 211 | 0 | 112 | 35 | 30 | 504 | 72 | 60 |
| Binary | 11000010 | 110011 | 10001001 | 0 | 1001010 | 11101 | 11000 | 101000100 | 111010 | 110000 |
Color Harmonies of #C23389
Complementary color
Monochromatic Colors of #C23389
Black with #C23389
Text Example
Text Example
White with #C23389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23389; }
p { color: rgb(194,51,137); }
H1.HeaderClassName
{
color: #C23389;
}
.AnyTagClassName
{
color: #C23389;
}
</style>
background-color css
<style>
a { background-color: #C23389; }
a { background-color: rgb(194,51,137); }
div.DivClassName
{
background-color: #C23389;
}
.BgClassName
{
background-color: #C23389;
}
</style>
border-color css
<style>
span { border-color: #C23389; }
span { border-color: rgb(194,51,137); }
td.TdClassName
{
border-color: #C23389;
}
.TagClassName
{
border-color: #C23389;
}
</style>