Shades of Medium Red Violet #C22D99
Tints of Medium Red Violet #C22D99
RGB
CMYK
RGB Variations
Color information
#C22D99 (or 0xC22D99) is known color: Medium Red Violet. HEX triplet: C2, 2D and 99. RGB value is (194,45,153). Sum of RGB (Red+Green+Blue) = 194+45+153=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22D99 is #3DD266. Grayscale: #656565. Windows color (decimal): -4051559 or 10038722. OLE color: 10038722.
HSL color Cylindrical-coordinate representation of color #C22D99: hue angle of 316.51º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22D99 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 153 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.24 |
| HSL | 316.51º | 0.62% | 0.47% | - |
| HSV(B) | 316.51º | 0.77% | 0.76% | - |
| XYZ | 28.94 | 15.65 | 31.63 | - |
| YUV | 101.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 153 | 0 | 0.77 | 0.21 | 0.24 | 316.51 | 0.62 | 0.47 |
| Hex | C2 | 2D | 99 | 0 | 4D | 15 | 18 | 13D | 3E | 2F |
| Octal | 302 | 55 | 231 | 0 | 115 | 25 | 30 | 475 | 76 | 57 |
| Binary | 11000010 | 101101 | 10011001 | 0 | 1001101 | 10101 | 11000 | 100111101 | 111110 | 101111 |
Color Harmonies of #C22D99
Complementary color
Monochromatic Colors of #C22D99
Black with #C22D99
Text Example
Text Example
White with #C22D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D99; }
p { color: rgb(194,45,153); }
H1.HeaderClassName
{
color: #C22D99;
}
.AnyTagClassName
{
color: #C22D99;
}
</style>
background-color css
<style>
a { background-color: #C22D99; }
a { background-color: rgb(194,45,153); }
div.DivClassName
{
background-color: #C22D99;
}
.BgClassName
{
background-color: #C22D99;
}
</style>
border-color css
<style>
span { border-color: #C22D99; }
span { border-color: rgb(194,45,153); }
td.TdClassName
{
border-color: #C22D99;
}
.TagClassName
{
border-color: #C22D99;
}
</style>