Shades of Medium Violet Red #C81E8B
Tints of Medium Violet Red #C81E8B
RGB
CMYK
RGB Variations
Color information
#C81E8B (or 0xC81E8B) is known color: Medium Violet Red. HEX triplet: C8, 1E and 8B. RGB value is (200,30,139). Sum of RGB (Red+Green+Blue) = 200+30+139=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81E8B is #37E174. Grayscale: #5C5C5C. Windows color (decimal): -3662197 or 9117384. OLE color: 9117384.
HSL color Cylindrical-coordinate representation of color #C81E8B: hue angle of 321.53º 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 #C81E8B is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 139 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.22 |
| HSL | 321.53º | 0.74% | 0.45% | - |
| HSV(B) | 321.53º | 0.85% | 0.78% | - |
| XYZ | 28.94 | 15.07 | 25.81 | - |
| YUV | 93.26 | 153.82 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 139 | 0 | 0.85 | 0.30 | 0.22 | 321.53 | 0.74 | 0.45 |
| Hex | C8 | 1E | 8B | 0 | 55 | 1E | 16 | 142 | 4A | 2D |
| Octal | 310 | 36 | 213 | 0 | 125 | 36 | 26 | 502 | 112 | 55 |
| Binary | 11001000 | 11110 | 10001011 | 0 | 1010101 | 11110 | 10110 | 101000010 | 1001010 | 101101 |
Color Harmonies of #C81E8B
Complementary color
Monochromatic Colors of #C81E8B
Black with #C81E8B
Text Example
Text Example
White with #C81E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E8B; }
p { color: rgb(200,30,139); }
H1.HeaderClassName
{
color: #C81E8B;
}
.AnyTagClassName
{
color: #C81E8B;
}
</style>
background-color css
<style>
a { background-color: #C81E8B; }
a { background-color: rgb(200,30,139); }
div.DivClassName
{
background-color: #C81E8B;
}
.BgClassName
{
background-color: #C81E8B;
}
</style>
border-color css
<style>
span { border-color: #C81E8B; }
span { border-color: rgb(200,30,139); }
td.TdClassName
{
border-color: #C81E8B;
}
.TagClassName
{
border-color: #C81E8B;
}
</style>