Shades of Medium Violet Red #C4107B
Tints of Medium Violet Red #C4107B
RGB
CMYK
RGB Variations
Color information
#C4107B (or 0xC4107B) is known color: Medium Violet Red. HEX triplet: C4, 10 and 7B. RGB value is (196,16,123). Sum of RGB (Red+Green+Blue) = 196+16+123=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4107B is #3BEF84. Grayscale: #515151. Windows color (decimal): -3927941 or 8065220. OLE color: 8065220.
HSL color Cylindrical-coordinate representation of color #C4107B: hue angle of 324.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4107B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 123 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.23 |
| HSL | 324.33º | 0.85% | 0.42% | - |
| HSV(B) | 324.33º | 0.92% | 0.77% | - |
| XYZ | 26.53 | 13.54 | 19.95 | - |
| YUV | 82.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 123 | 0 | 0.92 | 0.37 | 0.23 | 324.33 | 0.85 | 0.42 |
| Hex | C4 | 10 | 7B | 0 | 5C | 25 | 17 | 144 | 55 | 2A |
| Octal | 304 | 20 | 173 | 0 | 134 | 45 | 27 | 504 | 125 | 52 |
| Binary | 11000100 | 10000 | 1111011 | 0 | 1011100 | 100101 | 10111 | 101000100 | 1010101 | 101010 |
Color Harmonies of #C4107B
Complementary color
Monochromatic Colors of #C4107B
Black with #C4107B
Text Example
Text Example
White with #C4107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4107B; }
p { color: rgb(196,16,123); }
H1.HeaderClassName
{
color: #C4107B;
}
.AnyTagClassName
{
color: #C4107B;
}
</style>
background-color css
<style>
a { background-color: #C4107B; }
a { background-color: rgb(196,16,123); }
div.DivClassName
{
background-color: #C4107B;
}
.BgClassName
{
background-color: #C4107B;
}
</style>
border-color css
<style>
span { border-color: #C4107B; }
span { border-color: rgb(196,16,123); }
td.TdClassName
{
border-color: #C4107B;
}
.TagClassName
{
border-color: #C4107B;
}
</style>