Shades of Medium Violet Red #C826AB
Tints of Medium Violet Red #C826AB
RGB
CMYK
RGB Variations
Color information
#C826AB (or 0xC826AB) is known color: Medium Violet Red. HEX triplet: C8, 26 and AB. RGB value is (200,38,171). Sum of RGB (Red+Green+Blue) = 200+38+171=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C826AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826AB is #37D954. Grayscale: #656565. Windows color (decimal): -3660117 or 11216584. OLE color: 11216584.
HSL color Cylindrical-coordinate representation of color #C826AB: hue angle of 310.74º 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 #C826AB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 171 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.22 |
| HSL | 310.74º | 0.68% | 0.47% | - |
| HSV(B) | 310.74º | 0.81% | 0.78% | - |
| XYZ | 31.86 | 16.61 | 40.05 | - |
| YUV | 101.6 | 167.17 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 171 | 0 | 0.81 | 0.14 | 0.22 | 310.74 | 0.68 | 0.47 |
| Hex | C8 | 26 | AB | 0 | 51 | E | 16 | 137 | 44 | 2F |
| Octal | 310 | 46 | 253 | 0 | 121 | 16 | 26 | 467 | 104 | 57 |
| Binary | 11001000 | 100110 | 10101011 | 0 | 1010001 | 1110 | 10110 | 100110111 | 1000100 | 101111 |
Color Harmonies of #C826AB
Complementary color
Monochromatic Colors of #C826AB
Black with #C826AB
Text Example
Text Example
White with #C826AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826AB; }
p { color: rgb(200,38,171); }
H1.HeaderClassName
{
color: #C826AB;
}
.AnyTagClassName
{
color: #C826AB;
}
</style>
background-color css
<style>
a { background-color: #C826AB; }
a { background-color: rgb(200,38,171); }
div.DivClassName
{
background-color: #C826AB;
}
.BgClassName
{
background-color: #C826AB;
}
</style>
border-color css
<style>
span { border-color: #C826AB; }
span { border-color: rgb(200,38,171); }
td.TdClassName
{
border-color: #C826AB;
}
.TagClassName
{
border-color: #C826AB;
}
</style>