Shades of Medium Red Violet #C4387B
Tints of Medium Red Violet #C4387B
RGB
CMYK
RGB Variations
Color information
#C4387B (or 0xC4387B) is known color: Medium Red Violet. HEX triplet: C4, 38 and 7B. RGB value is (196,56,123). Sum of RGB (Red+Green+Blue) = 196+56+123=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4387B is #3BC784. Grayscale: #696969. Windows color (decimal): -3917701 or 8075460. OLE color: 8075460.
HSL color Cylindrical-coordinate representation of color #C4387B: hue angle of 331.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4387B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 123 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.23 |
| HSL | 331.29º | 0.56% | 0.49% | - |
| HSV(B) | 331.29º | 0.71% | 0.77% | - |
| XYZ | 27.75 | 15.99 | 20.36 | - |
| YUV | 105.5 | 137.88 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 123 | 0 | 0.71 | 0.37 | 0.23 | 331.29 | 0.56 | 0.49 |
| Hex | C4 | 38 | 7B | 0 | 47 | 25 | 17 | 14B | 38 | 31 |
| Octal | 304 | 70 | 173 | 0 | 107 | 45 | 27 | 513 | 70 | 61 |
| Binary | 11000100 | 111000 | 1111011 | 0 | 1000111 | 100101 | 10111 | 101001011 | 111000 | 110001 |
Color Harmonies of #C4387B
Complementary color
Monochromatic Colors of #C4387B
Black with #C4387B
Text Example
Text Example
White with #C4387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4387B; }
p { color: rgb(196,56,123); }
H1.HeaderClassName
{
color: #C4387B;
}
.AnyTagClassName
{
color: #C4387B;
}
</style>
background-color css
<style>
a { background-color: #C4387B; }
a { background-color: rgb(196,56,123); }
div.DivClassName
{
background-color: #C4387B;
}
.BgClassName
{
background-color: #C4387B;
}
</style>
border-color css
<style>
span { border-color: #C4387B; }
span { border-color: rgb(196,56,123); }
td.TdClassName
{
border-color: #C4387B;
}
.TagClassName
{
border-color: #C4387B;
}
</style>