Shades of Medium Violet Red #C82385
Tints of Medium Violet Red #C82385
RGB
CMYK
RGB Variations
Color information
#C82385 (or 0xC82385) is known color: Medium Violet Red. HEX triplet: C8, 23 and 85. RGB value is (200,35,133). Sum of RGB (Red+Green+Blue) = 200+35+133=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C82385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82385 is #37DC7A. Grayscale: #5F5F5F. Windows color (decimal): -3660923 or 8725448. OLE color: 8725448.
HSL color Cylindrical-coordinate representation of color #C82385: hue angle of 324.36º 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 #C82385 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 133 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.22 |
| HSL | 324.36º | 0.7% | 0.46% | - |
| HSV(B) | 324.36º | 0.83% | 0.78% | - |
| XYZ | 28.65 | 15.17 | 23.61 | - |
| YUV | 95.51 | 149.16 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 133 | 0 | 0.82 | 0.34 | 0.22 | 324.36 | 0.7 | 0.46 |
| Hex | C8 | 23 | 85 | 0 | 52 | 22 | 16 | 144 | 46 | 2E |
| Octal | 310 | 43 | 205 | 0 | 122 | 42 | 26 | 504 | 106 | 56 |
| Binary | 11001000 | 100011 | 10000101 | 0 | 1010010 | 100010 | 10110 | 101000100 | 1000110 | 101110 |
Color Harmonies of #C82385
Complementary color
Monochromatic Colors of #C82385
Black with #C82385
Text Example
Text Example
White with #C82385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82385; }
p { color: rgb(200,35,133); }
H1.HeaderClassName
{
color: #C82385;
}
.AnyTagClassName
{
color: #C82385;
}
</style>
background-color css
<style>
a { background-color: #C82385; }
a { background-color: rgb(200,35,133); }
div.DivClassName
{
background-color: #C82385;
}
.BgClassName
{
background-color: #C82385;
}
</style>
border-color css
<style>
span { border-color: #C82385; }
span { border-color: rgb(200,35,133); }
td.TdClassName
{
border-color: #C82385;
}
.TagClassName
{
border-color: #C82385;
}
</style>