Shades of Medium Violet Red #C90670
Tints of Medium Violet Red #C90670
RGB
CMYK
RGB Variations
Color information
#C90670 (or 0xC90670) is known color: Medium Violet Red. HEX triplet: C9, 06 and 70. RGB value is (201,6,112). Sum of RGB (Red+Green+Blue) = 201+6+112=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C90670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90670 is #36F98F. Grayscale: #4C4C4C. Windows color (decimal): -3602832 or 7341769. OLE color: 7341769.
HSL color Cylindrical-coordinate representation of color #C90670: hue angle of 327.38º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90670 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 112 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.21 |
| HSL | 327.38º | 0.94% | 0.41% | - |
| HSV(B) | 327.38º | 0.97% | 0.79% | - |
| XYZ | 27.08 | 13.72 | 16.55 | - |
| YUV | 76.39 | 148.1 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 112 | 0 | 0.97 | 0.44 | 0.21 | 327.38 | 0.94 | 0.41 |
| Hex | C9 | 6 | 70 | 0 | 61 | 2C | 15 | 147 | 5E | 29 |
| Octal | 311 | 6 | 160 | 0 | 141 | 54 | 25 | 507 | 136 | 51 |
| Binary | 11001001 | 110 | 1110000 | 0 | 1100001 | 101100 | 10101 | 101000111 | 1011110 | 101001 |
Color Harmonies of #C90670
Complementary color
Monochromatic Colors of #C90670
Black with #C90670
Text Example
Text Example
White with #C90670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90670; }
p { color: rgb(201,6,112); }
H1.HeaderClassName
{
color: #C90670;
}
.AnyTagClassName
{
color: #C90670;
}
</style>
background-color css
<style>
a { background-color: #C90670; }
a { background-color: rgb(201,6,112); }
div.DivClassName
{
background-color: #C90670;
}
.BgClassName
{
background-color: #C90670;
}
</style>
border-color css
<style>
span { border-color: #C90670; }
span { border-color: rgb(201,6,112); }
td.TdClassName
{
border-color: #C90670;
}
.TagClassName
{
border-color: #C90670;
}
</style>