Shades of Medium Red Violet #C23775
Tints of Medium Red Violet #C23775
RGB
CMYK
RGB Variations
Color information
#C23775 (or 0xC23775) is known color: Medium Red Violet. HEX triplet: C2, 37 and 75. RGB value is (194,55,117). Sum of RGB (Red+Green+Blue) = 194+55+117=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C23775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23775 is #3DC88A. Grayscale: #676767. Windows color (decimal): -4049035 or 7681986. OLE color: 7681986.
HSL color Cylindrical-coordinate representation of color #C23775: hue angle of 333.24º 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 #C23775 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 117 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.24 |
| HSL | 333.24º | 0.56% | 0.49% | - |
| HSV(B) | 333.24º | 0.72% | 0.76% | - |
| XYZ | 26.83 | 15.49 | 18.4 | - |
| YUV | 103.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 117 | 0 | 0.72 | 0.40 | 0.24 | 333.24 | 0.56 | 0.49 |
| Hex | C2 | 37 | 75 | 0 | 48 | 28 | 18 | 14D | 38 | 31 |
| Octal | 302 | 67 | 165 | 0 | 110 | 50 | 30 | 515 | 70 | 61 |
| Binary | 11000010 | 110111 | 1110101 | 0 | 1001000 | 101000 | 11000 | 101001101 | 111000 | 110001 |
Color Harmonies of #C23775
Complementary color
Monochromatic Colors of #C23775
Black with #C23775
Text Example
Text Example
White with #C23775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23775; }
p { color: rgb(194,55,117); }
H1.HeaderClassName
{
color: #C23775;
}
.AnyTagClassName
{
color: #C23775;
}
</style>
background-color css
<style>
a { background-color: #C23775; }
a { background-color: rgb(194,55,117); }
div.DivClassName
{
background-color: #C23775;
}
.BgClassName
{
background-color: #C23775;
}
</style>
border-color css
<style>
span { border-color: #C23775; }
span { border-color: rgb(194,55,117); }
td.TdClassName
{
border-color: #C23775;
}
.TagClassName
{
border-color: #C23775;
}
</style>