Shades of Medium Violet Red #C9218B
Tints of Medium Violet Red #C9218B
RGB
CMYK
RGB Variations
Color information
#C9218B (or 0xC9218B) is known color: Medium Violet Red. HEX triplet: C9, 21 and 8B. RGB value is (201,33,139). Sum of RGB (Red+Green+Blue) = 201+33+139=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9218B is #36DE74. Grayscale: #5F5F5F. Windows color (decimal): -3595893 or 9118153. OLE color: 9118153.
HSL color Cylindrical-coordinate representation of color #C9218B: hue angle of 322.14º 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 #C9218B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 33 | 139 | - |
CMYK | 0 | 0.84 | 0.31 | 0.21 |
HSL | 322.14º | 0.72% | 0.46% | - |
HSV(B) | 322.14º | 0.84% | 0.79% | - |
XYZ | 29.29 | 15.37 | 25.85 | - |
YUV | 95.32 | 152.66 | 203.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 33 | 139 | 0 | 0.84 | 0.31 | 0.21 | 322.14 | 0.72 | 0.46 |
Hex | C9 | 21 | 8B | 0 | 54 | 1F | 15 | 142 | 48 | 2E |
Octal | 311 | 41 | 213 | 0 | 124 | 37 | 25 | 502 | 110 | 56 |
Binary | 11001001 | 100001 | 10001011 | 0 | 1010100 | 11111 | 10101 | 101000010 | 1001000 | 101110 |
Color Harmonies of #C9218B
Complementary color
Monochromatic Colors of #C9218B
Black with #C9218B
Text Example
Text Example
White with #C9218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9218B; }
p { color: rgb(201,33,139); }
H1.HeaderClassName
{
color: #C9218B;
}
.AnyTagClassName
{
color: #C9218B;
}
</style>
background-color css
<style>
a { background-color: #C9218B; }
a { background-color: rgb(201,33,139); }
div.DivClassName
{
background-color: #C9218B;
}
.BgClassName
{
background-color: #C9218B;
}
</style>
border-color css
<style>
span { border-color: #C9218B; }
span { border-color: rgb(201,33,139); }
td.TdClassName
{
border-color: #C9218B;
}
.TagClassName
{
border-color: #C9218B;
}
</style>