Shades of Medium Violet Red #C425AC
Tints of Medium Violet Red #C425AC
RGB
CMYK
RGB Variations
Color information
#C425AC (or 0xC425AC) is known color: Medium Violet Red. HEX triplet: C4, 25 and AC. RGB value is (196,37,172). Sum of RGB (Red+Green+Blue) = 196+37+172=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C425AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C425AC is #3BDA53. Grayscale: #636363. Windows color (decimal): -3922516 or 11281860. OLE color: 11281860.
HSL color Cylindrical-coordinate representation of color #C425AC: hue angle of 309.06º 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 #C425AC is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 172 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.23 |
| HSL | 309.06º | 0.68% | 0.46% | - |
| HSV(B) | 309.06º | 0.81% | 0.77% | - |
| XYZ | 30.87 | 16.04 | 40.5 | - |
| YUV | 99.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 172 | 0 | 0.81 | 0.12 | 0.23 | 309.06 | 0.68 | 0.46 |
| Hex | C4 | 25 | AC | 0 | 51 | C | 17 | 135 | 44 | 2E |
| Octal | 304 | 45 | 254 | 0 | 121 | 14 | 27 | 465 | 104 | 56 |
| Binary | 11000100 | 100101 | 10101100 | 0 | 1010001 | 1100 | 10111 | 100110101 | 1000100 | 101110 |
Color Harmonies of #C425AC
Complementary color
Monochromatic Colors of #C425AC
Black with #C425AC
Text Example
Text Example
White with #C425AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425AC; }
p { color: rgb(196,37,172); }
H1.HeaderClassName
{
color: #C425AC;
}
.AnyTagClassName
{
color: #C425AC;
}
</style>
background-color css
<style>
a { background-color: #C425AC; }
a { background-color: rgb(196,37,172); }
div.DivClassName
{
background-color: #C425AC;
}
.BgClassName
{
background-color: #C425AC;
}
</style>
border-color css
<style>
span { border-color: #C425AC; }
span { border-color: rgb(196,37,172); }
td.TdClassName
{
border-color: #C425AC;
}
.TagClassName
{
border-color: #C425AC;
}
</style>