Shades of Medium Violet Red #C921A6
Tints of Medium Violet Red #C921A6
RGB
CMYK
RGB Variations
Color information
#C921A6 (or 0xC921A6) is known color: Medium Violet Red. HEX triplet: C9, 21 and A6. RGB value is (201,33,166). Sum of RGB (Red+Green+Blue) = 201+33+166=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C921A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C921A6 is #36DE59. Grayscale: #626262. Windows color (decimal): -3595866 or 10887625. OLE color: 10887625.
HSL color Cylindrical-coordinate representation of color #C921A6: hue angle of 312.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C921A6 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 166 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.21 |
| HSL | 312.5º | 0.72% | 0.46% | - |
| HSV(B) | 312.5º | 0.84% | 0.79% | - |
| XYZ | 31.51 | 16.26 | 37.55 | - |
| YUV | 98.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 166 | 0 | 0.84 | 0.17 | 0.21 | 312.5 | 0.72 | 0.46 |
| Hex | C9 | 21 | A6 | 0 | 54 | 11 | 15 | 138 | 48 | 2E |
| Octal | 311 | 41 | 246 | 0 | 124 | 21 | 25 | 470 | 110 | 56 |
| Binary | 11001001 | 100001 | 10100110 | 0 | 1010100 | 10001 | 10101 | 100111000 | 1001000 | 101110 |
Color Harmonies of #C921A6
Complementary color
Monochromatic Colors of #C921A6
Black with #C921A6
Text Example
Text Example
White with #C921A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921A6; }
p { color: rgb(201,33,166); }
H1.HeaderClassName
{
color: #C921A6;
}
.AnyTagClassName
{
color: #C921A6;
}
</style>
background-color css
<style>
a { background-color: #C921A6; }
a { background-color: rgb(201,33,166); }
div.DivClassName
{
background-color: #C921A6;
}
.BgClassName
{
background-color: #C921A6;
}
</style>
border-color css
<style>
span { border-color: #C921A6; }
span { border-color: rgb(201,33,166); }
td.TdClassName
{
border-color: #C921A6;
}
.TagClassName
{
border-color: #C921A6;
}
</style>