Shades of Medium Violet Red #C81FA8
Tints of Medium Violet Red #C81FA8
RGB
CMYK
RGB Variations
Color information
#C81FA8 (or 0xC81FA8) is known color: Medium Violet Red. HEX triplet: C8, 1F and A8. RGB value is (200,31,168). Sum of RGB (Red+Green+Blue) = 200+31+168=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FA8 is #37E057. Grayscale: #606060. Windows color (decimal): -3661912 or 11018184. OLE color: 11018184.
HSL color Cylindrical-coordinate representation of color #C81FA8: hue angle of 311.36º degrees, saturation: 0.73, 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 #C81FA8 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 168 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.22 |
| HSL | 311.36º | 0.73% | 0.45% | - |
| HSV(B) | 311.36º | 0.85% | 0.78% | - |
| XYZ | 31.38 | 16.09 | 38.5 | - |
| YUV | 97.15 | 167.99 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 168 | 0 | 0.84 | 0.16 | 0.22 | 311.36 | 0.73 | 0.45 |
| Hex | C8 | 1F | A8 | 0 | 54 | 10 | 16 | 137 | 49 | 2D |
| Octal | 310 | 37 | 250 | 0 | 124 | 20 | 26 | 467 | 111 | 55 |
| Binary | 11001000 | 11111 | 10101000 | 0 | 1010100 | 10000 | 10110 | 100110111 | 1001001 | 101101 |
Color Harmonies of #C81FA8
Complementary color
Monochromatic Colors of #C81FA8
Black with #C81FA8
Text Example
Text Example
White with #C81FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FA8; }
p { color: rgb(200,31,168); }
H1.HeaderClassName
{
color: #C81FA8;
}
.AnyTagClassName
{
color: #C81FA8;
}
</style>
background-color css
<style>
a { background-color: #C81FA8; }
a { background-color: rgb(200,31,168); }
div.DivClassName
{
background-color: #C81FA8;
}
.BgClassName
{
background-color: #C81FA8;
}
</style>
border-color css
<style>
span { border-color: #C81FA8; }
span { border-color: rgb(200,31,168); }
td.TdClassName
{
border-color: #C81FA8;
}
.TagClassName
{
border-color: #C81FA8;
}
</style>