Shades of Medium Red Violet #C4288B
Tints of Medium Red Violet #C4288B
RGB
CMYK
RGB Variations
Color information
#C4288B (or 0xC4288B) is known color: Medium Red Violet. HEX triplet: C4, 28 and 8B. RGB value is (196,40,139). Sum of RGB (Red+Green+Blue) = 196+40+139=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4288B is #3BD774. Grayscale: #616161. Windows color (decimal): -3921781 or 9119940. OLE color: 9119940.
HSL color Cylindrical-coordinate representation of color #C4288B: hue angle of 321.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4288B is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 139 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.23 |
| HSL | 321.92º | 0.66% | 0.46% | - |
| HSV(B) | 321.92º | 0.8% | 0.77% | - |
| XYZ | 28.18 | 15.12 | 25.86 | - |
| YUV | 97.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 139 | 0 | 0.80 | 0.29 | 0.23 | 321.92 | 0.66 | 0.46 |
| Hex | C4 | 28 | 8B | 0 | 50 | 1D | 17 | 142 | 42 | 2E |
| Octal | 304 | 50 | 213 | 0 | 120 | 35 | 27 | 502 | 102 | 56 |
| Binary | 11000100 | 101000 | 10001011 | 0 | 1010000 | 11101 | 10111 | 101000010 | 1000010 | 101110 |
Color Harmonies of #C4288B
Complementary color
Monochromatic Colors of #C4288B
Black with #C4288B
Text Example
Text Example
White with #C4288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4288B; }
p { color: rgb(196,40,139); }
H1.HeaderClassName
{
color: #C4288B;
}
.AnyTagClassName
{
color: #C4288B;
}
</style>
background-color css
<style>
a { background-color: #C4288B; }
a { background-color: rgb(196,40,139); }
div.DivClassName
{
background-color: #C4288B;
}
.BgClassName
{
background-color: #C4288B;
}
</style>
border-color css
<style>
span { border-color: #C4288B; }
span { border-color: rgb(196,40,139); }
td.TdClassName
{
border-color: #C4288B;
}
.TagClassName
{
border-color: #C4288B;
}
</style>