Shades of Medium Violet Red #C425A6
Tints of Medium Violet Red #C425A6
RGB
CMYK
RGB Variations
Color information
#C425A6 (or 0xC425A6) is known color: Medium Violet Red. HEX triplet: C4, 25 and A6. RGB value is (196,37,166). Sum of RGB (Red+Green+Blue) = 196+37+166=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C425A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C425A6 is #3BDA59. Grayscale: #626262. Windows color (decimal): -3922522 or 10888644. OLE color: 10888644.
HSL color Cylindrical-coordinate representation of color #C425A6: hue angle of 311.32º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C425A6 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 166 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.23 |
| HSL | 311.32º | 0.68% | 0.46% | - |
| HSV(B) | 311.32º | 0.81% | 0.77% | - |
| XYZ | 30.31 | 15.81 | 37.53 | - |
| YUV | 99.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 166 | 0 | 0.81 | 0.15 | 0.23 | 311.32 | 0.68 | 0.46 |
| Hex | C4 | 25 | A6 | 0 | 51 | F | 17 | 137 | 44 | 2E |
| Octal | 304 | 45 | 246 | 0 | 121 | 17 | 27 | 467 | 104 | 56 |
| Binary | 11000100 | 100101 | 10100110 | 0 | 1010001 | 1111 | 10111 | 100110111 | 1000100 | 101110 |
Color Harmonies of #C425A6
Complementary color
Monochromatic Colors of #C425A6
Black with #C425A6
Text Example
Text Example
White with #C425A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425A6; }
p { color: rgb(196,37,166); }
H1.HeaderClassName
{
color: #C425A6;
}
.AnyTagClassName
{
color: #C425A6;
}
</style>
background-color css
<style>
a { background-color: #C425A6; }
a { background-color: rgb(196,37,166); }
div.DivClassName
{
background-color: #C425A6;
}
.BgClassName
{
background-color: #C425A6;
}
</style>
border-color css
<style>
span { border-color: #C425A6; }
span { border-color: rgb(196,37,166); }
td.TdClassName
{
border-color: #C425A6;
}
.TagClassName
{
border-color: #C425A6;
}
</style>