Shades of Medium Violet Red #C82698
Tints of Medium Violet Red #C82698
RGB
CMYK
RGB Variations
Color information
#C82698 (or 0xC82698) is known color: Medium Violet Red. HEX triplet: C8, 26 and 98. RGB value is (200,38,152). Sum of RGB (Red+Green+Blue) = 200+38+152=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C82698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82698 is #37D967. Grayscale: #636363. Windows color (decimal): -3660136 or 9971400. OLE color: 9971400.
HSL color Cylindrical-coordinate representation of color #C82698: hue angle of 317.78º 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 #C82698 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 152 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.22 |
| HSL | 317.78º | 0.68% | 0.47% | - |
| HSV(B) | 317.78º | 0.81% | 0.78% | - |
| XYZ | 30.18 | 15.93 | 31.19 | - |
| YUV | 99.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 152 | 0 | 0.81 | 0.24 | 0.22 | 317.78 | 0.68 | 0.47 |
| Hex | C8 | 26 | 98 | 0 | 51 | 18 | 16 | 13E | 44 | 2F |
| Octal | 310 | 46 | 230 | 0 | 121 | 30 | 26 | 476 | 104 | 57 |
| Binary | 11001000 | 100110 | 10011000 | 0 | 1010001 | 11000 | 10110 | 100111110 | 1000100 | 101111 |
Color Harmonies of #C82698
Complementary color
Monochromatic Colors of #C82698
Black with #C82698
Text Example
Text Example
White with #C82698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82698; }
p { color: rgb(200,38,152); }
H1.HeaderClassName
{
color: #C82698;
}
.AnyTagClassName
{
color: #C82698;
}
</style>
background-color css
<style>
a { background-color: #C82698; }
a { background-color: rgb(200,38,152); }
div.DivClassName
{
background-color: #C82698;
}
.BgClassName
{
background-color: #C82698;
}
</style>
border-color css
<style>
span { border-color: #C82698; }
span { border-color: rgb(200,38,152); }
td.TdClassName
{
border-color: #C82698;
}
.TagClassName
{
border-color: #C82698;
}
</style>