Shades of Medium Violet Red #C82390
Tints of Medium Violet Red #C82390
RGB
CMYK
RGB Variations
Color information
#C82390 (or 0xC82390) is known color: Medium Violet Red. HEX triplet: C8, 23 and 90. RGB value is (200,35,144). Sum of RGB (Red+Green+Blue) = 200+35+144=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C82390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82390 is #37DC6F. Grayscale: #606060. Windows color (decimal): -3660912 or 9446344. OLE color: 9446344.
HSL color Cylindrical-coordinate representation of color #C82390: hue angle of 320.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 #C82390 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 144 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.22 |
| HSL | 320.36º | 0.7% | 0.46% | - |
| HSV(B) | 320.36º | 0.83% | 0.78% | - |
| XYZ | 29.45 | 15.5 | 27.82 | - |
| YUV | 96.76 | 154.66 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 144 | 0 | 0.82 | 0.28 | 0.22 | 320.36 | 0.7 | 0.46 |
| Hex | C8 | 23 | 90 | 0 | 52 | 1C | 16 | 140 | 46 | 2E |
| Octal | 310 | 43 | 220 | 0 | 122 | 34 | 26 | 500 | 106 | 56 |
| Binary | 11001000 | 100011 | 10010000 | 0 | 1010010 | 11100 | 10110 | 101000000 | 1000110 | 101110 |
Color Harmonies of #C82390
Complementary color
Monochromatic Colors of #C82390
Black with #C82390
Text Example
Text Example
White with #C82390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82390; }
p { color: rgb(200,35,144); }
H1.HeaderClassName
{
color: #C82390;
}
.AnyTagClassName
{
color: #C82390;
}
</style>
background-color css
<style>
a { background-color: #C82390; }
a { background-color: rgb(200,35,144); }
div.DivClassName
{
background-color: #C82390;
}
.BgClassName
{
background-color: #C82390;
}
</style>
border-color css
<style>
span { border-color: #C82390; }
span { border-color: rgb(200,35,144); }
td.TdClassName
{
border-color: #C82390;
}
.TagClassName
{
border-color: #C82390;
}
</style>