Shades of Medium Violet Red #C423AD
Tints of Medium Violet Red #C423AD
RGB
CMYK
RGB Variations
Color information
#C423AD (or 0xC423AD) is known color: Medium Violet Red. HEX triplet: C4, 23 and AD. RGB value is (196,35,173). Sum of RGB (Red+Green+Blue) = 196+35+173=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C423AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C423AD is #3BDC52. Grayscale: #626262. Windows color (decimal): -3923027 or 11346884. OLE color: 11346884.
HSL color Cylindrical-coordinate representation of color #C423AD: hue angle of 308.57º 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 #C423AD is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 173 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.23 |
| HSL | 308.57º | 0.7% | 0.45% | - |
| HSV(B) | 308.57º | 0.82% | 0.77% | - |
| XYZ | 30.91 | 15.95 | 40.99 | - |
| YUV | 98.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 173 | 0 | 0.82 | 0.12 | 0.23 | 308.57 | 0.7 | 0.45 |
| Hex | C4 | 23 | AD | 0 | 52 | C | 17 | 135 | 46 | 2D |
| Octal | 304 | 43 | 255 | 0 | 122 | 14 | 27 | 465 | 106 | 55 |
| Binary | 11000100 | 100011 | 10101101 | 0 | 1010010 | 1100 | 10111 | 100110101 | 1000110 | 101101 |
Color Harmonies of #C423AD
Complementary color
Monochromatic Colors of #C423AD
Black with #C423AD
Text Example
Text Example
White with #C423AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423AD; }
p { color: rgb(196,35,173); }
H1.HeaderClassName
{
color: #C423AD;
}
.AnyTagClassName
{
color: #C423AD;
}
</style>
background-color css
<style>
a { background-color: #C423AD; }
a { background-color: rgb(196,35,173); }
div.DivClassName
{
background-color: #C423AD;
}
.BgClassName
{
background-color: #C423AD;
}
</style>
border-color css
<style>
span { border-color: #C423AD; }
span { border-color: rgb(196,35,173); }
td.TdClassName
{
border-color: #C423AD;
}
.TagClassName
{
border-color: #C423AD;
}
</style>