Shades of Medium Violet Red #C82370
Tints of Medium Violet Red #C82370
RGB
CMYK
RGB Variations
Color information
#C82370 (or 0xC82370) is known color: Medium Violet Red. HEX triplet: C8, 23 and 70. RGB value is (200,35,112). Sum of RGB (Red+Green+Blue) = 200+35+112=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C82370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82370 is #37DC8F. Grayscale: #5C5C5C. Windows color (decimal): -3660944 or 7349192. OLE color: 7349192.
HSL color Cylindrical-coordinate representation of color #C82370: hue angle of 332º 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 #C82370 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 112 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.22 |
| HSL | 332º | 0.7% | 0.46% | - |
| HSV(B) | 332º | 0.83% | 0.78% | - |
| XYZ | 27.35 | 14.65 | 16.72 | - |
| YUV | 93.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 112 | 0 | 0.82 | 0.44 | 0.22 | 332 | 0.7 | 0.46 |
| Hex | C8 | 23 | 70 | 0 | 52 | 2C | 16 | 14C | 46 | 2E |
| Octal | 310 | 43 | 160 | 0 | 122 | 54 | 26 | 514 | 106 | 56 |
| Binary | 11001000 | 100011 | 1110000 | 0 | 1010010 | 101100 | 10110 | 101001100 | 1000110 | 101110 |
Color Harmonies of #C82370
Complementary color
Monochromatic Colors of #C82370
Black with #C82370
Text Example
Text Example
White with #C82370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82370; }
p { color: rgb(200,35,112); }
H1.HeaderClassName
{
color: #C82370;
}
.AnyTagClassName
{
color: #C82370;
}
</style>
background-color css
<style>
a { background-color: #C82370; }
a { background-color: rgb(200,35,112); }
div.DivClassName
{
background-color: #C82370;
}
.BgClassName
{
background-color: #C82370;
}
</style>
border-color css
<style>
span { border-color: #C82370; }
span { border-color: rgb(200,35,112); }
td.TdClassName
{
border-color: #C82370;
}
.TagClassName
{
border-color: #C82370;
}
</style>