Shades of Medium Red Violet #C22886
Tints of Medium Red Violet #C22886
RGB
CMYK
RGB Variations
Color information
#C22886 (or 0xC22886) is known color: Medium Red Violet. HEX triplet: C2, 28 and 86. RGB value is (194,40,134). Sum of RGB (Red+Green+Blue) = 194+40+134=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C22886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22886 is #3DD779. Grayscale: #606060. Windows color (decimal): -4052858 or 8792258. OLE color: 8792258.
HSL color Cylindrical-coordinate representation of color #C22886: hue angle of 323.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22886 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 134 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.24 |
| HSL | 323.38º | 0.66% | 0.46% | - |
| HSV(B) | 323.38º | 0.79% | 0.76% | - |
| XYZ | 27.31 | 14.71 | 23.95 | - |
| YUV | 96.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 134 | 0 | 0.79 | 0.31 | 0.24 | 323.38 | 0.66 | 0.46 |
| Hex | C2 | 28 | 86 | 0 | 4F | 1F | 18 | 143 | 42 | 2E |
| Octal | 302 | 50 | 206 | 0 | 117 | 37 | 30 | 503 | 102 | 56 |
| Binary | 11000010 | 101000 | 10000110 | 0 | 1001111 | 11111 | 11000 | 101000011 | 1000010 | 101110 |
Color Harmonies of #C22886
Complementary color
Monochromatic Colors of #C22886
Black with #C22886
Text Example
Text Example
White with #C22886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22886; }
p { color: rgb(194,40,134); }
H1.HeaderClassName
{
color: #C22886;
}
.AnyTagClassName
{
color: #C22886;
}
</style>
background-color css
<style>
a { background-color: #C22886; }
a { background-color: rgb(194,40,134); }
div.DivClassName
{
background-color: #C22886;
}
.BgClassName
{
background-color: #C22886;
}
</style>
border-color css
<style>
span { border-color: #C22886; }
span { border-color: rgb(194,40,134); }
td.TdClassName
{
border-color: #C22886;
}
.TagClassName
{
border-color: #C22886;
}
</style>