Shades of Medium Violet Red #C9217F
Tints of Medium Violet Red #C9217F
RGB
CMYK
RGB Variations
Color information
#C9217F (or 0xC9217F) is known color: Medium Violet Red. HEX triplet: C9, 21 and 7F. RGB value is (201,33,127). Sum of RGB (Red+Green+Blue) = 201+33+127=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9217F is #36DE80. Grayscale: #5D5D5D. Windows color (decimal): -3595905 or 8331721. OLE color: 8331721.
HSL color Cylindrical-coordinate representation of color #C9217F: hue angle of 326.43º 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 #C9217F is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 127 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.21 |
| HSL | 326.43º | 0.72% | 0.46% | - |
| HSV(B) | 326.43º | 0.84% | 0.79% | - |
| XYZ | 28.46 | 15.04 | 21.48 | - |
| YUV | 93.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 127 | 0 | 0.84 | 0.37 | 0.21 | 326.43 | 0.72 | 0.46 |
| Hex | C9 | 21 | 7F | 0 | 54 | 25 | 15 | 146 | 48 | 2E |
| Octal | 311 | 41 | 177 | 0 | 124 | 45 | 25 | 506 | 110 | 56 |
| Binary | 11001001 | 100001 | 1111111 | 0 | 1010100 | 100101 | 10101 | 101000110 | 1001000 | 101110 |
Color Harmonies of #C9217F
Complementary color
Monochromatic Colors of #C9217F
Black with #C9217F
Text Example
Text Example
White with #C9217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9217F; }
p { color: rgb(201,33,127); }
H1.HeaderClassName
{
color: #C9217F;
}
.AnyTagClassName
{
color: #C9217F;
}
</style>
background-color css
<style>
a { background-color: #C9217F; }
a { background-color: rgb(201,33,127); }
div.DivClassName
{
background-color: #C9217F;
}
.BgClassName
{
background-color: #C9217F;
}
</style>
border-color css
<style>
span { border-color: #C9217F; }
span { border-color: rgb(201,33,127); }
td.TdClassName
{
border-color: #C9217F;
}
.TagClassName
{
border-color: #C9217F;
}
</style>