Shades of Medium Red Violet #C23595
Tints of Medium Red Violet #C23595
RGB
CMYK
RGB Variations
Color information
#C23595 (or 0xC23595) is known color: Medium Red Violet. HEX triplet: C2, 35 and 95. RGB value is (194,53,149). Sum of RGB (Red+Green+Blue) = 194+53+149=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C23595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23595 is #3DCA6A. Grayscale: #696969. Windows color (decimal): -4049515 or 9778626. OLE color: 9778626.
HSL color Cylindrical-coordinate representation of color #C23595: hue angle of 319.15º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23595 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 149 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.24 |
| HSL | 319.15º | 0.57% | 0.48% | - |
| HSV(B) | 319.15º | 0.73% | 0.76% | - |
| XYZ | 28.95 | 16.19 | 30.03 | - |
| YUV | 106.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 149 | 0 | 0.73 | 0.23 | 0.24 | 319.15 | 0.57 | 0.48 |
| Hex | C2 | 35 | 95 | 0 | 49 | 17 | 18 | 13F | 39 | 30 |
| Octal | 302 | 65 | 225 | 0 | 111 | 27 | 30 | 477 | 71 | 60 |
| Binary | 11000010 | 110101 | 10010101 | 0 | 1001001 | 10111 | 11000 | 100111111 | 111001 | 110000 |
Color Harmonies of #C23595
Complementary color
Monochromatic Colors of #C23595
Black with #C23595
Text Example
Text Example
White with #C23595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23595; }
p { color: rgb(194,53,149); }
H1.HeaderClassName
{
color: #C23595;
}
.AnyTagClassName
{
color: #C23595;
}
</style>
background-color css
<style>
a { background-color: #C23595; }
a { background-color: rgb(194,53,149); }
div.DivClassName
{
background-color: #C23595;
}
.BgClassName
{
background-color: #C23595;
}
</style>
border-color css
<style>
span { border-color: #C23595; }
span { border-color: rgb(194,53,149); }
td.TdClassName
{
border-color: #C23595;
}
.TagClassName
{
border-color: #C23595;
}
</style>