Shades of Medium Violet Red #C82270
Tints of Medium Violet Red #C82270
RGB
CMYK
RGB Variations
Color information
#C82270 (or 0xC82270) is known color: Medium Violet Red. HEX triplet: C8, 22 and 70. RGB value is (200,34,112). Sum of RGB (Red+Green+Blue) = 200+34+112=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C82270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82270 is #37DD8F. Grayscale: #5C5C5C. Windows color (decimal): -3661200 or 7348936. OLE color: 7348936.
HSL color Cylindrical-coordinate representation of color #C82270: hue angle of 331.81º 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 #C82270 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 112 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.22 |
| HSL | 331.81º | 0.71% | 0.46% | - |
| HSV(B) | 331.81º | 0.83% | 0.78% | - |
| XYZ | 27.32 | 14.59 | 16.71 | - |
| YUV | 92.53 | 139 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 112 | 0 | 0.83 | 0.44 | 0.22 | 331.81 | 0.71 | 0.46 |
| Hex | C8 | 22 | 70 | 0 | 53 | 2C | 16 | 14C | 47 | 2E |
| Octal | 310 | 42 | 160 | 0 | 123 | 54 | 26 | 514 | 107 | 56 |
| Binary | 11001000 | 100010 | 1110000 | 0 | 1010011 | 101100 | 10110 | 101001100 | 1000111 | 101110 |
Color Harmonies of #C82270
Complementary color
Monochromatic Colors of #C82270
Black with #C82270
Text Example
Text Example
White with #C82270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82270; }
p { color: rgb(200,34,112); }
H1.HeaderClassName
{
color: #C82270;
}
.AnyTagClassName
{
color: #C82270;
}
</style>
background-color css
<style>
a { background-color: #C82270; }
a { background-color: rgb(200,34,112); }
div.DivClassName
{
background-color: #C82270;
}
.BgClassName
{
background-color: #C82270;
}
</style>
border-color css
<style>
span { border-color: #C82270; }
span { border-color: rgb(200,34,112); }
td.TdClassName
{
border-color: #C82270;
}
.TagClassName
{
border-color: #C82270;
}
</style>