Shades of Medium Violet Red #C81FA4
Tints of Medium Violet Red #C81FA4
RGB
CMYK
RGB Variations
Color information
#C81FA4 (or 0xC81FA4) is known color: Medium Violet Red. HEX triplet: C8, 1F and A4. RGB value is (200,31,164). Sum of RGB (Red+Green+Blue) = 200+31+164=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FA4 is #37E05B. Grayscale: #606060. Windows color (decimal): -3661916 or 10756040. OLE color: 10756040.
HSL color Cylindrical-coordinate representation of color #C81FA4: hue angle of 312.78º 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 #C81FA4 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 164 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.22 |
| HSL | 312.78º | 0.73% | 0.45% | - |
| HSV(B) | 312.78º | 0.85% | 0.78% | - |
| XYZ | 31.01 | 15.94 | 36.56 | - |
| YUV | 96.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 164 | 0 | 0.84 | 0.18 | 0.22 | 312.78 | 0.73 | 0.45 |
| Hex | C8 | 1F | A4 | 0 | 54 | 12 | 16 | 139 | 49 | 2D |
| Octal | 310 | 37 | 244 | 0 | 124 | 22 | 26 | 471 | 111 | 55 |
| Binary | 11001000 | 11111 | 10100100 | 0 | 1010100 | 10010 | 10110 | 100111001 | 1001001 | 101101 |
Color Harmonies of #C81FA4
Complementary color
Monochromatic Colors of #C81FA4
Black with #C81FA4
Text Example
Text Example
White with #C81FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FA4; }
p { color: rgb(200,31,164); }
H1.HeaderClassName
{
color: #C81FA4;
}
.AnyTagClassName
{
color: #C81FA4;
}
</style>
background-color css
<style>
a { background-color: #C81FA4; }
a { background-color: rgb(200,31,164); }
div.DivClassName
{
background-color: #C81FA4;
}
.BgClassName
{
background-color: #C81FA4;
}
</style>
border-color css
<style>
span { border-color: #C81FA4; }
span { border-color: rgb(200,31,164); }
td.TdClassName
{
border-color: #C81FA4;
}
.TagClassName
{
border-color: #C81FA4;
}
</style>