Shades of Medium Violet Red #C924AA
Tints of Medium Violet Red #C924AA
RGB
CMYK
RGB Variations
Color information
#C924AA (or 0xC924AA) is known color: Medium Violet Red. HEX triplet: C9, 24 and AA. RGB value is (201,36,170). Sum of RGB (Red+Green+Blue) = 201+36+170=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C924AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C924AA is #36DB55. Grayscale: #646464. Windows color (decimal): -3595094 or 11150537. OLE color: 11150537.
HSL color Cylindrical-coordinate representation of color #C924AA: hue angle of 311.27º 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 #C924AA is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 170 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.21 |
| HSL | 311.27º | 0.7% | 0.46% | - |
| HSV(B) | 311.27º | 0.82% | 0.79% | - |
| XYZ | 31.97 | 16.58 | 39.55 | - |
| YUV | 100.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 170 | 0 | 0.82 | 0.15 | 0.21 | 311.27 | 0.7 | 0.46 |
| Hex | C9 | 24 | AA | 0 | 52 | F | 15 | 137 | 46 | 2E |
| Octal | 311 | 44 | 252 | 0 | 122 | 17 | 25 | 467 | 106 | 56 |
| Binary | 11001001 | 100100 | 10101010 | 0 | 1010010 | 1111 | 10101 | 100110111 | 1000110 | 101110 |
Color Harmonies of #C924AA
Complementary color
Monochromatic Colors of #C924AA
Black with #C924AA
Text Example
Text Example
White with #C924AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C924AA; }
p { color: rgb(201,36,170); }
H1.HeaderClassName
{
color: #C924AA;
}
.AnyTagClassName
{
color: #C924AA;
}
</style>
background-color css
<style>
a { background-color: #C924AA; }
a { background-color: rgb(201,36,170); }
div.DivClassName
{
background-color: #C924AA;
}
.BgClassName
{
background-color: #C924AA;
}
</style>
border-color css
<style>
span { border-color: #C924AA; }
span { border-color: rgb(201,36,170); }
td.TdClassName
{
border-color: #C924AA;
}
.TagClassName
{
border-color: #C924AA;
}
</style>