Shades of Medium Violet Red #C9217A
Tints of Medium Violet Red #C9217A
RGB
CMYK
RGB Variations
Color information
#C9217A (or 0xC9217A) is known color: Medium Violet Red. HEX triplet: C9, 21 and 7A. RGB value is (201,33,122). Sum of RGB (Red+Green+Blue) = 201+33+122=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C9217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9217A is #36DE85. Grayscale: #5D5D5D. Windows color (decimal): -3595910 or 8004041. OLE color: 8004041.
HSL color Cylindrical-coordinate representation of color #C9217A: hue angle of 328.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 #C9217A is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 122 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.21 |
| HSL | 328.21º | 0.72% | 0.46% | - |
| HSV(B) | 328.21º | 0.84% | 0.79% | - |
| XYZ | 28.14 | 14.91 | 19.81 | - |
| YUV | 93.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 122 | 0 | 0.84 | 0.39 | 0.21 | 328.21 | 0.72 | 0.46 |
| Hex | C9 | 21 | 7A | 0 | 54 | 27 | 15 | 148 | 48 | 2E |
| Octal | 311 | 41 | 172 | 0 | 124 | 47 | 25 | 510 | 110 | 56 |
| Binary | 11001001 | 100001 | 1111010 | 0 | 1010100 | 100111 | 10101 | 101001000 | 1001000 | 101110 |
Color Harmonies of #C9217A
Complementary color
Monochromatic Colors of #C9217A
Black with #C9217A
Text Example
Text Example
White with #C9217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9217A; }
p { color: rgb(201,33,122); }
H1.HeaderClassName
{
color: #C9217A;
}
.AnyTagClassName
{
color: #C9217A;
}
</style>
background-color css
<style>
a { background-color: #C9217A; }
a { background-color: rgb(201,33,122); }
div.DivClassName
{
background-color: #C9217A;
}
.BgClassName
{
background-color: #C9217A;
}
</style>
border-color css
<style>
span { border-color: #C9217A; }
span { border-color: rgb(201,33,122); }
td.TdClassName
{
border-color: #C9217A;
}
.TagClassName
{
border-color: #C9217A;
}
</style>