Shades of Medium Red Violet #C22788
Tints of Medium Red Violet #C22788
RGB
CMYK
RGB Variations
Color information
#C22788 (or 0xC22788) is known color: Medium Red Violet. HEX triplet: C2, 27 and 88. RGB value is (194,39,136). Sum of RGB (Red+Green+Blue) = 194+39+136=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C22788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22788 is #3DD877. Grayscale: #606060. Windows color (decimal): -4053112 or 8923074. OLE color: 8923074.
HSL color Cylindrical-coordinate representation of color #C22788: hue angle of 322.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22788 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 136 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.24 |
| HSL | 322.45º | 0.67% | 0.46% | - |
| HSV(B) | 322.45º | 0.8% | 0.76% | - |
| XYZ | 27.42 | 14.7 | 24.68 | - |
| YUV | 96.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 136 | 0 | 0.80 | 0.30 | 0.24 | 322.45 | 0.67 | 0.46 |
| Hex | C2 | 27 | 88 | 0 | 50 | 1E | 18 | 142 | 43 | 2E |
| Octal | 302 | 47 | 210 | 0 | 120 | 36 | 30 | 502 | 103 | 56 |
| Binary | 11000010 | 100111 | 10001000 | 0 | 1010000 | 11110 | 11000 | 101000010 | 1000011 | 101110 |
Color Harmonies of #C22788
Complementary color
Monochromatic Colors of #C22788
Black with #C22788
Text Example
Text Example
White with #C22788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22788; }
p { color: rgb(194,39,136); }
H1.HeaderClassName
{
color: #C22788;
}
.AnyTagClassName
{
color: #C22788;
}
</style>
background-color css
<style>
a { background-color: #C22788; }
a { background-color: rgb(194,39,136); }
div.DivClassName
{
background-color: #C22788;
}
.BgClassName
{
background-color: #C22788;
}
</style>
border-color css
<style>
span { border-color: #C22788; }
span { border-color: rgb(194,39,136); }
td.TdClassName
{
border-color: #C22788;
}
.TagClassName
{
border-color: #C22788;
}
</style>