Shades of Medium Violet Red #C0107B
Tints of Medium Violet Red #C0107B
RGB
CMYK
RGB Variations
Color information
#C0107B (or 0xC0107B) is known color: Medium Violet Red. HEX triplet: C0, 10 and 7B. RGB value is (192,16,123). Sum of RGB (Red+Green+Blue) = 192+16+123=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0107B is #3FEF84. Grayscale: #505050. Windows color (decimal): -4190085 or 8065216. OLE color: 8065216.
HSL color Cylindrical-coordinate representation of color #C0107B: hue angle of 323.52º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0107B is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 123 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.25 |
| HSL | 323.52º | 0.85% | 0.41% | - |
| HSV(B) | 323.52º | 0.92% | 0.75% | - |
| XYZ | 25.5 | 13.01 | 19.91 | - |
| YUV | 80.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 123 | 0 | 0.92 | 0.36 | 0.25 | 323.52 | 0.85 | 0.41 |
| Hex | C0 | 10 | 7B | 0 | 5C | 24 | 19 | 144 | 55 | 29 |
| Octal | 300 | 20 | 173 | 0 | 134 | 44 | 31 | 504 | 125 | 51 |
| Binary | 11000000 | 10000 | 1111011 | 0 | 1011100 | 100100 | 11001 | 101000100 | 1010101 | 101001 |
Color Harmonies of #C0107B
Complementary color
Monochromatic Colors of #C0107B
Black with #C0107B
Text Example
Text Example
White with #C0107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0107B; }
p { color: rgb(192,16,123); }
H1.HeaderClassName
{
color: #C0107B;
}
.AnyTagClassName
{
color: #C0107B;
}
</style>
background-color css
<style>
a { background-color: #C0107B; }
a { background-color: rgb(192,16,123); }
div.DivClassName
{
background-color: #C0107B;
}
.BgClassName
{
background-color: #C0107B;
}
</style>
border-color css
<style>
span { border-color: #C0107B; }
span { border-color: rgb(192,16,123); }
td.TdClassName
{
border-color: #C0107B;
}
.TagClassName
{
border-color: #C0107B;
}
</style>