Shades of Medium Violet Red #C224AB
Tints of Medium Violet Red #C224AB
RGB
CMYK
RGB Variations
Color information
#C224AB (or 0xC224AB) is known color: Medium Violet Red. HEX triplet: C2, 24 and AB. RGB value is (194,36,171). Sum of RGB (Red+Green+Blue) = 194+36+171=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C224AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C224AB is #3DDB54. Grayscale: #626262. Windows color (decimal): -4053845 or 11216066. OLE color: 11216066.
HSL color Cylindrical-coordinate representation of color #C224AB: hue angle of 308.73º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C224AB is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 171 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.24 |
| HSL | 308.73º | 0.69% | 0.45% | - |
| HSV(B) | 308.73º | 0.81% | 0.76% | - |
| XYZ | 30.23 | 15.67 | 39.96 | - |
| YUV | 98.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 171 | 0 | 0.81 | 0.12 | 0.24 | 308.73 | 0.69 | 0.45 |
| Hex | C2 | 24 | AB | 0 | 51 | C | 18 | 135 | 45 | 2D |
| Octal | 302 | 44 | 253 | 0 | 121 | 14 | 30 | 465 | 105 | 55 |
| Binary | 11000010 | 100100 | 10101011 | 0 | 1010001 | 1100 | 11000 | 100110101 | 1000101 | 101101 |
Color Harmonies of #C224AB
Complementary color
Monochromatic Colors of #C224AB
Black with #C224AB
Text Example
Text Example
White with #C224AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224AB; }
p { color: rgb(194,36,171); }
H1.HeaderClassName
{
color: #C224AB;
}
.AnyTagClassName
{
color: #C224AB;
}
</style>
background-color css
<style>
a { background-color: #C224AB; }
a { background-color: rgb(194,36,171); }
div.DivClassName
{
background-color: #C224AB;
}
.BgClassName
{
background-color: #C224AB;
}
</style>
border-color css
<style>
span { border-color: #C224AB; }
span { border-color: rgb(194,36,171); }
td.TdClassName
{
border-color: #C224AB;
}
.TagClassName
{
border-color: #C224AB;
}
</style>