Shades of Medium Violet Red #C123AA
Tints of Medium Violet Red #C123AA
RGB
CMYK
RGB Variations
Color information
#C123AA (or 0xC123AA) is known color: Medium Violet Red. HEX triplet: C1, 23 and AA. RGB value is (193,35,170). Sum of RGB (Red+Green+Blue) = 193+35+170=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C123AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C123AA is #3EDC55. Grayscale: #616161. Windows color (decimal): -4119638 or 11150273. OLE color: 11150273.
HSL color Cylindrical-coordinate representation of color #C123AA: 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.82%. Process color model (Four color, CMYK) of #C123AA is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 170 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.24 |
| HSL | 308.73º | 0.69% | 0.45% | - |
| HSV(B) | 308.73º | 0.82% | 0.76% | - |
| XYZ | 29.85 | 15.44 | 39.44 | - |
| YUV | 97.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 170 | 0 | 0.82 | 0.12 | 0.24 | 308.73 | 0.69 | 0.45 |
| Hex | C1 | 23 | AA | 0 | 52 | C | 18 | 135 | 45 | 2D |
| Octal | 301 | 43 | 252 | 0 | 122 | 14 | 30 | 465 | 105 | 55 |
| Binary | 11000001 | 100011 | 10101010 | 0 | 1010010 | 1100 | 11000 | 100110101 | 1000101 | 101101 |
Color Harmonies of #C123AA
Complementary color
Monochromatic Colors of #C123AA
Black with #C123AA
Text Example
Text Example
White with #C123AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123AA; }
p { color: rgb(193,35,170); }
H1.HeaderClassName
{
color: #C123AA;
}
.AnyTagClassName
{
color: #C123AA;
}
</style>
background-color css
<style>
a { background-color: #C123AA; }
a { background-color: rgb(193,35,170); }
div.DivClassName
{
background-color: #C123AA;
}
.BgClassName
{
background-color: #C123AA;
}
</style>
border-color css
<style>
span { border-color: #C123AA; }
span { border-color: rgb(193,35,170); }
td.TdClassName
{
border-color: #C123AA;
}
.TagClassName
{
border-color: #C123AA;
}
</style>