Shades of Medium Violet Red #C924A1
Tints of Medium Violet Red #C924A1
RGB
CMYK
RGB Variations
Color information
#C924A1 (or 0xC924A1) is known color: Medium Violet Red. HEX triplet: C9, 24 and A1. RGB value is (201,36,161). Sum of RGB (Red+Green+Blue) = 201+36+161=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C924A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C924A1 is #36DB5E. Grayscale: #636363. Windows color (decimal): -3595103 or 10560713. OLE color: 10560713.
HSL color Cylindrical-coordinate representation of color #C924A1: hue angle of 314.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C924A1 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 161 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.21 |
| HSL | 314.55º | 0.7% | 0.46% | - |
| HSV(B) | 314.55º | 0.82% | 0.79% | - |
| XYZ | 31.15 | 16.25 | 35.21 | - |
| YUV | 99.59 | 162.66 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 161 | 0 | 0.82 | 0.20 | 0.21 | 314.55 | 0.7 | 0.46 |
| Hex | C9 | 24 | A1 | 0 | 52 | 14 | 15 | 13B | 46 | 2E |
| Octal | 311 | 44 | 241 | 0 | 122 | 24 | 25 | 473 | 106 | 56 |
| Binary | 11001001 | 100100 | 10100001 | 0 | 1010010 | 10100 | 10101 | 100111011 | 1000110 | 101110 |
Color Harmonies of #C924A1
Complementary color
Monochromatic Colors of #C924A1
Black with #C924A1
Text Example
Text Example
White with #C924A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C924A1; }
p { color: rgb(201,36,161); }
H1.HeaderClassName
{
color: #C924A1;
}
.AnyTagClassName
{
color: #C924A1;
}
</style>
background-color css
<style>
a { background-color: #C924A1; }
a { background-color: rgb(201,36,161); }
div.DivClassName
{
background-color: #C924A1;
}
.BgClassName
{
background-color: #C924A1;
}
</style>
border-color css
<style>
span { border-color: #C924A1; }
span { border-color: rgb(201,36,161); }
td.TdClassName
{
border-color: #C924A1;
}
.TagClassName
{
border-color: #C924A1;
}
</style>