Shades of Medium Violet Red #C625A6
Tints of Medium Violet Red #C625A6
RGB
CMYK
RGB Variations
Color information
#C625A6 (or 0xC625A6) is known color: Medium Violet Red. HEX triplet: C6, 25 and A6. RGB value is (198,37,166). Sum of RGB (Red+Green+Blue) = 198+37+166=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C625A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C625A6 is #39DA59. Grayscale: #636363. Windows color (decimal): -3791450 or 10888646. OLE color: 10888646.
HSL color Cylindrical-coordinate representation of color #C625A6: hue angle of 311.93º 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 #C625A6 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 166 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.22 |
| HSL | 311.93º | 0.69% | 0.46% | - |
| HSV(B) | 311.93º | 0.81% | 0.78% | - |
| XYZ | 30.83 | 16.08 | 37.56 | - |
| YUV | 99.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 166 | 0 | 0.81 | 0.16 | 0.22 | 311.93 | 0.69 | 0.46 |
| Hex | C6 | 25 | A6 | 0 | 51 | 10 | 16 | 138 | 45 | 2E |
| Octal | 306 | 45 | 246 | 0 | 121 | 20 | 26 | 470 | 105 | 56 |
| Binary | 11000110 | 100101 | 10100110 | 0 | 1010001 | 10000 | 10110 | 100111000 | 1000101 | 101110 |
Color Harmonies of #C625A6
Complementary color
Monochromatic Colors of #C625A6
Black with #C625A6
Text Example
Text Example
White with #C625A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625A6; }
p { color: rgb(198,37,166); }
H1.HeaderClassName
{
color: #C625A6;
}
.AnyTagClassName
{
color: #C625A6;
}
</style>
background-color css
<style>
a { background-color: #C625A6; }
a { background-color: rgb(198,37,166); }
div.DivClassName
{
background-color: #C625A6;
}
.BgClassName
{
background-color: #C625A6;
}
</style>
border-color css
<style>
span { border-color: #C625A6; }
span { border-color: rgb(198,37,166); }
td.TdClassName
{
border-color: #C625A6;
}
.TagClassName
{
border-color: #C625A6;
}
</style>