Shades of Medium Red Violet #C22DA3
Tints of Medium Red Violet #C22DA3
RGB
CMYK
RGB Variations
Color information
#C22DA3 (or 0xC22DA3) is known color: Medium Red Violet. HEX triplet: C2, 2D and A3. RGB value is (194,45,163). Sum of RGB (Red+Green+Blue) = 194+45+163=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C22DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22DA3 is #3DD25C. Grayscale: #666666. Windows color (decimal): -4051549 or 10694082. OLE color: 10694082.
HSL color Cylindrical-coordinate representation of color #C22DA3: hue angle of 312.48º 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 #C22DA3 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 163 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.24 |
| HSL | 312.48º | 0.62% | 0.47% | - |
| HSV(B) | 312.48º | 0.77% | 0.76% | - |
| XYZ | 29.8 | 15.99 | 36.17 | - |
| YUV | 103 | 161.86 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 163 | 0 | 0.77 | 0.16 | 0.24 | 312.48 | 0.62 | 0.47 |
| Hex | C2 | 2D | A3 | 0 | 4D | 10 | 18 | 138 | 3E | 2F |
| Octal | 302 | 55 | 243 | 0 | 115 | 20 | 30 | 470 | 76 | 57 |
| Binary | 11000010 | 101101 | 10100011 | 0 | 1001101 | 10000 | 11000 | 100111000 | 111110 | 101111 |
Color Harmonies of #C22DA3
Complementary color
Monochromatic Colors of #C22DA3
Black with #C22DA3
Text Example
Text Example
White with #C22DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DA3; }
p { color: rgb(194,45,163); }
H1.HeaderClassName
{
color: #C22DA3;
}
.AnyTagClassName
{
color: #C22DA3;
}
</style>
background-color css
<style>
a { background-color: #C22DA3; }
a { background-color: rgb(194,45,163); }
div.DivClassName
{
background-color: #C22DA3;
}
.BgClassName
{
background-color: #C22DA3;
}
</style>
border-color css
<style>
span { border-color: #C22DA3; }
span { border-color: rgb(194,45,163); }
td.TdClassName
{
border-color: #C22DA3;
}
.TagClassName
{
border-color: #C22DA3;
}
</style>