Shades of Medium Red Violet #C22FA4
Tints of Medium Red Violet #C22FA4
RGB
CMYK
RGB Variations
Color information
#C22FA4 (or 0xC22FA4) is known color: Medium Red Violet. HEX triplet: C2, 2F and A4. RGB value is (194,47,164). Sum of RGB (Red+Green+Blue) = 194+47+164=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22FA4 is #3DD05B. Grayscale: #676767. Windows color (decimal): -4051036 or 10760130. OLE color: 10760130.
HSL color Cylindrical-coordinate representation of color #C22FA4: hue angle of 312.24º degrees, saturation: 0.61, 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 #C22FA4 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 164 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.24 |
| HSL | 312.24º | 0.61% | 0.47% | - |
| HSV(B) | 312.24º | 0.76% | 0.76% | - |
| XYZ | 29.97 | 16.18 | 36.67 | - |
| YUV | 104.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 164 | 0 | 0.76 | 0.15 | 0.24 | 312.24 | 0.61 | 0.47 |
| Hex | C2 | 2F | A4 | 0 | 4C | F | 18 | 138 | 3D | 2F |
| Octal | 302 | 57 | 244 | 0 | 114 | 17 | 30 | 470 | 75 | 57 |
| Binary | 11000010 | 101111 | 10100100 | 0 | 1001100 | 1111 | 11000 | 100111000 | 111101 | 101111 |
Color Harmonies of #C22FA4
Complementary color
Monochromatic Colors of #C22FA4
Black with #C22FA4
Text Example
Text Example
White with #C22FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FA4; }
p { color: rgb(194,47,164); }
H1.HeaderClassName
{
color: #C22FA4;
}
.AnyTagClassName
{
color: #C22FA4;
}
</style>
background-color css
<style>
a { background-color: #C22FA4; }
a { background-color: rgb(194,47,164); }
div.DivClassName
{
background-color: #C22FA4;
}
.BgClassName
{
background-color: #C22FA4;
}
</style>
border-color css
<style>
span { border-color: #C22FA4; }
span { border-color: rgb(194,47,164); }
td.TdClassName
{
border-color: #C22FA4;
}
.TagClassName
{
border-color: #C22FA4;
}
</style>