Shades of Medium Red Violet #C23592
Tints of Medium Red Violet #C23592
RGB
CMYK
RGB Variations
Color information
#C23592 (or 0xC23592) is known color: Medium Red Violet. HEX triplet: C2, 35 and 92. RGB value is (194,53,146). Sum of RGB (Red+Green+Blue) = 194+53+146=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C23592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23592 is #3DCA6D. Grayscale: #696969. Windows color (decimal): -4049518 or 9582018. OLE color: 9582018.
HSL color Cylindrical-coordinate representation of color #C23592: hue angle of 320.43º degrees, saturation: 0.57, 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 #C23592 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 146 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.24 |
| HSL | 320.43º | 0.57% | 0.48% | - |
| HSV(B) | 320.43º | 0.73% | 0.76% | - |
| XYZ | 28.71 | 16.09 | 28.79 | - |
| YUV | 105.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 146 | 0 | 0.73 | 0.25 | 0.24 | 320.43 | 0.57 | 0.48 |
| Hex | C2 | 35 | 92 | 0 | 49 | 19 | 18 | 140 | 39 | 30 |
| Octal | 302 | 65 | 222 | 0 | 111 | 31 | 30 | 500 | 71 | 60 |
| Binary | 11000010 | 110101 | 10010010 | 0 | 1001001 | 11001 | 11000 | 101000000 | 111001 | 110000 |
Color Harmonies of #C23592
Complementary color
Monochromatic Colors of #C23592
Black with #C23592
Text Example
Text Example
White with #C23592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23592; }
p { color: rgb(194,53,146); }
H1.HeaderClassName
{
color: #C23592;
}
.AnyTagClassName
{
color: #C23592;
}
</style>
background-color css
<style>
a { background-color: #C23592; }
a { background-color: rgb(194,53,146); }
div.DivClassName
{
background-color: #C23592;
}
.BgClassName
{
background-color: #C23592;
}
</style>
border-color css
<style>
span { border-color: #C23592; }
span { border-color: rgb(194,53,146); }
td.TdClassName
{
border-color: #C23592;
}
.TagClassName
{
border-color: #C23592;
}
</style>