Shades of Medium Violet Red #C924A3
Tints of Medium Violet Red #C924A3
RGB
CMYK
RGB Variations
Color information
#C924A3 (or 0xC924A3) is known color: Medium Violet Red. HEX triplet: C9, 24 and A3. RGB value is (201,36,163). Sum of RGB (Red+Green+Blue) = 201+36+163=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C924A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C924A3 is #36DB5C. Grayscale: #636363. Windows color (decimal): -3595101 or 10691785. OLE color: 10691785.
HSL color Cylindrical-coordinate representation of color #C924A3: hue angle of 313.82º 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 #C924A3 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 163 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.21 |
| HSL | 313.82º | 0.7% | 0.46% | - |
| HSV(B) | 313.82º | 0.82% | 0.79% | - |
| XYZ | 31.33 | 16.32 | 36.15 | - |
| YUV | 99.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 163 | 0 | 0.82 | 0.19 | 0.21 | 313.82 | 0.7 | 0.46 |
| Hex | C9 | 24 | A3 | 0 | 52 | 13 | 15 | 13A | 46 | 2E |
| Octal | 311 | 44 | 243 | 0 | 122 | 23 | 25 | 472 | 106 | 56 |
| Binary | 11001001 | 100100 | 10100011 | 0 | 1010010 | 10011 | 10101 | 100111010 | 1000110 | 101110 |
Color Harmonies of #C924A3
Complementary color
Monochromatic Colors of #C924A3
Black with #C924A3
Text Example
Text Example
White with #C924A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C924A3; }
p { color: rgb(201,36,163); }
H1.HeaderClassName
{
color: #C924A3;
}
.AnyTagClassName
{
color: #C924A3;
}
</style>
background-color css
<style>
a { background-color: #C924A3; }
a { background-color: rgb(201,36,163); }
div.DivClassName
{
background-color: #C924A3;
}
.BgClassName
{
background-color: #C924A3;
}
</style>
border-color css
<style>
span { border-color: #C924A3; }
span { border-color: rgb(201,36,163); }
td.TdClassName
{
border-color: #C924A3;
}
.TagClassName
{
border-color: #C924A3;
}
</style>