Shades of Medium Violet Red #C824A8
Tints of Medium Violet Red #C824A8
RGB
CMYK
RGB Variations
Color information
#C824A8 (or 0xC824A8) is known color: Medium Violet Red. HEX triplet: C8, 24 and A8. RGB value is (200,36,168). Sum of RGB (Red+Green+Blue) = 200+36+168=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C824A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C824A8 is #37DB57. Grayscale: #636363. Windows color (decimal): -3660632 or 11019464. OLE color: 11019464.
HSL color Cylindrical-coordinate representation of color #C824A8: hue angle of 311.71º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C824A8 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 168 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.22 |
| HSL | 311.71º | 0.69% | 0.46% | - |
| HSV(B) | 311.71º | 0.82% | 0.78% | - |
| XYZ | 31.52 | 16.37 | 38.54 | - |
| YUV | 100.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 168 | 0 | 0.82 | 0.16 | 0.22 | 311.71 | 0.69 | 0.46 |
| Hex | C8 | 24 | A8 | 0 | 52 | 10 | 16 | 138 | 45 | 2E |
| Octal | 310 | 44 | 250 | 0 | 122 | 20 | 26 | 470 | 105 | 56 |
| Binary | 11001000 | 100100 | 10101000 | 0 | 1010010 | 10000 | 10110 | 100111000 | 1000101 | 101110 |
Color Harmonies of #C824A8
Complementary color
Monochromatic Colors of #C824A8
Black with #C824A8
Text Example
Text Example
White with #C824A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824A8; }
p { color: rgb(200,36,168); }
H1.HeaderClassName
{
color: #C824A8;
}
.AnyTagClassName
{
color: #C824A8;
}
</style>
background-color css
<style>
a { background-color: #C824A8; }
a { background-color: rgb(200,36,168); }
div.DivClassName
{
background-color: #C824A8;
}
.BgClassName
{
background-color: #C824A8;
}
</style>
border-color css
<style>
span { border-color: #C824A8; }
span { border-color: rgb(200,36,168); }
td.TdClassName
{
border-color: #C824A8;
}
.TagClassName
{
border-color: #C824A8;
}
</style>