Shades of Medium Violet Red #C21CAA
Tints of Medium Violet Red #C21CAA
RGB
CMYK
RGB Variations
Color information
#C21CAA (or 0xC21CAA) is known color: Medium Violet Red. HEX triplet: C2, 1C and AA. RGB value is (194,28,170). Sum of RGB (Red+Green+Blue) = 194+28+170=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21CAA is #3DE355. Grayscale: #5D5D5D. Windows color (decimal): -4055894 or 11148482. OLE color: 11148482.
HSL color Cylindrical-coordinate representation of color #C21CAA: hue angle of 308.67º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CAA is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 170 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.24 |
| HSL | 308.67º | 0.75% | 0.44% | - |
| HSV(B) | 308.67º | 0.86% | 0.76% | - |
| XYZ | 29.92 | 15.2 | 39.39 | - |
| YUV | 93.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 170 | 0 | 0.86 | 0.12 | 0.24 | 308.67 | 0.75 | 0.44 |
| Hex | C2 | 1C | AA | 0 | 56 | C | 18 | 135 | 4B | 2C |
| Octal | 302 | 34 | 252 | 0 | 126 | 14 | 30 | 465 | 113 | 54 |
| Binary | 11000010 | 11100 | 10101010 | 0 | 1010110 | 1100 | 11000 | 100110101 | 1001011 | 101100 |
Color Harmonies of #C21CAA
Complementary color
Monochromatic Colors of #C21CAA
Black with #C21CAA
Text Example
Text Example
White with #C21CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CAA; }
p { color: rgb(194,28,170); }
H1.HeaderClassName
{
color: #C21CAA;
}
.AnyTagClassName
{
color: #C21CAA;
}
</style>
background-color css
<style>
a { background-color: #C21CAA; }
a { background-color: rgb(194,28,170); }
div.DivClassName
{
background-color: #C21CAA;
}
.BgClassName
{
background-color: #C21CAA;
}
</style>
border-color css
<style>
span { border-color: #C21CAA; }
span { border-color: rgb(194,28,170); }
td.TdClassName
{
border-color: #C21CAA;
}
.TagClassName
{
border-color: #C21CAA;
}
</style>