Shades of Medium Violet Red #C82688
Tints of Medium Violet Red #C82688
RGB
CMYK
RGB Variations
Color information
#C82688 (or 0xC82688) is known color: Medium Violet Red. HEX triplet: C8, 26 and 88. RGB value is (200,38,136). Sum of RGB (Red+Green+Blue) = 200+38+136=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C82688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82688 is #37D977. Grayscale: #616161. Windows color (decimal): -3660152 or 8922824. OLE color: 8922824.
HSL color Cylindrical-coordinate representation of color #C82688: hue angle of 323.7º 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 #C82688 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 136 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.22 |
| HSL | 323.7º | 0.68% | 0.47% | - |
| HSV(B) | 323.7º | 0.81% | 0.78% | - |
| XYZ | 28.96 | 15.44 | 24.75 | - |
| YUV | 97.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 136 | 0 | 0.81 | 0.32 | 0.22 | 323.7 | 0.68 | 0.47 |
| Hex | C8 | 26 | 88 | 0 | 51 | 20 | 16 | 144 | 44 | 2F |
| Octal | 310 | 46 | 210 | 0 | 121 | 40 | 26 | 504 | 104 | 57 |
| Binary | 11001000 | 100110 | 10001000 | 0 | 1010001 | 100000 | 10110 | 101000100 | 1000100 | 101111 |
Color Harmonies of #C82688
Complementary color
Monochromatic Colors of #C82688
Black with #C82688
Text Example
Text Example
White with #C82688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82688; }
p { color: rgb(200,38,136); }
H1.HeaderClassName
{
color: #C82688;
}
.AnyTagClassName
{
color: #C82688;
}
</style>
background-color css
<style>
a { background-color: #C82688; }
a { background-color: rgb(200,38,136); }
div.DivClassName
{
background-color: #C82688;
}
.BgClassName
{
background-color: #C82688;
}
</style>
border-color css
<style>
span { border-color: #C82688; }
span { border-color: rgb(200,38,136); }
td.TdClassName
{
border-color: #C82688;
}
.TagClassName
{
border-color: #C82688;
}
</style>