Shades of Medium Violet Red #C81893
Tints of Medium Violet Red #C81893
RGB
CMYK
RGB Variations
Color information
#C81893 (or 0xC81893) is known color: Medium Violet Red. HEX triplet: C8, 18 and 93. RGB value is (200,24,147). Sum of RGB (Red+Green+Blue) = 200+24+147=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C81893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81893 is #37E76C. Grayscale: #5A5A5A. Windows color (decimal): -3663725 or 9640136. OLE color: 9640136.
HSL color Cylindrical-coordinate representation of color #C81893: hue angle of 318.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81893 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 147 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.22 |
| HSL | 318.07º | 0.79% | 0.44% | - |
| HSV(B) | 318.07º | 0.88% | 0.78% | - |
| XYZ | 29.41 | 15.04 | 28.96 | - |
| YUV | 90.65 | 159.81 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 147 | 0 | 0.88 | 0.26 | 0.22 | 318.07 | 0.79 | 0.44 |
| Hex | C8 | 18 | 93 | 0 | 58 | 1A | 16 | 13E | 4F | 2C |
| Octal | 310 | 30 | 223 | 0 | 130 | 32 | 26 | 476 | 117 | 54 |
| Binary | 11001000 | 11000 | 10010011 | 0 | 1011000 | 11010 | 10110 | 100111110 | 1001111 | 101100 |
Color Harmonies of #C81893
Complementary color
Monochromatic Colors of #C81893
Black with #C81893
Text Example
Text Example
White with #C81893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81893; }
p { color: rgb(200,24,147); }
H1.HeaderClassName
{
color: #C81893;
}
.AnyTagClassName
{
color: #C81893;
}
</style>
background-color css
<style>
a { background-color: #C81893; }
a { background-color: rgb(200,24,147); }
div.DivClassName
{
background-color: #C81893;
}
.BgClassName
{
background-color: #C81893;
}
</style>
border-color css
<style>
span { border-color: #C81893; }
span { border-color: rgb(200,24,147); }
td.TdClassName
{
border-color: #C81893;
}
.TagClassName
{
border-color: #C81893;
}
</style>