Shades of Medium Red Violet #C23995
Tints of Medium Red Violet #C23995
RGB
CMYK
RGB Variations
Color information
#C23995 (or 0xC23995) is known color: Medium Red Violet. HEX triplet: C2, 39 and 95. RGB value is (194,57,149). Sum of RGB (Red+Green+Blue) = 194+57+149=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C23995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23995 is #3DC66A. Grayscale: #6C6C6C. Windows color (decimal): -4048491 or 9779650. OLE color: 9779650.
HSL color Cylindrical-coordinate representation of color #C23995: hue angle of 319.71º 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 #C23995 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 149 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.24 |
| HSL | 319.71º | 0.55% | 0.49% | - |
| HSV(B) | 319.71º | 0.71% | 0.76% | - |
| XYZ | 29.14 | 16.57 | 30.1 | - |
| YUV | 108.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 149 | 0 | 0.71 | 0.23 | 0.24 | 319.71 | 0.55 | 0.49 |
| Hex | C2 | 39 | 95 | 0 | 47 | 17 | 18 | 140 | 37 | 31 |
| Octal | 302 | 71 | 225 | 0 | 107 | 27 | 30 | 500 | 67 | 61 |
| Binary | 11000010 | 111001 | 10010101 | 0 | 1000111 | 10111 | 11000 | 101000000 | 110111 | 110001 |
Color Harmonies of #C23995
Complementary color
Monochromatic Colors of #C23995
Black with #C23995
Text Example
Text Example
White with #C23995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23995; }
p { color: rgb(194,57,149); }
H1.HeaderClassName
{
color: #C23995;
}
.AnyTagClassName
{
color: #C23995;
}
</style>
background-color css
<style>
a { background-color: #C23995; }
a { background-color: rgb(194,57,149); }
div.DivClassName
{
background-color: #C23995;
}
.BgClassName
{
background-color: #C23995;
}
</style>
border-color css
<style>
span { border-color: #C23995; }
span { border-color: rgb(194,57,149); }
td.TdClassName
{
border-color: #C23995;
}
.TagClassName
{
border-color: #C23995;
}
</style>