Shades of Medium Red Violet #C22673
Tints of Medium Red Violet #C22673
RGB
CMYK
RGB Variations
Color information
#C22673 (or 0xC22673) is known color: Medium Red Violet. HEX triplet: C2, 26 and 73. RGB value is (194,38,115). Sum of RGB (Red+Green+Blue) = 194+38+115=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C22673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22673 is #3DD98C. Grayscale: #5D5D5D. Windows color (decimal): -4053389 or 7546562. OLE color: 7546562.
HSL color Cylindrical-coordinate representation of color #C22673: hue angle of 330.38º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22673 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 115 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.24 |
| HSL | 330.38º | 0.67% | 0.45% | - |
| HSV(B) | 330.38º | 0.8% | 0.76% | - |
| XYZ | 26.04 | 14.09 | 17.57 | - |
| YUV | 93.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 115 | 0 | 0.80 | 0.41 | 0.24 | 330.38 | 0.67 | 0.45 |
| Hex | C2 | 26 | 73 | 0 | 50 | 29 | 18 | 14A | 43 | 2D |
| Octal | 302 | 46 | 163 | 0 | 120 | 51 | 30 | 512 | 103 | 55 |
| Binary | 11000010 | 100110 | 1110011 | 0 | 1010000 | 101001 | 11000 | 101001010 | 1000011 | 101101 |
Color Harmonies of #C22673
Complementary color
Monochromatic Colors of #C22673
Black with #C22673
Text Example
Text Example
White with #C22673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22673; }
p { color: rgb(194,38,115); }
H1.HeaderClassName
{
color: #C22673;
}
.AnyTagClassName
{
color: #C22673;
}
</style>
background-color css
<style>
a { background-color: #C22673; }
a { background-color: rgb(194,38,115); }
div.DivClassName
{
background-color: #C22673;
}
.BgClassName
{
background-color: #C22673;
}
</style>
border-color css
<style>
span { border-color: #C22673; }
span { border-color: rgb(194,38,115); }
td.TdClassName
{
border-color: #C22673;
}
.TagClassName
{
border-color: #C22673;
}
</style>