Shades of Medium Violet Red #C921A5
Tints of Medium Violet Red #C921A5
RGB
CMYK
RGB Variations
Color information
#C921A5 (or 0xC921A5) is known color: Medium Violet Red. HEX triplet: C9, 21 and A5. RGB value is (201,33,165). Sum of RGB (Red+Green+Blue) = 201+33+165=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C921A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C921A5 is #36DE5A. Grayscale: #616161. Windows color (decimal): -3595867 or 10822089. OLE color: 10822089.
HSL color Cylindrical-coordinate representation of color #C921A5: hue angle of 312.86º 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 #C921A5 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 165 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.21 |
| HSL | 312.86º | 0.72% | 0.46% | - |
| HSV(B) | 312.86º | 0.84% | 0.79% | - |
| XYZ | 31.42 | 16.22 | 37.07 | - |
| YUV | 98.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 165 | 0 | 0.84 | 0.18 | 0.21 | 312.86 | 0.72 | 0.46 |
| Hex | C9 | 21 | A5 | 0 | 54 | 12 | 15 | 139 | 48 | 2E |
| Octal | 311 | 41 | 245 | 0 | 124 | 22 | 25 | 471 | 110 | 56 |
| Binary | 11001001 | 100001 | 10100101 | 0 | 1010100 | 10010 | 10101 | 100111001 | 1001000 | 101110 |
Color Harmonies of #C921A5
Complementary color
Monochromatic Colors of #C921A5
Black with #C921A5
Text Example
Text Example
White with #C921A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921A5; }
p { color: rgb(201,33,165); }
H1.HeaderClassName
{
color: #C921A5;
}
.AnyTagClassName
{
color: #C921A5;
}
</style>
background-color css
<style>
a { background-color: #C921A5; }
a { background-color: rgb(201,33,165); }
div.DivClassName
{
background-color: #C921A5;
}
.BgClassName
{
background-color: #C921A5;
}
</style>
border-color css
<style>
span { border-color: #C921A5; }
span { border-color: rgb(201,33,165); }
td.TdClassName
{
border-color: #C921A5;
}
.TagClassName
{
border-color: #C921A5;
}
</style>