Shades of Medium Red Violet #C4286F
Tints of Medium Red Violet #C4286F
RGB
CMYK
RGB Variations
Color information
#C4286F (or 0xC4286F) is known color: Medium Red Violet. HEX triplet: C4, 28 and 6F. RGB value is (196,40,111). Sum of RGB (Red+Green+Blue) = 196+40+111=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C4286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4286F is #3BD790. Grayscale: #5E5E5E. Windows color (decimal): -3921809 or 7284932. OLE color: 7284932.
HSL color Cylindrical-coordinate representation of color #C4286F: hue angle of 332.69º 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 #C4286F is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 111 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.23 |
| HSL | 332.69º | 0.66% | 0.46% | - |
| HSV(B) | 332.69º | 0.8% | 0.77% | - |
| XYZ | 26.39 | 14.4 | 16.43 | - |
| YUV | 94.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 111 | 0 | 0.80 | 0.43 | 0.23 | 332.69 | 0.66 | 0.46 |
| Hex | C4 | 28 | 6F | 0 | 50 | 2B | 17 | 14D | 42 | 2E |
| Octal | 304 | 50 | 157 | 0 | 120 | 53 | 27 | 515 | 102 | 56 |
| Binary | 11000100 | 101000 | 1101111 | 0 | 1010000 | 101011 | 10111 | 101001101 | 1000010 | 101110 |
Color Harmonies of #C4286F
Complementary color
Monochromatic Colors of #C4286F
Black with #C4286F
Text Example
Text Example
White with #C4286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4286F; }
p { color: rgb(196,40,111); }
H1.HeaderClassName
{
color: #C4286F;
}
.AnyTagClassName
{
color: #C4286F;
}
</style>
background-color css
<style>
a { background-color: #C4286F; }
a { background-color: rgb(196,40,111); }
div.DivClassName
{
background-color: #C4286F;
}
.BgClassName
{
background-color: #C4286F;
}
</style>
border-color css
<style>
span { border-color: #C4286F; }
span { border-color: rgb(196,40,111); }
td.TdClassName
{
border-color: #C4286F;
}
.TagClassName
{
border-color: #C4286F;
}
</style>