Shades of Medium Violet Red #C82384
Tints of Medium Violet Red #C82384
RGB
CMYK
RGB Variations
Color information
#C82384 (or 0xC82384) is known color: Medium Violet Red. HEX triplet: C8, 23 and 84. RGB value is (200,35,132). Sum of RGB (Red+Green+Blue) = 200+35+132=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C82384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82384 is #37DC7B. Grayscale: #5F5F5F. Windows color (decimal): -3660924 or 8659912. OLE color: 8659912.
HSL color Cylindrical-coordinate representation of color #C82384: hue angle of 324.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82384 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 132 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.22 |
| HSL | 324.73º | 0.7% | 0.46% | - |
| HSV(B) | 324.73º | 0.83% | 0.78% | - |
| XYZ | 28.59 | 15.15 | 23.25 | - |
| YUV | 95.39 | 148.66 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 132 | 0 | 0.82 | 0.34 | 0.22 | 324.73 | 0.7 | 0.46 |
| Hex | C8 | 23 | 84 | 0 | 52 | 22 | 16 | 145 | 46 | 2E |
| Octal | 310 | 43 | 204 | 0 | 122 | 42 | 26 | 505 | 106 | 56 |
| Binary | 11001000 | 100011 | 10000100 | 0 | 1010010 | 100010 | 10110 | 101000101 | 1000110 | 101110 |
Color Harmonies of #C82384
Complementary color
Monochromatic Colors of #C82384
Black with #C82384
Text Example
Text Example
White with #C82384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82384; }
p { color: rgb(200,35,132); }
H1.HeaderClassName
{
color: #C82384;
}
.AnyTagClassName
{
color: #C82384;
}
</style>
background-color css
<style>
a { background-color: #C82384; }
a { background-color: rgb(200,35,132); }
div.DivClassName
{
background-color: #C82384;
}
.BgClassName
{
background-color: #C82384;
}
</style>
border-color css
<style>
span { border-color: #C82384; }
span { border-color: rgb(200,35,132); }
td.TdClassName
{
border-color: #C82384;
}
.TagClassName
{
border-color: #C82384;
}
</style>