Shades of Medium Violet Red #C417A6
Tints of Medium Violet Red #C417A6
RGB
CMYK
RGB Variations
Color information
#C417A6 (or 0xC417A6) is known color: Medium Violet Red. HEX triplet: C4, 17 and A6. RGB value is (196,23,166). Sum of RGB (Red+Green+Blue) = 196+23+166=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C417A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C417A6 is #3BE859. Grayscale: #5A5A5A. Windows color (decimal): -3926106 or 10885060. OLE color: 10885060.
HSL color Cylindrical-coordinate representation of color #C417A6: hue angle of 310.4º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C417A6 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 166 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.23 |
| HSL | 310.4º | 0.79% | 0.43% | - |
| HSV(B) | 310.4º | 0.88% | 0.77% | - |
| XYZ | 29.95 | 15.1 | 37.41 | - |
| YUV | 91.03 | 170.31 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 166 | 0 | 0.88 | 0.15 | 0.23 | 310.4 | 0.79 | 0.43 |
| Hex | C4 | 17 | A6 | 0 | 58 | F | 17 | 136 | 4F | 2B |
| Octal | 304 | 27 | 246 | 0 | 130 | 17 | 27 | 466 | 117 | 53 |
| Binary | 11000100 | 10111 | 10100110 | 0 | 1011000 | 1111 | 10111 | 100110110 | 1001111 | 101011 |
Color Harmonies of #C417A6
Complementary color
Monochromatic Colors of #C417A6
Black with #C417A6
Text Example
Text Example
White with #C417A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417A6; }
p { color: rgb(196,23,166); }
H1.HeaderClassName
{
color: #C417A6;
}
.AnyTagClassName
{
color: #C417A6;
}
</style>
background-color css
<style>
a { background-color: #C417A6; }
a { background-color: rgb(196,23,166); }
div.DivClassName
{
background-color: #C417A6;
}
.BgClassName
{
background-color: #C417A6;
}
</style>
border-color css
<style>
span { border-color: #C417A6; }
span { border-color: rgb(196,23,166); }
td.TdClassName
{
border-color: #C417A6;
}
.TagClassName
{
border-color: #C417A6;
}
</style>