Shades of Medium Violet Red #C82577
Tints of Medium Violet Red #C82577
RGB
CMYK
RGB Variations
Color information
#C82577 (or 0xC82577) is known color: Medium Violet Red. HEX triplet: C8, 25 and 77. RGB value is (200,37,119). Sum of RGB (Red+Green+Blue) = 200+37+119=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C82577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82577 is #37DA88. Grayscale: #5E5E5E. Windows color (decimal): -3660425 or 7808456. OLE color: 7808456.
HSL color Cylindrical-coordinate representation of color #C82577: hue angle of 329.82º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82577 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 119 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.22 |
| HSL | 329.82º | 0.69% | 0.46% | - |
| HSV(B) | 329.82º | 0.82% | 0.78% | - |
| XYZ | 27.81 | 14.93 | 18.87 | - |
| YUV | 95.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 119 | 0 | 0.82 | 0.40 | 0.22 | 329.82 | 0.69 | 0.46 |
| Hex | C8 | 25 | 77 | 0 | 52 | 28 | 16 | 14A | 45 | 2E |
| Octal | 310 | 45 | 167 | 0 | 122 | 50 | 26 | 512 | 105 | 56 |
| Binary | 11001000 | 100101 | 1110111 | 0 | 1010010 | 101000 | 10110 | 101001010 | 1000101 | 101110 |
Color Harmonies of #C82577
Complementary color
Monochromatic Colors of #C82577
Black with #C82577
Text Example
Text Example
White with #C82577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82577; }
p { color: rgb(200,37,119); }
H1.HeaderClassName
{
color: #C82577;
}
.AnyTagClassName
{
color: #C82577;
}
</style>
background-color css
<style>
a { background-color: #C82577; }
a { background-color: rgb(200,37,119); }
div.DivClassName
{
background-color: #C82577;
}
.BgClassName
{
background-color: #C82577;
}
</style>
border-color css
<style>
span { border-color: #C82577; }
span { border-color: rgb(200,37,119); }
td.TdClassName
{
border-color: #C82577;
}
.TagClassName
{
border-color: #C82577;
}
</style>