Shades of Medium Red Violet #C4388F
Tints of Medium Red Violet #C4388F
RGB
CMYK
RGB Variations
Color information
#C4388F (or 0xC4388F) is known color: Medium Red Violet. HEX triplet: C4, 38 and 8F. RGB value is (196,56,143). Sum of RGB (Red+Green+Blue) = 196+56+143=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4388F is #3BC770. Grayscale: #6B6B6B. Windows color (decimal): -3917681 or 9386180. OLE color: 9386180.
HSL color Cylindrical-coordinate representation of color #C4388F: hue angle of 322.71º 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 #C4388F is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 143 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.23 |
| HSL | 322.71º | 0.56% | 0.49% | - |
| HSV(B) | 322.71º | 0.71% | 0.77% | - |
| XYZ | 29.14 | 16.55 | 27.64 | - |
| YUV | 107.78 | 147.88 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 143 | 0 | 0.71 | 0.27 | 0.23 | 322.71 | 0.56 | 0.49 |
| Hex | C4 | 38 | 8F | 0 | 47 | 1B | 17 | 143 | 38 | 31 |
| Octal | 304 | 70 | 217 | 0 | 107 | 33 | 27 | 503 | 70 | 61 |
| Binary | 11000100 | 111000 | 10001111 | 0 | 1000111 | 11011 | 10111 | 101000011 | 111000 | 110001 |
Color Harmonies of #C4388F
Complementary color
Monochromatic Colors of #C4388F
Black with #C4388F
Text Example
Text Example
White with #C4388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4388F; }
p { color: rgb(196,56,143); }
H1.HeaderClassName
{
color: #C4388F;
}
.AnyTagClassName
{
color: #C4388F;
}
</style>
background-color css
<style>
a { background-color: #C4388F; }
a { background-color: rgb(196,56,143); }
div.DivClassName
{
background-color: #C4388F;
}
.BgClassName
{
background-color: #C4388F;
}
</style>
border-color css
<style>
span { border-color: #C4388F; }
span { border-color: rgb(196,56,143); }
td.TdClassName
{
border-color: #C4388F;
}
.TagClassName
{
border-color: #C4388F;
}
</style>