Shades of Medium Violet Red #C81D88
Tints of Medium Violet Red #C81D88
RGB
CMYK
RGB Variations
Color information
#C81D88 (or 0xC81D88) is known color: Medium Violet Red. HEX triplet: C8, 1D and 88. RGB value is (200,29,136). Sum of RGB (Red+Green+Blue) = 200+29+136=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81D88 is #37E277. Grayscale: #5C5C5C. Windows color (decimal): -3662456 or 8920520. OLE color: 8920520.
HSL color Cylindrical-coordinate representation of color #C81D88: hue angle of 322.46º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81D88 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 136 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.22 |
| HSL | 322.46º | 0.75% | 0.45% | - |
| HSV(B) | 322.46º | 0.86% | 0.78% | - |
| XYZ | 28.7 | 14.94 | 24.66 | - |
| YUV | 92.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 136 | 0 | 0.86 | 0.32 | 0.22 | 322.46 | 0.75 | 0.45 |
| Hex | C8 | 1D | 88 | 0 | 56 | 20 | 16 | 142 | 4B | 2D |
| Octal | 310 | 35 | 210 | 0 | 126 | 40 | 26 | 502 | 113 | 55 |
| Binary | 11001000 | 11101 | 10001000 | 0 | 1010110 | 100000 | 10110 | 101000010 | 1001011 | 101101 |
Color Harmonies of #C81D88
Complementary color
Monochromatic Colors of #C81D88
Black with #C81D88
Text Example
Text Example
White with #C81D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D88; }
p { color: rgb(200,29,136); }
H1.HeaderClassName
{
color: #C81D88;
}
.AnyTagClassName
{
color: #C81D88;
}
</style>
background-color css
<style>
a { background-color: #C81D88; }
a { background-color: rgb(200,29,136); }
div.DivClassName
{
background-color: #C81D88;
}
.BgClassName
{
background-color: #C81D88;
}
</style>
border-color css
<style>
span { border-color: #C81D88; }
span { border-color: rgb(200,29,136); }
td.TdClassName
{
border-color: #C81D88;
}
.TagClassName
{
border-color: #C81D88;
}
</style>