Shades of Medium Red Violet #C23895
Tints of Medium Red Violet #C23895
RGB
CMYK
RGB Variations
Color information
#C23895 (or 0xC23895) is known color: Medium Red Violet. HEX triplet: C2, 38 and 95. RGB value is (194,56,149). Sum of RGB (Red+Green+Blue) = 194+56+149=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C23895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23895 is #3DC76A. Grayscale: #6B6B6B. Windows color (decimal): -4048747 or 9779394. OLE color: 9779394.
HSL color Cylindrical-coordinate representation of color #C23895: hue angle of 319.57º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23895 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 149 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.24 |
| HSL | 319.57º | 0.55% | 0.49% | - |
| HSV(B) | 319.57º | 0.71% | 0.76% | - |
| XYZ | 29.09 | 16.47 | 30.08 | - |
| YUV | 107.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 149 | 0 | 0.71 | 0.23 | 0.24 | 319.57 | 0.55 | 0.49 |
| Hex | C2 | 38 | 95 | 0 | 47 | 17 | 18 | 140 | 37 | 31 |
| Octal | 302 | 70 | 225 | 0 | 107 | 27 | 30 | 500 | 67 | 61 |
| Binary | 11000010 | 111000 | 10010101 | 0 | 1000111 | 10111 | 11000 | 101000000 | 110111 | 110001 |
Color Harmonies of #C23895
Complementary color
Monochromatic Colors of #C23895
Black with #C23895
Text Example
Text Example
White with #C23895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23895; }
p { color: rgb(194,56,149); }
H1.HeaderClassName
{
color: #C23895;
}
.AnyTagClassName
{
color: #C23895;
}
</style>
background-color css
<style>
a { background-color: #C23895; }
a { background-color: rgb(194,56,149); }
div.DivClassName
{
background-color: #C23895;
}
.BgClassName
{
background-color: #C23895;
}
</style>
border-color css
<style>
span { border-color: #C23895; }
span { border-color: rgb(194,56,149); }
td.TdClassName
{
border-color: #C23895;
}
.TagClassName
{
border-color: #C23895;
}
</style>