Shades of Medium Violet Red #C82677
Tints of Medium Violet Red #C82677
RGB
CMYK
RGB Variations
Color information
#C82677 (or 0xC82677) is known color: Medium Violet Red. HEX triplet: C8, 26 and 77. RGB value is (200,38,119). Sum of RGB (Red+Green+Blue) = 200+38+119=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C82677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82677 is #37D988. Grayscale: #5F5F5F. Windows color (decimal): -3660169 or 7808712. OLE color: 7808712.
HSL color Cylindrical-coordinate representation of color #C82677: hue angle of 330º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82677 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 119 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.22 |
| HSL | 330º | 0.68% | 0.47% | - |
| HSV(B) | 330º | 0.81% | 0.78% | - |
| XYZ | 27.84 | 15 | 18.88 | - |
| YUV | 95.67 | 141.17 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 119 | 0 | 0.81 | 0.40 | 0.22 | 330 | 0.68 | 0.47 |
| Hex | C8 | 26 | 77 | 0 | 51 | 28 | 16 | 14A | 44 | 2F |
| Octal | 310 | 46 | 167 | 0 | 121 | 50 | 26 | 512 | 104 | 57 |
| Binary | 11001000 | 100110 | 1110111 | 0 | 1010001 | 101000 | 10110 | 101001010 | 1000100 | 101111 |
Color Harmonies of #C82677
Complementary color
Monochromatic Colors of #C82677
Black with #C82677
Text Example
Text Example
White with #C82677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82677; }
p { color: rgb(200,38,119); }
H1.HeaderClassName
{
color: #C82677;
}
.AnyTagClassName
{
color: #C82677;
}
</style>
background-color css
<style>
a { background-color: #C82677; }
a { background-color: rgb(200,38,119); }
div.DivClassName
{
background-color: #C82677;
}
.BgClassName
{
background-color: #C82677;
}
</style>
border-color css
<style>
span { border-color: #C82677; }
span { border-color: rgb(200,38,119); }
td.TdClassName
{
border-color: #C82677;
}
.TagClassName
{
border-color: #C82677;
}
</style>