Shades of Medium Violet Red #C826AC
Tints of Medium Violet Red #C826AC
RGB
CMYK
RGB Variations
Color information
#C826AC (or 0xC826AC) is known color: Medium Violet Red. HEX triplet: C8, 26 and AC. RGB value is (200,38,172). Sum of RGB (Red+Green+Blue) = 200+38+172=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C826AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826AC is #37D953. Grayscale: #656565. Windows color (decimal): -3660116 or 11282120. OLE color: 11282120.
HSL color Cylindrical-coordinate representation of color #C826AC: hue angle of 310.37º 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 #C826AC is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 172 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.22 |
| HSL | 310.37º | 0.68% | 0.47% | - |
| HSV(B) | 310.37º | 0.81% | 0.78% | - |
| XYZ | 31.96 | 16.64 | 40.56 | - |
| YUV | 101.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 172 | 0 | 0.81 | 0.14 | 0.22 | 310.37 | 0.68 | 0.47 |
| Hex | C8 | 26 | AC | 0 | 51 | E | 16 | 136 | 44 | 2F |
| Octal | 310 | 46 | 254 | 0 | 121 | 16 | 26 | 466 | 104 | 57 |
| Binary | 11001000 | 100110 | 10101100 | 0 | 1010001 | 1110 | 10110 | 100110110 | 1000100 | 101111 |
Color Harmonies of #C826AC
Complementary color
Monochromatic Colors of #C826AC
Black with #C826AC
Text Example
Text Example
White with #C826AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826AC; }
p { color: rgb(200,38,172); }
H1.HeaderClassName
{
color: #C826AC;
}
.AnyTagClassName
{
color: #C826AC;
}
</style>
background-color css
<style>
a { background-color: #C826AC; }
a { background-color: rgb(200,38,172); }
div.DivClassName
{
background-color: #C826AC;
}
.BgClassName
{
background-color: #C826AC;
}
</style>
border-color css
<style>
span { border-color: #C826AC; }
span { border-color: rgb(200,38,172); }
td.TdClassName
{
border-color: #C826AC;
}
.TagClassName
{
border-color: #C826AC;
}
</style>