Shades of Medium Violet Red #C221A7
Tints of Medium Violet Red #C221A7
RGB
CMYK
RGB Variations
Color information
#C221A7 (or 0xC221A7) is known color: Medium Violet Red. HEX triplet: C2, 21 and A7. RGB value is (194,33,167). Sum of RGB (Red+Green+Blue) = 194+33+167=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C221A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221A7 is #3DDE58. Grayscale: #606060. Windows color (decimal): -4054617 or 10953154. OLE color: 10953154.
HSL color Cylindrical-coordinate representation of color #C221A7: hue angle of 310.06º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C221A7 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 167 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.24 |
| HSL | 310.06º | 0.71% | 0.45% | - |
| HSV(B) | 310.06º | 0.83% | 0.76% | - |
| XYZ | 29.77 | 15.35 | 37.95 | - |
| YUV | 96.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 167 | 0 | 0.83 | 0.14 | 0.24 | 310.06 | 0.71 | 0.45 |
| Hex | C2 | 21 | A7 | 0 | 53 | E | 18 | 136 | 47 | 2D |
| Octal | 302 | 41 | 247 | 0 | 123 | 16 | 30 | 466 | 107 | 55 |
| Binary | 11000010 | 100001 | 10100111 | 0 | 1010011 | 1110 | 11000 | 100110110 | 1000111 | 101101 |
Color Harmonies of #C221A7
Complementary color
Monochromatic Colors of #C221A7
Black with #C221A7
Text Example
Text Example
White with #C221A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221A7; }
p { color: rgb(194,33,167); }
H1.HeaderClassName
{
color: #C221A7;
}
.AnyTagClassName
{
color: #C221A7;
}
</style>
background-color css
<style>
a { background-color: #C221A7; }
a { background-color: rgb(194,33,167); }
div.DivClassName
{
background-color: #C221A7;
}
.BgClassName
{
background-color: #C221A7;
}
</style>
border-color css
<style>
span { border-color: #C221A7; }
span { border-color: rgb(194,33,167); }
td.TdClassName
{
border-color: #C221A7;
}
.TagClassName
{
border-color: #C221A7;
}
</style>