Shades of Medium Violet Red #C81884
Tints of Medium Violet Red #C81884
RGB
CMYK
RGB Variations
Color information
#C81884 (or 0xC81884) is known color: Medium Violet Red. HEX triplet: C8, 18 and 84. RGB value is (200,24,132). Sum of RGB (Red+Green+Blue) = 200+24+132=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C81884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81884 is #37E77B. Grayscale: #585858. Windows color (decimal): -3663740 or 8657096. OLE color: 8657096.
HSL color Cylindrical-coordinate representation of color #C81884: hue angle of 323.18º degrees, saturation: 0.79, 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 #C81884 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 132 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.22 |
| HSL | 323.18º | 0.79% | 0.44% | - |
| HSV(B) | 323.18º | 0.88% | 0.78% | - |
| XYZ | 28.31 | 14.6 | 23.16 | - |
| YUV | 88.94 | 152.31 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 132 | 0 | 0.88 | 0.34 | 0.22 | 323.18 | 0.79 | 0.44 |
| Hex | C8 | 18 | 84 | 0 | 58 | 22 | 16 | 143 | 4F | 2C |
| Octal | 310 | 30 | 204 | 0 | 130 | 42 | 26 | 503 | 117 | 54 |
| Binary | 11001000 | 11000 | 10000100 | 0 | 1011000 | 100010 | 10110 | 101000011 | 1001111 | 101100 |
Color Harmonies of #C81884
Complementary color
Monochromatic Colors of #C81884
Black with #C81884
Text Example
Text Example
White with #C81884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81884; }
p { color: rgb(200,24,132); }
H1.HeaderClassName
{
color: #C81884;
}
.AnyTagClassName
{
color: #C81884;
}
</style>
background-color css
<style>
a { background-color: #C81884; }
a { background-color: rgb(200,24,132); }
div.DivClassName
{
background-color: #C81884;
}
.BgClassName
{
background-color: #C81884;
}
</style>
border-color css
<style>
span { border-color: #C81884; }
span { border-color: rgb(200,24,132); }
td.TdClassName
{
border-color: #C81884;
}
.TagClassName
{
border-color: #C81884;
}
</style>