Shades of Medium Violet Red #C422AD
Tints of Medium Violet Red #C422AD
RGB
CMYK
RGB Variations
Color information
#C422AD (or 0xC422AD) is known color: Medium Violet Red. HEX triplet: C4, 22 and AD. RGB value is (196,34,173). Sum of RGB (Red+Green+Blue) = 196+34+173=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C422AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C422AD is #3BDD52. Grayscale: #616161. Windows color (decimal): -3923283 or 11346628. OLE color: 11346628.
HSL color Cylindrical-coordinate representation of color #C422AD: hue angle of 308.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C422AD is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 173 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.23 |
| HSL | 308.52º | 0.7% | 0.45% | - |
| HSV(B) | 308.52º | 0.83% | 0.77% | - |
| XYZ | 30.88 | 15.9 | 40.98 | - |
| YUV | 98.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 173 | 0 | 0.83 | 0.12 | 0.23 | 308.52 | 0.7 | 0.45 |
| Hex | C4 | 22 | AD | 0 | 53 | C | 17 | 135 | 46 | 2D |
| Octal | 304 | 42 | 255 | 0 | 123 | 14 | 27 | 465 | 106 | 55 |
| Binary | 11000100 | 100010 | 10101101 | 0 | 1010011 | 1100 | 10111 | 100110101 | 1000110 | 101101 |
Color Harmonies of #C422AD
Complementary color
Monochromatic Colors of #C422AD
Black with #C422AD
Text Example
Text Example
White with #C422AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C422AD; }
p { color: rgb(196,34,173); }
H1.HeaderClassName
{
color: #C422AD;
}
.AnyTagClassName
{
color: #C422AD;
}
</style>
background-color css
<style>
a { background-color: #C422AD; }
a { background-color: rgb(196,34,173); }
div.DivClassName
{
background-color: #C422AD;
}
.BgClassName
{
background-color: #C422AD;
}
</style>
border-color css
<style>
span { border-color: #C422AD; }
span { border-color: rgb(196,34,173); }
td.TdClassName
{
border-color: #C422AD;
}
.TagClassName
{
border-color: #C422AD;
}
</style>