Shades of Medium Violet Red #C81FAD
Tints of Medium Violet Red #C81FAD
RGB
CMYK
RGB Variations
Color information
#C81FAD (or 0xC81FAD) is known color: Medium Violet Red. HEX triplet: C8, 1F and AD. RGB value is (200,31,173). Sum of RGB (Red+Green+Blue) = 200+31+173=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FAD is #37E052. Grayscale: #616161. Windows color (decimal): -3661907 or 11345864. OLE color: 11345864.
HSL color Cylindrical-coordinate representation of color #C81FAD: hue angle of 309.59º 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 #C81FAD is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 173 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.22 |
| HSL | 309.59º | 0.73% | 0.45% | - |
| HSV(B) | 309.59º | 0.85% | 0.78% | - |
| XYZ | 31.85 | 16.28 | 41 | - |
| YUV | 97.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 173 | 0 | 0.84 | 0.14 | 0.22 | 309.59 | 0.73 | 0.45 |
| Hex | C8 | 1F | AD | 0 | 54 | E | 16 | 136 | 49 | 2D |
| Octal | 310 | 37 | 255 | 0 | 124 | 16 | 26 | 466 | 111 | 55 |
| Binary | 11001000 | 11111 | 10101101 | 0 | 1010100 | 1110 | 10110 | 100110110 | 1001001 | 101101 |
Color Harmonies of #C81FAD
Complementary color
Monochromatic Colors of #C81FAD
Black with #C81FAD
Text Example
Text Example
White with #C81FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FAD; }
p { color: rgb(200,31,173); }
H1.HeaderClassName
{
color: #C81FAD;
}
.AnyTagClassName
{
color: #C81FAD;
}
</style>
background-color css
<style>
a { background-color: #C81FAD; }
a { background-color: rgb(200,31,173); }
div.DivClassName
{
background-color: #C81FAD;
}
.BgClassName
{
background-color: #C81FAD;
}
</style>
border-color css
<style>
span { border-color: #C81FAD; }
span { border-color: rgb(200,31,173); }
td.TdClassName
{
border-color: #C81FAD;
}
.TagClassName
{
border-color: #C81FAD;
}
</style>