Shades of Medium Violet Red #C625AC
Tints of Medium Violet Red #C625AC
RGB
CMYK
RGB Variations
Color information
#C625AC (or 0xC625AC) is known color: Medium Violet Red. HEX triplet: C6, 25 and AC. RGB value is (198,37,172). Sum of RGB (Red+Green+Blue) = 198+37+172=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C625AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C625AC is #39DA53. Grayscale: #646464. Windows color (decimal): -3791444 or 11281862. OLE color: 11281862.
HSL color Cylindrical-coordinate representation of color #C625AC: hue angle of 309.69º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C625AC is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 172 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.22 |
| HSL | 309.69º | 0.69% | 0.46% | - |
| HSV(B) | 309.69º | 0.81% | 0.78% | - |
| XYZ | 31.4 | 16.31 | 40.52 | - |
| YUV | 100.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 172 | 0 | 0.81 | 0.13 | 0.22 | 309.69 | 0.69 | 0.46 |
| Hex | C6 | 25 | AC | 0 | 51 | D | 16 | 136 | 45 | 2E |
| Octal | 306 | 45 | 254 | 0 | 121 | 15 | 26 | 466 | 105 | 56 |
| Binary | 11000110 | 100101 | 10101100 | 0 | 1010001 | 1101 | 10110 | 100110110 | 1000101 | 101110 |
Color Harmonies of #C625AC
Complementary color
Monochromatic Colors of #C625AC
Black with #C625AC
Text Example
Text Example
White with #C625AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625AC; }
p { color: rgb(198,37,172); }
H1.HeaderClassName
{
color: #C625AC;
}
.AnyTagClassName
{
color: #C625AC;
}
</style>
background-color css
<style>
a { background-color: #C625AC; }
a { background-color: rgb(198,37,172); }
div.DivClassName
{
background-color: #C625AC;
}
.BgClassName
{
background-color: #C625AC;
}
</style>
border-color css
<style>
span { border-color: #C625AC; }
span { border-color: rgb(198,37,172); }
td.TdClassName
{
border-color: #C625AC;
}
.TagClassName
{
border-color: #C625AC;
}
</style>