Shades of Medium Violet Red #C81F6D
Tints of Medium Violet Red #C81F6D
RGB
CMYK
RGB Variations
Color information
#C81F6D (or 0xC81F6D) is known color: Medium Violet Red. HEX triplet: C8, 1F and 6D. RGB value is (200,31,109). Sum of RGB (Red+Green+Blue) = 200+31+109=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F6D is #37E092. Grayscale: #5A5A5A. Windows color (decimal): -3661971 or 7151560. OLE color: 7151560.
HSL color Cylindrical-coordinate representation of color #C81F6D: hue angle of 332.31º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F6D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 109 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.22 |
| HSL | 332.31º | 0.73% | 0.45% | - |
| HSV(B) | 332.31º | 0.85% | 0.78% | - |
| XYZ | 27.07 | 14.36 | 15.81 | - |
| YUV | 90.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 109 | 0 | 0.84 | 0.46 | 0.22 | 332.31 | 0.73 | 0.45 |
| Hex | C8 | 1F | 6D | 0 | 54 | 2E | 16 | 14C | 49 | 2D |
| Octal | 310 | 37 | 155 | 0 | 124 | 56 | 26 | 514 | 111 | 55 |
| Binary | 11001000 | 11111 | 1101101 | 0 | 1010100 | 101110 | 10110 | 101001100 | 1001001 | 101101 |
Color Harmonies of #C81F6D
Complementary color
Monochromatic Colors of #C81F6D
Black with #C81F6D
Text Example
Text Example
White with #C81F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F6D; }
p { color: rgb(200,31,109); }
H1.HeaderClassName
{
color: #C81F6D;
}
.AnyTagClassName
{
color: #C81F6D;
}
</style>
background-color css
<style>
a { background-color: #C81F6D; }
a { background-color: rgb(200,31,109); }
div.DivClassName
{
background-color: #C81F6D;
}
.BgClassName
{
background-color: #C81F6D;
}
</style>
border-color css
<style>
span { border-color: #C81F6D; }
span { border-color: rgb(200,31,109); }
td.TdClassName
{
border-color: #C81F6D;
}
.TagClassName
{
border-color: #C81F6D;
}
</style>