Shades of Medium Red Violet #C5286F
Tints of Medium Red Violet #C5286F
RGB
CMYK
RGB Variations
Color information
#C5286F (or 0xC5286F) is known color: Medium Red Violet. HEX triplet: C5, 28 and 6F. RGB value is (197,40,111). Sum of RGB (Red+Green+Blue) = 197+40+111=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C5286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5286F is #3AD790. Grayscale: #5E5E5E. Windows color (decimal): -3856273 or 7284933. OLE color: 7284933.
HSL color Cylindrical-coordinate representation of color #C5286F: hue angle of 332.87º 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 #C5286F is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 111 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.23 |
| HSL | 332.87º | 0.66% | 0.46% | - |
| HSV(B) | 332.87º | 0.8% | 0.77% | - |
| XYZ | 26.65 | 14.54 | 16.44 | - |
| YUV | 95.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 111 | 0 | 0.80 | 0.44 | 0.23 | 332.87 | 0.66 | 0.46 |
| Hex | C5 | 28 | 6F | 0 | 50 | 2C | 17 | 14D | 42 | 2E |
| Octal | 305 | 50 | 157 | 0 | 120 | 54 | 27 | 515 | 102 | 56 |
| Binary | 11000101 | 101000 | 1101111 | 0 | 1010000 | 101100 | 10111 | 101001101 | 1000010 | 101110 |
Color Harmonies of #C5286F
Complementary color
Monochromatic Colors of #C5286F
Black with #C5286F
Text Example
Text Example
White with #C5286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5286F; }
p { color: rgb(197,40,111); }
H1.HeaderClassName
{
color: #C5286F;
}
.AnyTagClassName
{
color: #C5286F;
}
</style>
background-color css
<style>
a { background-color: #C5286F; }
a { background-color: rgb(197,40,111); }
div.DivClassName
{
background-color: #C5286F;
}
.BgClassName
{
background-color: #C5286F;
}
</style>
border-color css
<style>
span { border-color: #C5286F; }
span { border-color: rgb(197,40,111); }
td.TdClassName
{
border-color: #C5286F;
}
.TagClassName
{
border-color: #C5286F;
}
</style>