Shades of Medium Violet Red #C221A5
Tints of Medium Violet Red #C221A5
RGB
CMYK
RGB Variations
Color information
#C221A5 (or 0xC221A5) is known color: Medium Violet Red. HEX triplet: C2, 21 and A5. RGB value is (194,33,165). Sum of RGB (Red+Green+Blue) = 194+33+165=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C221A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C221A5 is #3DDE5A. Grayscale: #5F5F5F. Windows color (decimal): -4054619 or 10822082. OLE color: 10822082.
HSL color Cylindrical-coordinate representation of color #C221A5: hue angle of 310.81º 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 #C221A5 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 165 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.24 |
| HSL | 310.81º | 0.71% | 0.45% | - |
| HSV(B) | 310.81º | 0.83% | 0.76% | - |
| XYZ | 29.58 | 15.27 | 36.99 | - |
| YUV | 96.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 165 | 0 | 0.83 | 0.15 | 0.24 | 310.81 | 0.71 | 0.45 |
| Hex | C2 | 21 | A5 | 0 | 53 | F | 18 | 137 | 47 | 2D |
| Octal | 302 | 41 | 245 | 0 | 123 | 17 | 30 | 467 | 107 | 55 |
| Binary | 11000010 | 100001 | 10100101 | 0 | 1010011 | 1111 | 11000 | 100110111 | 1000111 | 101101 |
Color Harmonies of #C221A5
Complementary color
Monochromatic Colors of #C221A5
Black with #C221A5
Text Example
Text Example
White with #C221A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221A5; }
p { color: rgb(194,33,165); }
H1.HeaderClassName
{
color: #C221A5;
}
.AnyTagClassName
{
color: #C221A5;
}
</style>
background-color css
<style>
a { background-color: #C221A5; }
a { background-color: rgb(194,33,165); }
div.DivClassName
{
background-color: #C221A5;
}
.BgClassName
{
background-color: #C221A5;
}
</style>
border-color css
<style>
span { border-color: #C221A5; }
span { border-color: rgb(194,33,165); }
td.TdClassName
{
border-color: #C221A5;
}
.TagClassName
{
border-color: #C221A5;
}
</style>