Shades of Medium Red Violet #C828A5
Tints of Medium Red Violet #C828A5
RGB
CMYK
RGB Variations
Color information
#C828A5 (or 0xC828A5) is known color: Medium Red Violet. HEX triplet: C8, 28 and A5. RGB value is (200,40,165). Sum of RGB (Red+Green+Blue) = 200+40+165=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C828A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C828A5 is #37D75A. Grayscale: #656565. Windows color (decimal): -3659611 or 10823880. OLE color: 10823880.
HSL color Cylindrical-coordinate representation of color #C828A5: hue angle of 313.12º 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 #C828A5 is Cyan = 0, Magento = 0.8, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 165 | - |
| CMYK | 0 | 0.8 | 0.18 | 0.22 |
| HSL | 313.13º | 0.67% | 0.47% | - |
| HSV(B) | 313.13º | 0.8% | 0.78% | - |
| XYZ | 31.37 | 16.51 | 37.13 | - |
| YUV | 102.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 165 | 0 | 0.8 | 0.18 | 0.22 | 313.13 | 0.67 | 0.47 |
| Hex | C8 | 28 | A5 | 0 | 50 | 12 | 16 | 139 | 43 | 2F |
| Octal | 310 | 50 | 245 | 0 | 120 | 22 | 26 | 471 | 103 | 57 |
| Binary | 11001000 | 101000 | 10100101 | 0 | 1010000 | 10010 | 10110 | 100111001 | 1000011 | 101111 |
Color Harmonies of #C828A5
Complementary color
Monochromatic Colors of #C828A5
Black with #C828A5
Text Example
Text Example
White with #C828A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828A5; }
p { color: rgb(200,40,165); }
H1.HeaderClassName
{
color: #C828A5;
}
.AnyTagClassName
{
color: #C828A5;
}
</style>
background-color css
<style>
a { background-color: #C828A5; }
a { background-color: rgb(200,40,165); }
div.DivClassName
{
background-color: #C828A5;
}
.BgClassName
{
background-color: #C828A5;
}
</style>
border-color css
<style>
span { border-color: #C828A5; }
span { border-color: rgb(200,40,165); }
td.TdClassName
{
border-color: #C828A5;
}
.TagClassName
{
border-color: #C828A5;
}
</style>