Shades of Medium Violet Red #C925A0
Tints of Medium Violet Red #C925A0
RGB
CMYK
RGB Variations
Color information
#C925A0 (or 0xC925A0) is known color: Medium Violet Red. HEX triplet: C9, 25 and A0. RGB value is (201,37,160). Sum of RGB (Red+Green+Blue) = 201+37+160=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C925A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C925A0 is #36DA5F. Grayscale: #636363. Windows color (decimal): -3594848 or 10495433. OLE color: 10495433.
HSL color Cylindrical-coordinate representation of color #C925A0: hue angle of 315º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C925A0 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 160 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.21 |
| HSL | 315º | 0.69% | 0.47% | - |
| HSV(B) | 315º | 0.82% | 0.79% | - |
| XYZ | 31.09 | 16.28 | 34.76 | - |
| YUV | 100.06 | 161.83 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 160 | 0 | 0.82 | 0.20 | 0.21 | 315 | 0.69 | 0.47 |
| Hex | C9 | 25 | A0 | 0 | 52 | 14 | 15 | 13B | 45 | 2F |
| Octal | 311 | 45 | 240 | 0 | 122 | 24 | 25 | 473 | 105 | 57 |
| Binary | 11001001 | 100101 | 10100000 | 0 | 1010010 | 10100 | 10101 | 100111011 | 1000101 | 101111 |
Color Harmonies of #C925A0
Complementary color
Monochromatic Colors of #C925A0
Black with #C925A0
Text Example
Text Example
White with #C925A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925A0; }
p { color: rgb(201,37,160); }
H1.HeaderClassName
{
color: #C925A0;
}
.AnyTagClassName
{
color: #C925A0;
}
</style>
background-color css
<style>
a { background-color: #C925A0; }
a { background-color: rgb(201,37,160); }
div.DivClassName
{
background-color: #C925A0;
}
.BgClassName
{
background-color: #C925A0;
}
</style>
border-color css
<style>
span { border-color: #C925A0; }
span { border-color: rgb(201,37,160); }
td.TdClassName
{
border-color: #C925A0;
}
.TagClassName
{
border-color: #C925A0;
}
</style>