Shades of Medium Violet Red #C51D88
Tints of Medium Violet Red #C51D88
RGB
CMYK
RGB Variations
Color information
#C51D88 (or 0xC51D88) is known color: Medium Violet Red. HEX triplet: C5, 1D and 88. RGB value is (197,29,136). Sum of RGB (Red+Green+Blue) = 197+29+136=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51D88 is #3AE277. Grayscale: #5B5B5B. Windows color (decimal): -3859064 or 8920517. OLE color: 8920517.
HSL color Cylindrical-coordinate representation of color #C51D88: hue angle of 321.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D88 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 136 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.23 |
| HSL | 321.79º | 0.74% | 0.44% | - |
| HSV(B) | 321.79º | 0.85% | 0.77% | - |
| XYZ | 27.91 | 14.53 | 24.63 | - |
| YUV | 91.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 136 | 0 | 0.85 | 0.31 | 0.23 | 321.79 | 0.74 | 0.44 |
| Hex | C5 | 1D | 88 | 0 | 55 | 1F | 17 | 142 | 4A | 2C |
| Octal | 305 | 35 | 210 | 0 | 125 | 37 | 27 | 502 | 112 | 54 |
| Binary | 11000101 | 11101 | 10001000 | 0 | 1010101 | 11111 | 10111 | 101000010 | 1001010 | 101100 |
Color Harmonies of #C51D88
Complementary color
Monochromatic Colors of #C51D88
Black with #C51D88
Text Example
Text Example
White with #C51D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D88; }
p { color: rgb(197,29,136); }
H1.HeaderClassName
{
color: #C51D88;
}
.AnyTagClassName
{
color: #C51D88;
}
</style>
background-color css
<style>
a { background-color: #C51D88; }
a { background-color: rgb(197,29,136); }
div.DivClassName
{
background-color: #C51D88;
}
.BgClassName
{
background-color: #C51D88;
}
</style>
border-color css
<style>
span { border-color: #C51D88; }
span { border-color: rgb(197,29,136); }
td.TdClassName
{
border-color: #C51D88;
}
.TagClassName
{
border-color: #C51D88;
}
</style>