Shades of Medium Violet Red #C625AB
Tints of Medium Violet Red #C625AB
RGB
CMYK
RGB Variations
Color information
#C625AB (or 0xC625AB) is known color: Medium Violet Red. HEX triplet: C6, 25 and AB. RGB value is (198,37,171). Sum of RGB (Red+Green+Blue) = 198+37+171=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C625AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C625AB is #39DA54. Grayscale: #646464. Windows color (decimal): -3791445 or 11216326. OLE color: 11216326.
HSL color Cylindrical-coordinate representation of color #C625AB: hue angle of 310.06º 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 #C625AB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 171 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.22 |
| HSL | 310.06º | 0.69% | 0.46% | - |
| HSV(B) | 310.06º | 0.81% | 0.78% | - |
| XYZ | 31.3 | 16.27 | 40.02 | - |
| YUV | 100.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 171 | 0 | 0.81 | 0.14 | 0.22 | 310.06 | 0.69 | 0.46 |
| Hex | C6 | 25 | AB | 0 | 51 | E | 16 | 136 | 45 | 2E |
| Octal | 306 | 45 | 253 | 0 | 121 | 16 | 26 | 466 | 105 | 56 |
| Binary | 11000110 | 100101 | 10101011 | 0 | 1010001 | 1110 | 10110 | 100110110 | 1000101 | 101110 |
Color Harmonies of #C625AB
Complementary color
Monochromatic Colors of #C625AB
Black with #C625AB
Text Example
Text Example
White with #C625AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625AB; }
p { color: rgb(198,37,171); }
H1.HeaderClassName
{
color: #C625AB;
}
.AnyTagClassName
{
color: #C625AB;
}
</style>
background-color css
<style>
a { background-color: #C625AB; }
a { background-color: rgb(198,37,171); }
div.DivClassName
{
background-color: #C625AB;
}
.BgClassName
{
background-color: #C625AB;
}
</style>
border-color css
<style>
span { border-color: #C625AB; }
span { border-color: rgb(198,37,171); }
td.TdClassName
{
border-color: #C625AB;
}
.TagClassName
{
border-color: #C625AB;
}
</style>