Shades of Medium Violet Red #C82273
Tints of Medium Violet Red #C82273
RGB
CMYK
RGB Variations
Color information
#C82273 (or 0xC82273) is known color: Medium Violet Red. HEX triplet: C8, 22 and 73. RGB value is (200,34,115). Sum of RGB (Red+Green+Blue) = 200+34+115=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C82273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82273 is #37DD8C. Grayscale: #5C5C5C. Windows color (decimal): -3661197 or 7545544. OLE color: 7545544.
HSL color Cylindrical-coordinate representation of color #C82273: hue angle of 330.72º 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 #C82273 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 115 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.22 |
| HSL | 330.72º | 0.71% | 0.46% | - |
| HSV(B) | 330.72º | 0.83% | 0.78% | - |
| XYZ | 27.49 | 14.66 | 17.6 | - |
| YUV | 92.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 115 | 0 | 0.83 | 0.42 | 0.22 | 330.72 | 0.71 | 0.46 |
| Hex | C8 | 22 | 73 | 0 | 53 | 2A | 16 | 14B | 47 | 2E |
| Octal | 310 | 42 | 163 | 0 | 123 | 52 | 26 | 513 | 107 | 56 |
| Binary | 11001000 | 100010 | 1110011 | 0 | 1010011 | 101010 | 10110 | 101001011 | 1000111 | 101110 |
Color Harmonies of #C82273
Complementary color
Monochromatic Colors of #C82273
Black with #C82273
Text Example
Text Example
White with #C82273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82273; }
p { color: rgb(200,34,115); }
H1.HeaderClassName
{
color: #C82273;
}
.AnyTagClassName
{
color: #C82273;
}
</style>
background-color css
<style>
a { background-color: #C82273; }
a { background-color: rgb(200,34,115); }
div.DivClassName
{
background-color: #C82273;
}
.BgClassName
{
background-color: #C82273;
}
</style>
border-color css
<style>
span { border-color: #C82273; }
span { border-color: rgb(200,34,115); }
td.TdClassName
{
border-color: #C82273;
}
.TagClassName
{
border-color: #C82273;
}
</style>