Shades of Medium Violet Red #C81E92
Tints of Medium Violet Red #C81E92
RGB
CMYK
RGB Variations
Color information
#C81E92 (or 0xC81E92) is known color: Medium Violet Red. HEX triplet: C8, 1E and 92. RGB value is (200,30,146). Sum of RGB (Red+Green+Blue) = 200+30+146=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81E92 is #37E16D. Grayscale: #5D5D5D. Windows color (decimal): -3662190 or 9576136. OLE color: 9576136.
HSL color Cylindrical-coordinate representation of color #C81E92: hue angle of 319.06º 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 #C81E92 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 146 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.22 |
| HSL | 319.06º | 0.74% | 0.45% | - |
| HSV(B) | 319.06º | 0.85% | 0.78% | - |
| XYZ | 29.47 | 15.28 | 28.59 | - |
| YUV | 94.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 146 | 0 | 0.85 | 0.27 | 0.22 | 319.06 | 0.74 | 0.45 |
| Hex | C8 | 1E | 92 | 0 | 55 | 1B | 16 | 13F | 4A | 2D |
| Octal | 310 | 36 | 222 | 0 | 125 | 33 | 26 | 477 | 112 | 55 |
| Binary | 11001000 | 11110 | 10010010 | 0 | 1010101 | 11011 | 10110 | 100111111 | 1001010 | 101101 |
Color Harmonies of #C81E92
Complementary color
Monochromatic Colors of #C81E92
Black with #C81E92
Text Example
Text Example
White with #C81E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E92; }
p { color: rgb(200,30,146); }
H1.HeaderClassName
{
color: #C81E92;
}
.AnyTagClassName
{
color: #C81E92;
}
</style>
background-color css
<style>
a { background-color: #C81E92; }
a { background-color: rgb(200,30,146); }
div.DivClassName
{
background-color: #C81E92;
}
.BgClassName
{
background-color: #C81E92;
}
</style>
border-color css
<style>
span { border-color: #C81E92; }
span { border-color: rgb(200,30,146); }
td.TdClassName
{
border-color: #C81E92;
}
.TagClassName
{
border-color: #C81E92;
}
</style>