Shades of Medium Violet Red #C81E93
Tints of Medium Violet Red #C81E93
RGB
CMYK
RGB Variations
Color information
#C81E93 (or 0xC81E93) is known color: Medium Violet Red. HEX triplet: C8, 1E and 93. RGB value is (200,30,147). Sum of RGB (Red+Green+Blue) = 200+30+147=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81E93 is #37E16C. Grayscale: #5D5D5D. Windows color (decimal): -3662189 or 9641672. OLE color: 9641672.
HSL color Cylindrical-coordinate representation of color #C81E93: hue angle of 318.71º degrees, saturation: 0.74, 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 #C81E93 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 147 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.22 |
| HSL | 318.71º | 0.74% | 0.45% | - |
| HSV(B) | 318.71º | 0.85% | 0.78% | - |
| XYZ | 29.55 | 15.31 | 29 | - |
| YUV | 94.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 147 | 0 | 0.85 | 0.26 | 0.22 | 318.71 | 0.74 | 0.45 |
| Hex | C8 | 1E | 93 | 0 | 55 | 1A | 16 | 13F | 4A | 2D |
| Octal | 310 | 36 | 223 | 0 | 125 | 32 | 26 | 477 | 112 | 55 |
| Binary | 11001000 | 11110 | 10010011 | 0 | 1010101 | 11010 | 10110 | 100111111 | 1001010 | 101101 |
Color Harmonies of #C81E93
Complementary color
Monochromatic Colors of #C81E93
Black with #C81E93
Text Example
Text Example
White with #C81E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E93; }
p { color: rgb(200,30,147); }
H1.HeaderClassName
{
color: #C81E93;
}
.AnyTagClassName
{
color: #C81E93;
}
</style>
background-color css
<style>
a { background-color: #C81E93; }
a { background-color: rgb(200,30,147); }
div.DivClassName
{
background-color: #C81E93;
}
.BgClassName
{
background-color: #C81E93;
}
</style>
border-color css
<style>
span { border-color: #C81E93; }
span { border-color: rgb(200,30,147); }
td.TdClassName
{
border-color: #C81E93;
}
.TagClassName
{
border-color: #C81E93;
}
</style>