Shades of Medium Violet Red #C82679
Tints of Medium Violet Red #C82679
RGB
CMYK
RGB Variations
Color information
#C82679 (or 0xC82679) is known color: Medium Violet Red. HEX triplet: C8, 26 and 79. RGB value is (200,38,121). Sum of RGB (Red+Green+Blue) = 200+38+121=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C82679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82679 is #37D986. Grayscale: #5F5F5F. Windows color (decimal): -3660167 or 7939784. OLE color: 7939784.
HSL color Cylindrical-coordinate representation of color #C82679: hue angle of 329.26º 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 #C82679 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 121 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.22 |
| HSL | 329.26º | 0.68% | 0.47% | - |
| HSV(B) | 329.26º | 0.81% | 0.78% | - |
| XYZ | 27.96 | 15.05 | 19.52 | - |
| YUV | 95.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 121 | 0 | 0.81 | 0.39 | 0.22 | 329.26 | 0.68 | 0.47 |
| Hex | C8 | 26 | 79 | 0 | 51 | 27 | 16 | 149 | 44 | 2F |
| Octal | 310 | 46 | 171 | 0 | 121 | 47 | 26 | 511 | 104 | 57 |
| Binary | 11001000 | 100110 | 1111001 | 0 | 1010001 | 100111 | 10110 | 101001001 | 1000100 | 101111 |
Color Harmonies of #C82679
Complementary color
Monochromatic Colors of #C82679
Black with #C82679
Text Example
Text Example
White with #C82679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82679; }
p { color: rgb(200,38,121); }
H1.HeaderClassName
{
color: #C82679;
}
.AnyTagClassName
{
color: #C82679;
}
</style>
background-color css
<style>
a { background-color: #C82679; }
a { background-color: rgb(200,38,121); }
div.DivClassName
{
background-color: #C82679;
}
.BgClassName
{
background-color: #C82679;
}
</style>
border-color css
<style>
span { border-color: #C82679; }
span { border-color: rgb(200,38,121); }
td.TdClassName
{
border-color: #C82679;
}
.TagClassName
{
border-color: #C82679;
}
</style>