Shades of Medium Violet Red #C82275
Tints of Medium Violet Red #C82275
RGB
CMYK
RGB Variations
Color information
#C82275 (or 0xC82275) is known color: Medium Violet Red. HEX triplet: C8, 22 and 75. RGB value is (200,34,117). Sum of RGB (Red+Green+Blue) = 200+34+117=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C82275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82275 is #37DD8A. Grayscale: #5C5C5C. Windows color (decimal): -3661195 or 7676616. OLE color: 7676616.
HSL color Cylindrical-coordinate representation of color #C82275: hue angle of 330º degrees, saturation: 0.71, 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 #C82275 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 117 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.22 |
| HSL | 330º | 0.71% | 0.46% | - |
| HSV(B) | 330º | 0.83% | 0.78% | - |
| XYZ | 27.6 | 14.71 | 18.21 | - |
| YUV | 93.1 | 141.5 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 117 | 0 | 0.83 | 0.42 | 0.22 | 330 | 0.71 | 0.46 |
| Hex | C8 | 22 | 75 | 0 | 53 | 2A | 16 | 14A | 47 | 2E |
| Octal | 310 | 42 | 165 | 0 | 123 | 52 | 26 | 512 | 107 | 56 |
| Binary | 11001000 | 100010 | 1110101 | 0 | 1010011 | 101010 | 10110 | 101001010 | 1000111 | 101110 |
Color Harmonies of #C82275
Complementary color
Monochromatic Colors of #C82275
Black with #C82275
Text Example
Text Example
White with #C82275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82275; }
p { color: rgb(200,34,117); }
H1.HeaderClassName
{
color: #C82275;
}
.AnyTagClassName
{
color: #C82275;
}
</style>
background-color css
<style>
a { background-color: #C82275; }
a { background-color: rgb(200,34,117); }
div.DivClassName
{
background-color: #C82275;
}
.BgClassName
{
background-color: #C82275;
}
</style>
border-color css
<style>
span { border-color: #C82275; }
span { border-color: rgb(200,34,117); }
td.TdClassName
{
border-color: #C82275;
}
.TagClassName
{
border-color: #C82275;
}
</style>