Shades of Medium Violet Red #C9107D
Tints of Medium Violet Red #C9107D
RGB
CMYK
RGB Variations
Color information
#C9107D (or 0xC9107D) is known color: Medium Violet Red. HEX triplet: C9, 10 and 7D. RGB value is (201,16,125). Sum of RGB (Red+Green+Blue) = 201+16+125=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9107D is #36EF82. Grayscale: #535353. Windows color (decimal): -3600259 or 8196297. OLE color: 8196297.
HSL color Cylindrical-coordinate representation of color #C9107D: hue angle of 324.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9107D is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 125 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.21 |
| HSL | 324.65º | 0.85% | 0.43% | - |
| HSV(B) | 324.65º | 0.92% | 0.79% | - |
| XYZ | 27.97 | 14.27 | 20.68 | - |
| YUV | 83.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 125 | 0 | 0.92 | 0.38 | 0.21 | 324.65 | 0.85 | 0.43 |
| Hex | C9 | 10 | 7D | 0 | 5C | 26 | 15 | 145 | 55 | 2B |
| Octal | 311 | 20 | 175 | 0 | 134 | 46 | 25 | 505 | 125 | 53 |
| Binary | 11001001 | 10000 | 1111101 | 0 | 1011100 | 100110 | 10101 | 101000101 | 1010101 | 101011 |
Color Harmonies of #C9107D
Complementary color
Monochromatic Colors of #C9107D
Black with #C9107D
Text Example
Text Example
White with #C9107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9107D; }
p { color: rgb(201,16,125); }
H1.HeaderClassName
{
color: #C9107D;
}
.AnyTagClassName
{
color: #C9107D;
}
</style>
background-color css
<style>
a { background-color: #C9107D; }
a { background-color: rgb(201,16,125); }
div.DivClassName
{
background-color: #C9107D;
}
.BgClassName
{
background-color: #C9107D;
}
</style>
border-color css
<style>
span { border-color: #C9107D; }
span { border-color: rgb(201,16,125); }
td.TdClassName
{
border-color: #C9107D;
}
.TagClassName
{
border-color: #C9107D;
}
</style>