Shades of Medium Red Violet #C4387E
Tints of Medium Red Violet #C4387E
RGB
CMYK
RGB Variations
Color information
#C4387E (or 0xC4387E) is known color: Medium Red Violet. HEX triplet: C4, 38 and 7E. RGB value is (196,56,126). Sum of RGB (Red+Green+Blue) = 196+56+126=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4387E is #3BC781. Grayscale: #696969. Windows color (decimal): -3917698 or 8272068. OLE color: 8272068.
HSL color Cylindrical-coordinate representation of color #C4387E: hue angle of 330º 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 #C4387E is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 126 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.23 |
| HSL | 330º | 0.56% | 0.49% | - |
| HSV(B) | 330º | 0.71% | 0.77% | - |
| XYZ | 27.95 | 16.07 | 21.37 | - |
| YUV | 105.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 126 | 0 | 0.71 | 0.36 | 0.23 | 330 | 0.56 | 0.49 |
| Hex | C4 | 38 | 7E | 0 | 47 | 24 | 17 | 14A | 38 | 31 |
| Octal | 304 | 70 | 176 | 0 | 107 | 44 | 27 | 512 | 70 | 61 |
| Binary | 11000100 | 111000 | 1111110 | 0 | 1000111 | 100100 | 10111 | 101001010 | 111000 | 110001 |
Color Harmonies of #C4387E
Complementary color
Monochromatic Colors of #C4387E
Black with #C4387E
Text Example
Text Example
White with #C4387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4387E; }
p { color: rgb(196,56,126); }
H1.HeaderClassName
{
color: #C4387E;
}
.AnyTagClassName
{
color: #C4387E;
}
</style>
background-color css
<style>
a { background-color: #C4387E; }
a { background-color: rgb(196,56,126); }
div.DivClassName
{
background-color: #C4387E;
}
.BgClassName
{
background-color: #C4387E;
}
</style>
border-color css
<style>
span { border-color: #C4387E; }
span { border-color: rgb(196,56,126); }
td.TdClassName
{
border-color: #C4387E;
}
.TagClassName
{
border-color: #C4387E;
}
</style>