Shades of Medium Violet Red #C81A96
Tints of Medium Violet Red #C81A96
RGB
CMYK
RGB Variations
Color information
#C81A96 (or 0xC81A96) is known color: Medium Violet Red. HEX triplet: C8, 1A and 96. RGB value is (200,26,150). Sum of RGB (Red+Green+Blue) = 200+26+150=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81A96 is #37E569. Grayscale: #5B5B5B. Windows color (decimal): -3663210 or 9837256. OLE color: 9837256.
HSL color Cylindrical-coordinate representation of color #C81A96: hue angle of 317.24º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A96 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 150 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.22 |
| HSL | 317.24º | 0.77% | 0.44% | - |
| HSV(B) | 317.24º | 0.87% | 0.78% | - |
| XYZ | 29.69 | 15.22 | 30.23 | - |
| YUV | 92.16 | 160.65 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 150 | 0 | 0.87 | 0.25 | 0.22 | 317.24 | 0.77 | 0.44 |
| Hex | C8 | 1A | 96 | 0 | 57 | 19 | 16 | 13D | 4D | 2C |
| Octal | 310 | 32 | 226 | 0 | 127 | 31 | 26 | 475 | 115 | 54 |
| Binary | 11001000 | 11010 | 10010110 | 0 | 1010111 | 11001 | 10110 | 100111101 | 1001101 | 101100 |
Color Harmonies of #C81A96
Complementary color
Monochromatic Colors of #C81A96
Black with #C81A96
Text Example
Text Example
White with #C81A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A96; }
p { color: rgb(200,26,150); }
H1.HeaderClassName
{
color: #C81A96;
}
.AnyTagClassName
{
color: #C81A96;
}
</style>
background-color css
<style>
a { background-color: #C81A96; }
a { background-color: rgb(200,26,150); }
div.DivClassName
{
background-color: #C81A96;
}
.BgClassName
{
background-color: #C81A96;
}
</style>
border-color css
<style>
span { border-color: #C81A96; }
span { border-color: rgb(200,26,150); }
td.TdClassName
{
border-color: #C81A96;
}
.TagClassName
{
border-color: #C81A96;
}
</style>