Shades of Medium Violet Red #C625A1
Tints of Medium Violet Red #C625A1
RGB
CMYK
RGB Variations
Color information
#C625A1 (or 0xC625A1) is known color: Medium Violet Red. HEX triplet: C6, 25 and A1. RGB value is (198,37,161). Sum of RGB (Red+Green+Blue) = 198+37+161=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C625A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C625A1 is #39DA5E. Grayscale: #626262. Windows color (decimal): -3791455 or 10560966. OLE color: 10560966.
HSL color Cylindrical-coordinate representation of color #C625A1: hue angle of 313.79º 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 #C625A1 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 161 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.22 |
| HSL | 313.79º | 0.69% | 0.46% | - |
| HSV(B) | 313.79º | 0.81% | 0.78% | - |
| XYZ | 30.38 | 15.9 | 35.19 | - |
| YUV | 99.28 | 162.84 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 161 | 0 | 0.81 | 0.19 | 0.22 | 313.79 | 0.69 | 0.46 |
| Hex | C6 | 25 | A1 | 0 | 51 | 13 | 16 | 13A | 45 | 2E |
| Octal | 306 | 45 | 241 | 0 | 121 | 23 | 26 | 472 | 105 | 56 |
| Binary | 11000110 | 100101 | 10100001 | 0 | 1010001 | 10011 | 10110 | 100111010 | 1000101 | 101110 |
Color Harmonies of #C625A1
Complementary color
Monochromatic Colors of #C625A1
Black with #C625A1
Text Example
Text Example
White with #C625A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625A1; }
p { color: rgb(198,37,161); }
H1.HeaderClassName
{
color: #C625A1;
}
.AnyTagClassName
{
color: #C625A1;
}
</style>
background-color css
<style>
a { background-color: #C625A1; }
a { background-color: rgb(198,37,161); }
div.DivClassName
{
background-color: #C625A1;
}
.BgClassName
{
background-color: #C625A1;
}
</style>
border-color css
<style>
span { border-color: #C625A1; }
span { border-color: rgb(198,37,161); }
td.TdClassName
{
border-color: #C625A1;
}
.TagClassName
{
border-color: #C625A1;
}
</style>