Shades of Medium Red Violet #C22FA5
Tints of Medium Red Violet #C22FA5
RGB
CMYK
RGB Variations
Color information
#C22FA5 (or 0xC22FA5) is known color: Medium Red Violet. HEX triplet: C2, 2F and A5. RGB value is (194,47,165). Sum of RGB (Red+Green+Blue) = 194+47+165=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22FA5 is #3DD05A. Grayscale: #686868. Windows color (decimal): -4051035 or 10825666. OLE color: 10825666.
HSL color Cylindrical-coordinate representation of color #C22FA5: hue angle of 311.84º 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 #C22FA5 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 165 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.24 |
| HSL | 311.84º | 0.61% | 0.47% | - |
| HSV(B) | 311.84º | 0.76% | 0.76% | - |
| XYZ | 30.06 | 16.22 | 37.14 | - |
| YUV | 104.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 165 | 0 | 0.76 | 0.15 | 0.24 | 311.84 | 0.61 | 0.47 |
| Hex | C2 | 2F | A5 | 0 | 4C | F | 18 | 138 | 3D | 2F |
| Octal | 302 | 57 | 245 | 0 | 114 | 17 | 30 | 470 | 75 | 57 |
| Binary | 11000010 | 101111 | 10100101 | 0 | 1001100 | 1111 | 11000 | 100111000 | 111101 | 101111 |
Color Harmonies of #C22FA5
Complementary color
Monochromatic Colors of #C22FA5
Black with #C22FA5
Text Example
Text Example
White with #C22FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FA5; }
p { color: rgb(194,47,165); }
H1.HeaderClassName
{
color: #C22FA5;
}
.AnyTagClassName
{
color: #C22FA5;
}
</style>
background-color css
<style>
a { background-color: #C22FA5; }
a { background-color: rgb(194,47,165); }
div.DivClassName
{
background-color: #C22FA5;
}
.BgClassName
{
background-color: #C22FA5;
}
</style>
border-color css
<style>
span { border-color: #C22FA5; }
span { border-color: rgb(194,47,165); }
td.TdClassName
{
border-color: #C22FA5;
}
.TagClassName
{
border-color: #C22FA5;
}
</style>