Shades of Medium Violet Red #C223A0
Tints of Medium Violet Red #C223A0
RGB
CMYK
RGB Variations
Color information
#C223A0 (or 0xC223A0) is known color: Medium Violet Red. HEX triplet: C2, 23 and A0. RGB value is (194,35,160). Sum of RGB (Red+Green+Blue) = 194+35+160=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C223A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C223A0 is #3DDC5F. Grayscale: #606060. Windows color (decimal): -4054112 or 10494914. OLE color: 10494914.
HSL color Cylindrical-coordinate representation of color #C223A0: hue angle of 312.83º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C223A0 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 160 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.24 |
| HSL | 312.83º | 0.69% | 0.45% | - |
| HSV(B) | 312.83º | 0.82% | 0.76% | - |
| XYZ | 29.19 | 15.21 | 34.65 | - |
| YUV | 96.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 160 | 0 | 0.82 | 0.18 | 0.24 | 312.83 | 0.69 | 0.45 |
| Hex | C2 | 23 | A0 | 0 | 52 | 12 | 18 | 139 | 45 | 2D |
| Octal | 302 | 43 | 240 | 0 | 122 | 22 | 30 | 471 | 105 | 55 |
| Binary | 11000010 | 100011 | 10100000 | 0 | 1010010 | 10010 | 11000 | 100111001 | 1000101 | 101101 |
Color Harmonies of #C223A0
Complementary color
Monochromatic Colors of #C223A0
Black with #C223A0
Text Example
Text Example
White with #C223A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223A0; }
p { color: rgb(194,35,160); }
H1.HeaderClassName
{
color: #C223A0;
}
.AnyTagClassName
{
color: #C223A0;
}
</style>
background-color css
<style>
a { background-color: #C223A0; }
a { background-color: rgb(194,35,160); }
div.DivClassName
{
background-color: #C223A0;
}
.BgClassName
{
background-color: #C223A0;
}
</style>
border-color css
<style>
span { border-color: #C223A0; }
span { border-color: rgb(194,35,160); }
td.TdClassName
{
border-color: #C223A0;
}
.TagClassName
{
border-color: #C223A0;
}
</style>