Shades of Medium Violet Red #C82170
Tints of Medium Violet Red #C82170
RGB
CMYK
RGB Variations
Color information
#C82170 (or 0xC82170) is known color: Medium Violet Red. HEX triplet: C8, 21 and 70. RGB value is (200,33,112). Sum of RGB (Red+Green+Blue) = 200+33+112=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C82170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82170 is #37DE8F. Grayscale: #5B5B5B. Windows color (decimal): -3661456 or 7348680. OLE color: 7348680.
HSL color Cylindrical-coordinate representation of color #C82170: hue angle of 331.62º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82170 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 112 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.22 |
| HSL | 331.62º | 0.72% | 0.46% | - |
| HSV(B) | 331.62º | 0.84% | 0.78% | - |
| XYZ | 27.29 | 14.54 | 16.7 | - |
| YUV | 91.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 112 | 0 | 0.84 | 0.44 | 0.22 | 331.62 | 0.72 | 0.46 |
| Hex | C8 | 21 | 70 | 0 | 54 | 2C | 16 | 14C | 48 | 2E |
| Octal | 310 | 41 | 160 | 0 | 124 | 54 | 26 | 514 | 110 | 56 |
| Binary | 11001000 | 100001 | 1110000 | 0 | 1010100 | 101100 | 10110 | 101001100 | 1001000 | 101110 |
Color Harmonies of #C82170
Complementary color
Monochromatic Colors of #C82170
Black with #C82170
Text Example
Text Example
White with #C82170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82170; }
p { color: rgb(200,33,112); }
H1.HeaderClassName
{
color: #C82170;
}
.AnyTagClassName
{
color: #C82170;
}
</style>
background-color css
<style>
a { background-color: #C82170; }
a { background-color: rgb(200,33,112); }
div.DivClassName
{
background-color: #C82170;
}
.BgClassName
{
background-color: #C82170;
}
</style>
border-color css
<style>
span { border-color: #C82170; }
span { border-color: rgb(200,33,112); }
td.TdClassName
{
border-color: #C82170;
}
.TagClassName
{
border-color: #C82170;
}
</style>