Shades of Medium Violet Red #C423A7
Tints of Medium Violet Red #C423A7
RGB
CMYK
RGB Variations
Color information
#C423A7 (or 0xC423A7) is known color: Medium Violet Red. HEX triplet: C4, 23 and A7. RGB value is (196,35,167). Sum of RGB (Red+Green+Blue) = 196+35+167=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C423A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C423A7 is #3BDC58. Grayscale: #616161. Windows color (decimal): -3923033 or 10953668. OLE color: 10953668.
HSL color Cylindrical-coordinate representation of color #C423A7: hue angle of 310.81º 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 #C423A7 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 167 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.23 |
| HSL | 310.81º | 0.7% | 0.45% | - |
| HSV(B) | 310.81º | 0.82% | 0.77% | - |
| XYZ | 30.34 | 15.73 | 38 | - |
| YUV | 98.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 167 | 0 | 0.82 | 0.15 | 0.23 | 310.81 | 0.7 | 0.45 |
| Hex | C4 | 23 | A7 | 0 | 52 | F | 17 | 137 | 46 | 2D |
| Octal | 304 | 43 | 247 | 0 | 122 | 17 | 27 | 467 | 106 | 55 |
| Binary | 11000100 | 100011 | 10100111 | 0 | 1010010 | 1111 | 10111 | 100110111 | 1000110 | 101101 |
Color Harmonies of #C423A7
Complementary color
Monochromatic Colors of #C423A7
Black with #C423A7
Text Example
Text Example
White with #C423A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423A7; }
p { color: rgb(196,35,167); }
H1.HeaderClassName
{
color: #C423A7;
}
.AnyTagClassName
{
color: #C423A7;
}
</style>
background-color css
<style>
a { background-color: #C423A7; }
a { background-color: rgb(196,35,167); }
div.DivClassName
{
background-color: #C423A7;
}
.BgClassName
{
background-color: #C423A7;
}
</style>
border-color css
<style>
span { border-color: #C423A7; }
span { border-color: rgb(196,35,167); }
td.TdClassName
{
border-color: #C423A7;
}
.TagClassName
{
border-color: #C423A7;
}
</style>