Shades of Medium Violet Red #C123A9
Tints of Medium Violet Red #C123A9
RGB
CMYK
RGB Variations
Color information
#C123A9 (or 0xC123A9) is known color: Medium Violet Red. HEX triplet: C1, 23 and A9. RGB value is (193,35,169). Sum of RGB (Red+Green+Blue) = 193+35+169=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C123A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C123A9 is #3EDC56. Grayscale: #616161. Windows color (decimal): -4119639 or 11084737. OLE color: 11084737.
HSL color Cylindrical-coordinate representation of color #C123A9: hue angle of 309.11º 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 #C123A9 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 169 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.24 |
| HSL | 309.11º | 0.69% | 0.45% | - |
| HSV(B) | 309.11º | 0.82% | 0.76% | - |
| XYZ | 29.75 | 15.4 | 38.94 | - |
| YUV | 97.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 169 | 0 | 0.82 | 0.12 | 0.24 | 309.11 | 0.69 | 0.45 |
| Hex | C1 | 23 | A9 | 0 | 52 | C | 18 | 135 | 45 | 2D |
| Octal | 301 | 43 | 251 | 0 | 122 | 14 | 30 | 465 | 105 | 55 |
| Binary | 11000001 | 100011 | 10101001 | 0 | 1010010 | 1100 | 11000 | 100110101 | 1000101 | 101101 |
Color Harmonies of #C123A9
Complementary color
Monochromatic Colors of #C123A9
Black with #C123A9
Text Example
Text Example
White with #C123A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123A9; }
p { color: rgb(193,35,169); }
H1.HeaderClassName
{
color: #C123A9;
}
.AnyTagClassName
{
color: #C123A9;
}
</style>
background-color css
<style>
a { background-color: #C123A9; }
a { background-color: rgb(193,35,169); }
div.DivClassName
{
background-color: #C123A9;
}
.BgClassName
{
background-color: #C123A9;
}
</style>
border-color css
<style>
span { border-color: #C123A9; }
span { border-color: rgb(193,35,169); }
td.TdClassName
{
border-color: #C123A9;
}
.TagClassName
{
border-color: #C123A9;
}
</style>