Shades of Medium Violet Red #C223A5
Tints of Medium Violet Red #C223A5
RGB
CMYK
RGB Variations
Color information
#C223A5 (or 0xC223A5) is known color: Medium Violet Red. HEX triplet: C2, 23 and A5. RGB value is (194,35,165). Sum of RGB (Red+Green+Blue) = 194+35+165=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C223A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C223A5 is #3DDC5A. Grayscale: #616161. Windows color (decimal): -4054107 or 10822594. OLE color: 10822594.
HSL color Cylindrical-coordinate representation of color #C223A5: hue angle of 310.94º 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 #C223A5 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 165 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.24 |
| HSL | 310.94º | 0.69% | 0.45% | - |
| HSV(B) | 310.94º | 0.82% | 0.76% | - |
| XYZ | 29.64 | 15.39 | 37.01 | - |
| YUV | 97.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 165 | 0 | 0.82 | 0.15 | 0.24 | 310.94 | 0.69 | 0.45 |
| Hex | C2 | 23 | A5 | 0 | 52 | F | 18 | 137 | 45 | 2D |
| Octal | 302 | 43 | 245 | 0 | 122 | 17 | 30 | 467 | 105 | 55 |
| Binary | 11000010 | 100011 | 10100101 | 0 | 1010010 | 1111 | 11000 | 100110111 | 1000101 | 101101 |
Color Harmonies of #C223A5
Complementary color
Monochromatic Colors of #C223A5
Black with #C223A5
Text Example
Text Example
White with #C223A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223A5; }
p { color: rgb(194,35,165); }
H1.HeaderClassName
{
color: #C223A5;
}
.AnyTagClassName
{
color: #C223A5;
}
</style>
background-color css
<style>
a { background-color: #C223A5; }
a { background-color: rgb(194,35,165); }
div.DivClassName
{
background-color: #C223A5;
}
.BgClassName
{
background-color: #C223A5;
}
</style>
border-color css
<style>
span { border-color: #C223A5; }
span { border-color: rgb(194,35,165); }
td.TdClassName
{
border-color: #C223A5;
}
.TagClassName
{
border-color: #C223A5;
}
</style>