Shades of Medium Red Violet #C438A0
Tints of Medium Red Violet #C438A0
RGB
CMYK
RGB Variations
Color information
#C438A0 (or 0xC438A0) is known color: Medium Red Violet. HEX triplet: C4, 38 and A0. RGB value is (196,56,160). Sum of RGB (Red+Green+Blue) = 196+56+160=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C438A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C438A0 is #3BC75F. Grayscale: #6D6D6D. Windows color (decimal): -3917664 or 10500292. OLE color: 10500292.
HSL color Cylindrical-coordinate representation of color #C438A0: hue angle of 315.43º 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 #C438A0 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 160 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.23 |
| HSL | 315.43º | 0.56% | 0.49% | - |
| HSV(B) | 315.43º | 0.71% | 0.77% | - |
| XYZ | 30.52 | 17.1 | 34.95 | - |
| YUV | 109.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 160 | 0 | 0.71 | 0.18 | 0.23 | 315.43 | 0.56 | 0.49 |
| Hex | C4 | 38 | A0 | 0 | 47 | 12 | 17 | 13B | 38 | 31 |
| Octal | 304 | 70 | 240 | 0 | 107 | 22 | 27 | 473 | 70 | 61 |
| Binary | 11000100 | 111000 | 10100000 | 0 | 1000111 | 10010 | 10111 | 100111011 | 111000 | 110001 |
Color Harmonies of #C438A0
Complementary color
Monochromatic Colors of #C438A0
Black with #C438A0
Text Example
Text Example
White with #C438A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C438A0; }
p { color: rgb(196,56,160); }
H1.HeaderClassName
{
color: #C438A0;
}
.AnyTagClassName
{
color: #C438A0;
}
</style>
background-color css
<style>
a { background-color: #C438A0; }
a { background-color: rgb(196,56,160); }
div.DivClassName
{
background-color: #C438A0;
}
.BgClassName
{
background-color: #C438A0;
}
</style>
border-color css
<style>
span { border-color: #C438A0; }
span { border-color: rgb(196,56,160); }
td.TdClassName
{
border-color: #C438A0;
}
.TagClassName
{
border-color: #C438A0;
}
</style>