Shades of Medium Red Violet #C23195
Tints of Medium Red Violet #C23195
RGB
CMYK
RGB Variations
Color information
#C23195 (or 0xC23195) is known color: Medium Red Violet. HEX triplet: C2, 31 and 95. RGB value is (194,49,149). Sum of RGB (Red+Green+Blue) = 194+49+149=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C23195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23195 is #3DCE6A. Grayscale: #676767. Windows color (decimal): -4050539 or 9777602. OLE color: 9777602.
HSL color Cylindrical-coordinate representation of color #C23195: hue angle of 318.62º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23195 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 149 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.24 |
| HSL | 318.62º | 0.6% | 0.48% | - |
| HSV(B) | 318.62º | 0.75% | 0.76% | - |
| XYZ | 28.77 | 15.84 | 29.97 | - |
| YUV | 103.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 149 | 0 | 0.75 | 0.23 | 0.24 | 318.62 | 0.6 | 0.48 |
| Hex | C2 | 31 | 95 | 0 | 4B | 17 | 18 | 13F | 3C | 30 |
| Octal | 302 | 61 | 225 | 0 | 113 | 27 | 30 | 477 | 74 | 60 |
| Binary | 11000010 | 110001 | 10010101 | 0 | 1001011 | 10111 | 11000 | 100111111 | 111100 | 110000 |
Color Harmonies of #C23195
Complementary color
Monochromatic Colors of #C23195
Black with #C23195
Text Example
Text Example
White with #C23195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23195; }
p { color: rgb(194,49,149); }
H1.HeaderClassName
{
color: #C23195;
}
.AnyTagClassName
{
color: #C23195;
}
</style>
background-color css
<style>
a { background-color: #C23195; }
a { background-color: rgb(194,49,149); }
div.DivClassName
{
background-color: #C23195;
}
.BgClassName
{
background-color: #C23195;
}
</style>
border-color css
<style>
span { border-color: #C23195; }
span { border-color: rgb(194,49,149); }
td.TdClassName
{
border-color: #C23195;
}
.TagClassName
{
border-color: #C23195;
}
</style>