Shades of Medium Violet Red #C220AD
Tints of Medium Violet Red #C220AD
RGB
CMYK
RGB Variations
Color information
#C220AD (or 0xC220AD) is known color: Medium Violet Red. HEX triplet: C2, 20 and AD. RGB value is (194,32,173). Sum of RGB (Red+Green+Blue) = 194+32+173=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C220AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220AD is #3DDF52. Grayscale: #606060. Windows color (decimal): -4054867 or 11346114. OLE color: 11346114.
HSL color Cylindrical-coordinate representation of color #C220AD: hue angle of 307.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220AD is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 173 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.24 |
| HSL | 307.78º | 0.72% | 0.44% | - |
| HSV(B) | 307.78º | 0.84% | 0.76% | - |
| XYZ | 30.31 | 15.52 | 40.93 | - |
| YUV | 96.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 173 | 0 | 0.84 | 0.11 | 0.24 | 307.78 | 0.72 | 0.44 |
| Hex | C2 | 20 | AD | 0 | 54 | B | 18 | 134 | 48 | 2C |
| Octal | 302 | 40 | 255 | 0 | 124 | 13 | 30 | 464 | 110 | 54 |
| Binary | 11000010 | 100000 | 10101101 | 0 | 1010100 | 1011 | 11000 | 100110100 | 1001000 | 101100 |
Color Harmonies of #C220AD
Complementary color
Monochromatic Colors of #C220AD
Black with #C220AD
Text Example
Text Example
White with #C220AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220AD; }
p { color: rgb(194,32,173); }
H1.HeaderClassName
{
color: #C220AD;
}
.AnyTagClassName
{
color: #C220AD;
}
</style>
background-color css
<style>
a { background-color: #C220AD; }
a { background-color: rgb(194,32,173); }
div.DivClassName
{
background-color: #C220AD;
}
.BgClassName
{
background-color: #C220AD;
}
</style>
border-color css
<style>
span { border-color: #C220AD; }
span { border-color: rgb(194,32,173); }
td.TdClassName
{
border-color: #C220AD;
}
.TagClassName
{
border-color: #C220AD;
}
</style>