Shades of Medium Violet Red #C828AB
Tints of Medium Violet Red #C828AB
RGB
CMYK
RGB Variations
Color information
#C828AB (or 0xC828AB) is known color: Medium Violet Red. HEX triplet: C8, 28 and AB. RGB value is (200,40,171). Sum of RGB (Red+Green+Blue) = 200+40+171=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C828AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C828AB is #37D754. Grayscale: #666666. Windows color (decimal): -3659605 or 11217096. OLE color: 11217096.
HSL color Cylindrical-coordinate representation of color #C828AB: hue angle of 310.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C828AB is Cyan = 0, Magento = 0.8, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 171 | - |
| CMYK | 0 | 0.8 | 0.14 | 0.22 |
| HSL | 310.88º | 0.67% | 0.47% | - |
| HSV(B) | 310.88º | 0.8% | 0.78% | - |
| XYZ | 31.93 | 16.74 | 40.08 | - |
| YUV | 102.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 171 | 0 | 0.8 | 0.14 | 0.22 | 310.88 | 0.67 | 0.47 |
| Hex | C8 | 28 | AB | 0 | 50 | E | 16 | 137 | 43 | 2F |
| Octal | 310 | 50 | 253 | 0 | 120 | 16 | 26 | 467 | 103 | 57 |
| Binary | 11001000 | 101000 | 10101011 | 0 | 1010000 | 1110 | 10110 | 100110111 | 1000011 | 101111 |
Color Harmonies of #C828AB
Complementary color
Monochromatic Colors of #C828AB
Black with #C828AB
Text Example
Text Example
White with #C828AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828AB; }
p { color: rgb(200,40,171); }
H1.HeaderClassName
{
color: #C828AB;
}
.AnyTagClassName
{
color: #C828AB;
}
</style>
background-color css
<style>
a { background-color: #C828AB; }
a { background-color: rgb(200,40,171); }
div.DivClassName
{
background-color: #C828AB;
}
.BgClassName
{
background-color: #C828AB;
}
</style>
border-color css
<style>
span { border-color: #C828AB; }
span { border-color: rgb(200,40,171); }
td.TdClassName
{
border-color: #C828AB;
}
.TagClassName
{
border-color: #C828AB;
}
</style>