Shades of Medium Red Violet #C23794
Tints of Medium Red Violet #C23794
RGB
CMYK
RGB Variations
Color information
#C23794 (or 0xC23794) is known color: Medium Red Violet. HEX triplet: C2, 37 and 94. RGB value is (194,55,148). Sum of RGB (Red+Green+Blue) = 194+55+148=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C23794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23794 is #3DC86B. Grayscale: #6A6A6A. Windows color (decimal): -4049004 or 9713602. OLE color: 9713602.
HSL color Cylindrical-coordinate representation of color #C23794: hue angle of 319.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23794 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 148 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.24 |
| HSL | 319.86º | 0.56% | 0.49% | - |
| HSV(B) | 319.86º | 0.72% | 0.76% | - |
| XYZ | 28.96 | 16.34 | 29.64 | - |
| YUV | 107.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 148 | 0 | 0.72 | 0.24 | 0.24 | 319.86 | 0.56 | 0.49 |
| Hex | C2 | 37 | 94 | 0 | 48 | 18 | 18 | 140 | 38 | 31 |
| Octal | 302 | 67 | 224 | 0 | 110 | 30 | 30 | 500 | 70 | 61 |
| Binary | 11000010 | 110111 | 10010100 | 0 | 1001000 | 11000 | 11000 | 101000000 | 111000 | 110001 |
Color Harmonies of #C23794
Complementary color
Monochromatic Colors of #C23794
Black with #C23794
Text Example
Text Example
White with #C23794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23794; }
p { color: rgb(194,55,148); }
H1.HeaderClassName
{
color: #C23794;
}
.AnyTagClassName
{
color: #C23794;
}
</style>
background-color css
<style>
a { background-color: #C23794; }
a { background-color: rgb(194,55,148); }
div.DivClassName
{
background-color: #C23794;
}
.BgClassName
{
background-color: #C23794;
}
</style>
border-color css
<style>
span { border-color: #C23794; }
span { border-color: rgb(194,55,148); }
td.TdClassName
{
border-color: #C23794;
}
.TagClassName
{
border-color: #C23794;
}
</style>