Shades of Medium Violet Red #C81D7D
Tints of Medium Violet Red #C81D7D
RGB
CMYK
RGB Variations
Color information
#C81D7D (or 0xC81D7D) is known color: Medium Violet Red. HEX triplet: C8, 1D and 7D. RGB value is (200,29,125). Sum of RGB (Red+Green+Blue) = 200+29+125=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81D7D is #37E282. Grayscale: #5A5A5A. Windows color (decimal): -3662467 or 8199624. OLE color: 8199624.
HSL color Cylindrical-coordinate representation of color #C81D7D: hue angle of 326.32º 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 #C81D7D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 125 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.22 |
| HSL | 326.32º | 0.75% | 0.45% | - |
| HSV(B) | 326.32º | 0.86% | 0.78% | - |
| XYZ | 27.96 | 14.64 | 20.75 | - |
| YUV | 91.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 125 | 0 | 0.86 | 0.38 | 0.22 | 326.32 | 0.75 | 0.45 |
| Hex | C8 | 1D | 7D | 0 | 56 | 26 | 16 | 146 | 4B | 2D |
| Octal | 310 | 35 | 175 | 0 | 126 | 46 | 26 | 506 | 113 | 55 |
| Binary | 11001000 | 11101 | 1111101 | 0 | 1010110 | 100110 | 10110 | 101000110 | 1001011 | 101101 |
Color Harmonies of #C81D7D
Complementary color
Monochromatic Colors of #C81D7D
Black with #C81D7D
Text Example
Text Example
White with #C81D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D7D; }
p { color: rgb(200,29,125); }
H1.HeaderClassName
{
color: #C81D7D;
}
.AnyTagClassName
{
color: #C81D7D;
}
</style>
background-color css
<style>
a { background-color: #C81D7D; }
a { background-color: rgb(200,29,125); }
div.DivClassName
{
background-color: #C81D7D;
}
.BgClassName
{
background-color: #C81D7D;
}
</style>
border-color css
<style>
span { border-color: #C81D7D; }
span { border-color: rgb(200,29,125); }
td.TdClassName
{
border-color: #C81D7D;
}
.TagClassName
{
border-color: #C81D7D;
}
</style>