Shades of Medium Red Violet #C23495
Tints of Medium Red Violet #C23495
RGB
CMYK
RGB Variations
Color information
#C23495 (or 0xC23495) is known color: Medium Red Violet. HEX triplet: C2, 34 and 95. RGB value is (194,52,149). Sum of RGB (Red+Green+Blue) = 194+52+149=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C23495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23495 is #3DCB6A. Grayscale: #696969. Windows color (decimal): -4049771 or 9778370. OLE color: 9778370.
HSL color Cylindrical-coordinate representation of color #C23495: hue angle of 319.01º degrees, saturation: 0.58, 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 #C23495 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 149 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.24 |
| HSL | 319.01º | 0.58% | 0.48% | - |
| HSV(B) | 319.01º | 0.73% | 0.76% | - |
| XYZ | 28.9 | 16.1 | 30.02 | - |
| YUV | 105.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 149 | 0 | 0.73 | 0.23 | 0.24 | 319.01 | 0.58 | 0.48 |
| Hex | C2 | 34 | 95 | 0 | 49 | 17 | 18 | 13F | 3A | 30 |
| Octal | 302 | 64 | 225 | 0 | 111 | 27 | 30 | 477 | 72 | 60 |
| Binary | 11000010 | 110100 | 10010101 | 0 | 1001001 | 10111 | 11000 | 100111111 | 111010 | 110000 |
Color Harmonies of #C23495
Complementary color
Monochromatic Colors of #C23495
Black with #C23495
Text Example
Text Example
White with #C23495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23495; }
p { color: rgb(194,52,149); }
H1.HeaderClassName
{
color: #C23495;
}
.AnyTagClassName
{
color: #C23495;
}
</style>
background-color css
<style>
a { background-color: #C23495; }
a { background-color: rgb(194,52,149); }
div.DivClassName
{
background-color: #C23495;
}
.BgClassName
{
background-color: #C23495;
}
</style>
border-color css
<style>
span { border-color: #C23495; }
span { border-color: rgb(194,52,149); }
td.TdClassName
{
border-color: #C23495;
}
.TagClassName
{
border-color: #C23495;
}
</style>