Shades of Medium Violet Red #C9107B
Tints of Medium Violet Red #C9107B
RGB
CMYK
RGB Variations
Color information
#C9107B (or 0xC9107B) is known color: Medium Violet Red. HEX triplet: C9, 10 and 7B. RGB value is (201,16,123). Sum of RGB (Red+Green+Blue) = 201+16+123=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C9107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9107B is #36EF84. Grayscale: #535353. Windows color (decimal): -3600261 or 8065225. OLE color: 8065225.
HSL color Cylindrical-coordinate representation of color #C9107B: hue angle of 325.3º 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 #C9107B is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 123 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.21 |
| HSL | 325.3º | 0.85% | 0.43% | - |
| HSV(B) | 325.3º | 0.92% | 0.79% | - |
| XYZ | 27.85 | 14.22 | 20.02 | - |
| YUV | 83.51 | 150.29 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 123 | 0 | 0.92 | 0.39 | 0.21 | 325.3 | 0.85 | 0.43 |
| Hex | C9 | 10 | 7B | 0 | 5C | 27 | 15 | 145 | 55 | 2B |
| Octal | 311 | 20 | 173 | 0 | 134 | 47 | 25 | 505 | 125 | 53 |
| Binary | 11001001 | 10000 | 1111011 | 0 | 1011100 | 100111 | 10101 | 101000101 | 1010101 | 101011 |
Color Harmonies of #C9107B
Complementary color
Monochromatic Colors of #C9107B
Black with #C9107B
Text Example
Text Example
White with #C9107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9107B; }
p { color: rgb(201,16,123); }
H1.HeaderClassName
{
color: #C9107B;
}
.AnyTagClassName
{
color: #C9107B;
}
</style>
background-color css
<style>
a { background-color: #C9107B; }
a { background-color: rgb(201,16,123); }
div.DivClassName
{
background-color: #C9107B;
}
.BgClassName
{
background-color: #C9107B;
}
</style>
border-color css
<style>
span { border-color: #C9107B; }
span { border-color: rgb(201,16,123); }
td.TdClassName
{
border-color: #C9107B;
}
.TagClassName
{
border-color: #C9107B;
}
</style>