Shades of Medium Violet Red #C22395
Tints of Medium Violet Red #C22395
RGB
CMYK
RGB Variations
Color information
#C22395 (or 0xC22395) is known color: Medium Violet Red. HEX triplet: C2, 23 and 95. RGB value is (194,35,149). Sum of RGB (Red+Green+Blue) = 194+35+149=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C22395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22395 is #3DDC6A. Grayscale: #5F5F5F. Windows color (decimal): -4054123 or 9774018. OLE color: 9774018.
HSL color Cylindrical-coordinate representation of color #C22395: hue angle of 316.98º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22395 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 149 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.24 |
| HSL | 316.98º | 0.69% | 0.45% | - |
| HSV(B) | 316.98º | 0.82% | 0.76% | - |
| XYZ | 28.27 | 14.84 | 29.81 | - |
| YUV | 95.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 149 | 0 | 0.82 | 0.23 | 0.24 | 316.98 | 0.69 | 0.45 |
| Hex | C2 | 23 | 95 | 0 | 52 | 17 | 18 | 13D | 45 | 2D |
| Octal | 302 | 43 | 225 | 0 | 122 | 27 | 30 | 475 | 105 | 55 |
| Binary | 11000010 | 100011 | 10010101 | 0 | 1010010 | 10111 | 11000 | 100111101 | 1000101 | 101101 |
Color Harmonies of #C22395
Complementary color
Monochromatic Colors of #C22395
Black with #C22395
Text Example
Text Example
White with #C22395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22395; }
p { color: rgb(194,35,149); }
H1.HeaderClassName
{
color: #C22395;
}
.AnyTagClassName
{
color: #C22395;
}
</style>
background-color css
<style>
a { background-color: #C22395; }
a { background-color: rgb(194,35,149); }
div.DivClassName
{
background-color: #C22395;
}
.BgClassName
{
background-color: #C22395;
}
</style>
border-color css
<style>
span { border-color: #C22395; }
span { border-color: rgb(194,35,149); }
td.TdClassName
{
border-color: #C22395;
}
.TagClassName
{
border-color: #C22395;
}
</style>