Shades of Medium Violet Red #C223AE
Tints of Medium Violet Red #C223AE
RGB
CMYK
RGB Variations
Color information
#C223AE (or 0xC223AE) is known color: Medium Violet Red. HEX triplet: C2, 23 and AE. RGB value is (194,35,174). Sum of RGB (Red+Green+Blue) = 194+35+174=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C223AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C223AE is #3DDC51. Grayscale: #616161. Windows color (decimal): -4054098 or 11412418. OLE color: 11412418.
HSL color Cylindrical-coordinate representation of color #C223AE: hue angle of 307.55º 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 #C223AE is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 174 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.24 |
| HSL | 307.55º | 0.69% | 0.45% | - |
| HSV(B) | 307.55º | 0.82% | 0.76% | - |
| XYZ | 30.49 | 15.73 | 41.47 | - |
| YUV | 98.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 174 | 0 | 0.82 | 0.10 | 0.24 | 307.55 | 0.69 | 0.45 |
| Hex | C2 | 23 | AE | 0 | 52 | A | 18 | 134 | 45 | 2D |
| Octal | 302 | 43 | 256 | 0 | 122 | 12 | 30 | 464 | 105 | 55 |
| Binary | 11000010 | 100011 | 10101110 | 0 | 1010010 | 1010 | 11000 | 100110100 | 1000101 | 101101 |
Color Harmonies of #C223AE
Complementary color
Monochromatic Colors of #C223AE
Black with #C223AE
Text Example
Text Example
White with #C223AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223AE; }
p { color: rgb(194,35,174); }
H1.HeaderClassName
{
color: #C223AE;
}
.AnyTagClassName
{
color: #C223AE;
}
</style>
background-color css
<style>
a { background-color: #C223AE; }
a { background-color: rgb(194,35,174); }
div.DivClassName
{
background-color: #C223AE;
}
.BgClassName
{
background-color: #C223AE;
}
</style>
border-color css
<style>
span { border-color: #C223AE; }
span { border-color: rgb(194,35,174); }
td.TdClassName
{
border-color: #C223AE;
}
.TagClassName
{
border-color: #C223AE;
}
</style>