Shades of Medium Violet Red #C925A3
Tints of Medium Violet Red #C925A3
RGB
CMYK
RGB Variations
Color information
#C925A3 (or 0xC925A3) is known color: Medium Violet Red. HEX triplet: C9, 25 and A3. RGB value is (201,37,163). Sum of RGB (Red+Green+Blue) = 201+37+163=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C925A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C925A3 is #36DA5C. Grayscale: #646464. Windows color (decimal): -3594845 or 10692041. OLE color: 10692041.
HSL color Cylindrical-coordinate representation of color #C925A3: hue angle of 313.9º 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 #C925A3 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 163 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.21 |
| HSL | 313.9º | 0.69% | 0.47% | - |
| HSV(B) | 313.9º | 0.82% | 0.79% | - |
| XYZ | 31.36 | 16.38 | 36.16 | - |
| YUV | 100.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 163 | 0 | 0.82 | 0.19 | 0.21 | 313.9 | 0.69 | 0.47 |
| Hex | C9 | 25 | A3 | 0 | 52 | 13 | 15 | 13A | 45 | 2F |
| Octal | 311 | 45 | 243 | 0 | 122 | 23 | 25 | 472 | 105 | 57 |
| Binary | 11001001 | 100101 | 10100011 | 0 | 1010010 | 10011 | 10101 | 100111010 | 1000101 | 101111 |
Color Harmonies of #C925A3
Complementary color
Monochromatic Colors of #C925A3
Black with #C925A3
Text Example
Text Example
White with #C925A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925A3; }
p { color: rgb(201,37,163); }
H1.HeaderClassName
{
color: #C925A3;
}
.AnyTagClassName
{
color: #C925A3;
}
</style>
background-color css
<style>
a { background-color: #C925A3; }
a { background-color: rgb(201,37,163); }
div.DivClassName
{
background-color: #C925A3;
}
.BgClassName
{
background-color: #C925A3;
}
</style>
border-color css
<style>
span { border-color: #C925A3; }
span { border-color: rgb(201,37,163); }
td.TdClassName
{
border-color: #C925A3;
}
.TagClassName
{
border-color: #C925A3;
}
</style>