Shades of Medium Violet Red #C425AA
Tints of Medium Violet Red #C425AA
RGB
CMYK
RGB Variations
Color information
#C425AA (or 0xC425AA) is known color: Medium Violet Red. HEX triplet: C4, 25 and AA. RGB value is (196,37,170). Sum of RGB (Red+Green+Blue) = 196+37+170=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C425AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C425AA is #3BDA55. Grayscale: #636363. Windows color (decimal): -3922518 or 11150788. OLE color: 11150788.
HSL color Cylindrical-coordinate representation of color #C425AA: hue angle of 309.81º 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 #C425AA is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 170 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.23 |
| HSL | 309.81º | 0.68% | 0.46% | - |
| HSV(B) | 309.81º | 0.81% | 0.77% | - |
| XYZ | 30.68 | 15.96 | 39.49 | - |
| YUV | 99.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 170 | 0 | 0.81 | 0.13 | 0.23 | 309.81 | 0.68 | 0.46 |
| Hex | C4 | 25 | AA | 0 | 51 | D | 17 | 136 | 44 | 2E |
| Octal | 304 | 45 | 252 | 0 | 121 | 15 | 27 | 466 | 104 | 56 |
| Binary | 11000100 | 100101 | 10101010 | 0 | 1010001 | 1101 | 10111 | 100110110 | 1000100 | 101110 |
Color Harmonies of #C425AA
Complementary color
Monochromatic Colors of #C425AA
Black with #C425AA
Text Example
Text Example
White with #C425AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425AA; }
p { color: rgb(196,37,170); }
H1.HeaderClassName
{
color: #C425AA;
}
.AnyTagClassName
{
color: #C425AA;
}
</style>
background-color css
<style>
a { background-color: #C425AA; }
a { background-color: rgb(196,37,170); }
div.DivClassName
{
background-color: #C425AA;
}
.BgClassName
{
background-color: #C425AA;
}
</style>
border-color css
<style>
span { border-color: #C425AA; }
span { border-color: rgb(196,37,170); }
td.TdClassName
{
border-color: #C425AA;
}
.TagClassName
{
border-color: #C425AA;
}
</style>