Shades of Medium Violet Red #C123A3
Tints of Medium Violet Red #C123A3
RGB
CMYK
RGB Variations
Color information
#C123A3 (or 0xC123A3) is known color: Medium Violet Red. HEX triplet: C1, 23 and A3. RGB value is (193,35,163). Sum of RGB (Red+Green+Blue) = 193+35+163=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C123A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C123A3 is #3EDC5C. Grayscale: #606060. Windows color (decimal): -4119645 or 10691521. OLE color: 10691521.
HSL color Cylindrical-coordinate representation of color #C123A3: hue angle of 311.39º 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 #C123A3 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 163 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.24 |
| HSL | 311.39º | 0.69% | 0.45% | - |
| HSV(B) | 311.39º | 0.82% | 0.76% | - |
| XYZ | 29.2 | 15.18 | 36.04 | - |
| YUV | 96.83 | 165.35 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 163 | 0 | 0.82 | 0.16 | 0.24 | 311.39 | 0.69 | 0.45 |
| Hex | C1 | 23 | A3 | 0 | 52 | 10 | 18 | 137 | 45 | 2D |
| Octal | 301 | 43 | 243 | 0 | 122 | 20 | 30 | 467 | 105 | 55 |
| Binary | 11000001 | 100011 | 10100011 | 0 | 1010010 | 10000 | 11000 | 100110111 | 1000101 | 101101 |
Color Harmonies of #C123A3
Complementary color
Monochromatic Colors of #C123A3
Black with #C123A3
Text Example
Text Example
White with #C123A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123A3; }
p { color: rgb(193,35,163); }
H1.HeaderClassName
{
color: #C123A3;
}
.AnyTagClassName
{
color: #C123A3;
}
</style>
background-color css
<style>
a { background-color: #C123A3; }
a { background-color: rgb(193,35,163); }
div.DivClassName
{
background-color: #C123A3;
}
.BgClassName
{
background-color: #C123A3;
}
</style>
border-color css
<style>
span { border-color: #C123A3; }
span { border-color: rgb(193,35,163); }
td.TdClassName
{
border-color: #C123A3;
}
.TagClassName
{
border-color: #C123A3;
}
</style>