Shades of Medium Violet Red #C125AE
Tints of Medium Violet Red #C125AE
RGB
CMYK
RGB Variations
Color information
#C125AE (or 0xC125AE) is known color: Medium Violet Red. HEX triplet: C1, 25 and AE. RGB value is (193,37,174). Sum of RGB (Red+Green+Blue) = 193+37+174=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C125AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C125AE is #3EDA51. Grayscale: #626262. Windows color (decimal): -4119122 or 11412929. OLE color: 11412929.
HSL color Cylindrical-coordinate representation of color #C125AE: hue angle of 307.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C125AE is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 174 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.24 |
| HSL | 307.31º | 0.68% | 0.45% | - |
| HSV(B) | 307.31º | 0.81% | 0.76% | - |
| XYZ | 30.29 | 15.72 | 41.48 | - |
| YUV | 99.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 174 | 0 | 0.81 | 0.10 | 0.24 | 307.31 | 0.68 | 0.45 |
| Hex | C1 | 25 | AE | 0 | 51 | A | 18 | 133 | 44 | 2D |
| Octal | 301 | 45 | 256 | 0 | 121 | 12 | 30 | 463 | 104 | 55 |
| Binary | 11000001 | 100101 | 10101110 | 0 | 1010001 | 1010 | 11000 | 100110011 | 1000100 | 101101 |
Color Harmonies of #C125AE
Complementary color
Monochromatic Colors of #C125AE
Black with #C125AE
Text Example
Text Example
White with #C125AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C125AE; }
p { color: rgb(193,37,174); }
H1.HeaderClassName
{
color: #C125AE;
}
.AnyTagClassName
{
color: #C125AE;
}
</style>
background-color css
<style>
a { background-color: #C125AE; }
a { background-color: rgb(193,37,174); }
div.DivClassName
{
background-color: #C125AE;
}
.BgClassName
{
background-color: #C125AE;
}
</style>
border-color css
<style>
span { border-color: #C125AE; }
span { border-color: rgb(193,37,174); }
td.TdClassName
{
border-color: #C125AE;
}
.TagClassName
{
border-color: #C125AE;
}
</style>