Shades of Medium Violet Red #C921A4
Tints of Medium Violet Red #C921A4
RGB
CMYK
RGB Variations
Color information
#C921A4 (or 0xC921A4) is known color: Medium Violet Red. HEX triplet: C9, 21 and A4. RGB value is (201,33,164). Sum of RGB (Red+Green+Blue) = 201+33+164=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C921A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C921A4 is #36DE5B. Grayscale: #616161. Windows color (decimal): -3595868 or 10756553. OLE color: 10756553.
HSL color Cylindrical-coordinate representation of color #C921A4: hue angle of 313.21º 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 #C921A4 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 164 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.21 |
| HSL | 313.21º | 0.72% | 0.46% | - |
| HSV(B) | 313.21º | 0.84% | 0.79% | - |
| XYZ | 31.33 | 16.19 | 36.59 | - |
| YUV | 98.17 | 165.16 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 164 | 0 | 0.84 | 0.18 | 0.21 | 313.21 | 0.72 | 0.46 |
| Hex | C9 | 21 | A4 | 0 | 54 | 12 | 15 | 139 | 48 | 2E |
| Octal | 311 | 41 | 244 | 0 | 124 | 22 | 25 | 471 | 110 | 56 |
| Binary | 11001001 | 100001 | 10100100 | 0 | 1010100 | 10010 | 10101 | 100111001 | 1001000 | 101110 |
Color Harmonies of #C921A4
Complementary color
Monochromatic Colors of #C921A4
Black with #C921A4
Text Example
Text Example
White with #C921A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921A4; }
p { color: rgb(201,33,164); }
H1.HeaderClassName
{
color: #C921A4;
}
.AnyTagClassName
{
color: #C921A4;
}
</style>
background-color css
<style>
a { background-color: #C921A4; }
a { background-color: rgb(201,33,164); }
div.DivClassName
{
background-color: #C921A4;
}
.BgClassName
{
background-color: #C921A4;
}
</style>
border-color css
<style>
span { border-color: #C921A4; }
span { border-color: rgb(201,33,164); }
td.TdClassName
{
border-color: #C921A4;
}
.TagClassName
{
border-color: #C921A4;
}
</style>