Shades of Medium Red Violet #C22E83
Tints of Medium Red Violet #C22E83
RGB
CMYK
RGB Variations
Color information
#C22E83 (or 0xC22E83) is known color: Medium Red Violet. HEX triplet: C2, 2E and 83. RGB value is (194,46,131). Sum of RGB (Red+Green+Blue) = 194+46+131=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22E83 is #3DD17C. Grayscale: #636363. Windows color (decimal): -4051325 or 8597186. OLE color: 8597186.
HSL color Cylindrical-coordinate representation of color #C22E83: hue angle of 325.54º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22E83 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 131 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.24 |
| HSL | 325.54º | 0.62% | 0.47% | - |
| HSV(B) | 325.54º | 0.76% | 0.76% | - |
| XYZ | 27.32 | 15.06 | 22.94 | - |
| YUV | 99.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 131 | 0 | 0.76 | 0.32 | 0.24 | 325.54 | 0.62 | 0.47 |
| Hex | C2 | 2E | 83 | 0 | 4C | 20 | 18 | 146 | 3E | 2F |
| Octal | 302 | 56 | 203 | 0 | 114 | 40 | 30 | 506 | 76 | 57 |
| Binary | 11000010 | 101110 | 10000011 | 0 | 1001100 | 100000 | 11000 | 101000110 | 111110 | 101111 |
Color Harmonies of #C22E83
Complementary color
Monochromatic Colors of #C22E83
Black with #C22E83
Text Example
Text Example
White with #C22E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E83; }
p { color: rgb(194,46,131); }
H1.HeaderClassName
{
color: #C22E83;
}
.AnyTagClassName
{
color: #C22E83;
}
</style>
background-color css
<style>
a { background-color: #C22E83; }
a { background-color: rgb(194,46,131); }
div.DivClassName
{
background-color: #C22E83;
}
.BgClassName
{
background-color: #C22E83;
}
</style>
border-color css
<style>
span { border-color: #C22E83; }
span { border-color: rgb(194,46,131); }
td.TdClassName
{
border-color: #C22E83;
}
.TagClassName
{
border-color: #C22E83;
}
</style>