Shades of Medium Violet Red #C81984
Tints of Medium Violet Red #C81984
RGB
CMYK
RGB Variations
Color information
#C81984 (or 0xC81984) is known color: Medium Violet Red. HEX triplet: C8, 19 and 84. RGB value is (200,25,132). Sum of RGB (Red+Green+Blue) = 200+25+132=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C81984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81984 is #37E67B. Grayscale: #595959. Windows color (decimal): -3663484 or 8657352. OLE color: 8657352.
HSL color Cylindrical-coordinate representation of color #C81984: hue angle of 323.31º degrees, saturation: 0.78, 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 #C81984 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 132 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.22 |
| HSL | 323.31º | 0.78% | 0.44% | - |
| HSV(B) | 323.31º | 0.88% | 0.78% | - |
| XYZ | 28.33 | 14.64 | 23.16 | - |
| YUV | 89.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 132 | 0 | 0.88 | 0.34 | 0.22 | 323.31 | 0.78 | 0.44 |
| Hex | C8 | 19 | 84 | 0 | 58 | 22 | 16 | 143 | 4E | 2C |
| Octal | 310 | 31 | 204 | 0 | 130 | 42 | 26 | 503 | 116 | 54 |
| Binary | 11001000 | 11001 | 10000100 | 0 | 1011000 | 100010 | 10110 | 101000011 | 1001110 | 101100 |
Color Harmonies of #C81984
Complementary color
Monochromatic Colors of #C81984
Black with #C81984
Text Example
Text Example
White with #C81984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81984; }
p { color: rgb(200,25,132); }
H1.HeaderClassName
{
color: #C81984;
}
.AnyTagClassName
{
color: #C81984;
}
</style>
background-color css
<style>
a { background-color: #C81984; }
a { background-color: rgb(200,25,132); }
div.DivClassName
{
background-color: #C81984;
}
.BgClassName
{
background-color: #C81984;
}
</style>
border-color css
<style>
span { border-color: #C81984; }
span { border-color: rgb(200,25,132); }
td.TdClassName
{
border-color: #C81984;
}
.TagClassName
{
border-color: #C81984;
}
</style>