Shades of Medium Violet Red #C925A8
Tints of Medium Violet Red #C925A8
RGB
CMYK
RGB Variations
Color information
#C925A8 (or 0xC925A8) is known color: Medium Violet Red. HEX triplet: C9, 25 and A8. RGB value is (201,37,168). Sum of RGB (Red+Green+Blue) = 201+37+168=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C925A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C925A8 is #36DA57. Grayscale: #646464. Windows color (decimal): -3594840 or 11019721. OLE color: 11019721.
HSL color Cylindrical-coordinate representation of color #C925A8: hue angle of 312.07º 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 #C925A8 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 168 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.21 |
| HSL | 312.07º | 0.69% | 0.47% | - |
| HSV(B) | 312.07º | 0.82% | 0.79% | - |
| XYZ | 31.82 | 16.57 | 38.57 | - |
| YUV | 100.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 168 | 0 | 0.82 | 0.16 | 0.21 | 312.07 | 0.69 | 0.47 |
| Hex | C9 | 25 | A8 | 0 | 52 | 10 | 15 | 138 | 45 | 2F |
| Octal | 311 | 45 | 250 | 0 | 122 | 20 | 25 | 470 | 105 | 57 |
| Binary | 11001001 | 100101 | 10101000 | 0 | 1010010 | 10000 | 10101 | 100111000 | 1000101 | 101111 |
Color Harmonies of #C925A8
Complementary color
Monochromatic Colors of #C925A8
Black with #C925A8
Text Example
Text Example
White with #C925A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925A8; }
p { color: rgb(201,37,168); }
H1.HeaderClassName
{
color: #C925A8;
}
.AnyTagClassName
{
color: #C925A8;
}
</style>
background-color css
<style>
a { background-color: #C925A8; }
a { background-color: rgb(201,37,168); }
div.DivClassName
{
background-color: #C925A8;
}
.BgClassName
{
background-color: #C925A8;
}
</style>
border-color css
<style>
span { border-color: #C925A8; }
span { border-color: rgb(201,37,168); }
td.TdClassName
{
border-color: #C925A8;
}
.TagClassName
{
border-color: #C925A8;
}
</style>