Shades of Medium Violet Red #C423AA
Tints of Medium Violet Red #C423AA
RGB
CMYK
RGB Variations
Color information
#C423AA (or 0xC423AA) is known color: Medium Violet Red. HEX triplet: C4, 23 and AA. RGB value is (196,35,170). Sum of RGB (Red+Green+Blue) = 196+35+170=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C423AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C423AA is #3BDC55. Grayscale: #626262. Windows color (decimal): -3923030 or 11150276. OLE color: 11150276.
HSL color Cylindrical-coordinate representation of color #C423AA: hue angle of 309.69º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C423AA is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 170 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.23 |
| HSL | 309.69º | 0.7% | 0.45% | - |
| HSV(B) | 309.69º | 0.82% | 0.77% | - |
| XYZ | 30.62 | 15.84 | 39.47 | - |
| YUV | 98.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 170 | 0 | 0.82 | 0.13 | 0.23 | 309.69 | 0.7 | 0.45 |
| Hex | C4 | 23 | AA | 0 | 52 | D | 17 | 136 | 46 | 2D |
| Octal | 304 | 43 | 252 | 0 | 122 | 15 | 27 | 466 | 106 | 55 |
| Binary | 11000100 | 100011 | 10101010 | 0 | 1010010 | 1101 | 10111 | 100110110 | 1000110 | 101101 |
Color Harmonies of #C423AA
Complementary color
Monochromatic Colors of #C423AA
Black with #C423AA
Text Example
Text Example
White with #C423AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423AA; }
p { color: rgb(196,35,170); }
H1.HeaderClassName
{
color: #C423AA;
}
.AnyTagClassName
{
color: #C423AA;
}
</style>
background-color css
<style>
a { background-color: #C423AA; }
a { background-color: rgb(196,35,170); }
div.DivClassName
{
background-color: #C423AA;
}
.BgClassName
{
background-color: #C423AA;
}
</style>
border-color css
<style>
span { border-color: #C423AA; }
span { border-color: rgb(196,35,170); }
td.TdClassName
{
border-color: #C423AA;
}
.TagClassName
{
border-color: #C423AA;
}
</style>