Shades of Medium Red Violet #C23490
Tints of Medium Red Violet #C23490
RGB
CMYK
RGB Variations
Color information
#C23490 (or 0xC23490) is known color: Medium Red Violet. HEX triplet: C2, 34 and 90. RGB value is (194,52,144). Sum of RGB (Red+Green+Blue) = 194+52+144=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C23490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23490 is #3DCB6F. Grayscale: #686868. Windows color (decimal): -4049776 or 9450690. OLE color: 9450690.
HSL color Cylindrical-coordinate representation of color #C23490: hue angle of 321.13º 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 #C23490 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 144 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.24 |
| HSL | 321.13º | 0.58% | 0.48% | - |
| HSV(B) | 321.13º | 0.73% | 0.76% | - |
| XYZ | 28.51 | 15.94 | 27.96 | - |
| YUV | 104.95 | 150.04 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 144 | 0 | 0.73 | 0.26 | 0.24 | 321.13 | 0.58 | 0.48 |
| Hex | C2 | 34 | 90 | 0 | 49 | 1A | 18 | 141 | 3A | 30 |
| Octal | 302 | 64 | 220 | 0 | 111 | 32 | 30 | 501 | 72 | 60 |
| Binary | 11000010 | 110100 | 10010000 | 0 | 1001001 | 11010 | 11000 | 101000001 | 111010 | 110000 |
Color Harmonies of #C23490
Complementary color
Monochromatic Colors of #C23490
Black with #C23490
Text Example
Text Example
White with #C23490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23490; }
p { color: rgb(194,52,144); }
H1.HeaderClassName
{
color: #C23490;
}
.AnyTagClassName
{
color: #C23490;
}
</style>
background-color css
<style>
a { background-color: #C23490; }
a { background-color: rgb(194,52,144); }
div.DivClassName
{
background-color: #C23490;
}
.BgClassName
{
background-color: #C23490;
}
</style>
border-color css
<style>
span { border-color: #C23490; }
span { border-color: rgb(194,52,144); }
td.TdClassName
{
border-color: #C23490;
}
.TagClassName
{
border-color: #C23490;
}
</style>