Shades of Medium Violet Red #C81E8C
Tints of Medium Violet Red #C81E8C
RGB
CMYK
RGB Variations
Color information
#C81E8C (or 0xC81E8C) is known color: Medium Violet Red. HEX triplet: C8, 1E and 8C. RGB value is (200,30,140). Sum of RGB (Red+Green+Blue) = 200+30+140=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81E8C is #37E173. Grayscale: #5D5D5D. Windows color (decimal): -3662196 or 9182920. OLE color: 9182920.
HSL color Cylindrical-coordinate representation of color #C81E8C: hue angle of 321.18º 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 #C81E8C is Cyan = 0, Magento = 0.85, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 140 | - |
| CMYK | 0 | 0.85 | 0.3 | 0.22 |
| HSL | 321.18º | 0.74% | 0.45% | - |
| HSV(B) | 321.18º | 0.85% | 0.78% | - |
| XYZ | 29.02 | 15.1 | 26.2 | - |
| YUV | 93.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 140 | 0 | 0.85 | 0.3 | 0.22 | 321.18 | 0.74 | 0.45 |
| Hex | C8 | 1E | 8C | 0 | 55 | 1E | 16 | 141 | 4A | 2D |
| Octal | 310 | 36 | 214 | 0 | 125 | 36 | 26 | 501 | 112 | 55 |
| Binary | 11001000 | 11110 | 10001100 | 0 | 1010101 | 11110 | 10110 | 101000001 | 1001010 | 101101 |
Color Harmonies of #C81E8C
Complementary color
Monochromatic Colors of #C81E8C
Black with #C81E8C
Text Example
Text Example
White with #C81E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E8C; }
p { color: rgb(200,30,140); }
H1.HeaderClassName
{
color: #C81E8C;
}
.AnyTagClassName
{
color: #C81E8C;
}
</style>
background-color css
<style>
a { background-color: #C81E8C; }
a { background-color: rgb(200,30,140); }
div.DivClassName
{
background-color: #C81E8C;
}
.BgClassName
{
background-color: #C81E8C;
}
</style>
border-color css
<style>
span { border-color: #C81E8C; }
span { border-color: rgb(200,30,140); }
td.TdClassName
{
border-color: #C81E8C;
}
.TagClassName
{
border-color: #C81E8C;
}
</style>