Shades of Medium Violet Red #C824A4
Tints of Medium Violet Red #C824A4
RGB
CMYK
RGB Variations
Color information
#C824A4 (or 0xC824A4) is known color: Medium Violet Red. HEX triplet: C8, 24 and A4. RGB value is (200,36,164). Sum of RGB (Red+Green+Blue) = 200+36+164=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C824A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C824A4 is #37DB5B. Grayscale: #636363. Windows color (decimal): -3660636 or 10757320. OLE color: 10757320.
HSL color Cylindrical-coordinate representation of color #C824A4: hue angle of 313.17º 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 #C824A4 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 164 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.22 |
| HSL | 313.17º | 0.69% | 0.46% | - |
| HSV(B) | 313.17º | 0.82% | 0.78% | - |
| XYZ | 31.15 | 16.22 | 36.61 | - |
| YUV | 99.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 164 | 0 | 0.82 | 0.18 | 0.22 | 313.17 | 0.69 | 0.46 |
| Hex | C8 | 24 | A4 | 0 | 52 | 12 | 16 | 139 | 45 | 2E |
| Octal | 310 | 44 | 244 | 0 | 122 | 22 | 26 | 471 | 105 | 56 |
| Binary | 11001000 | 100100 | 10100100 | 0 | 1010010 | 10010 | 10110 | 100111001 | 1000101 | 101110 |
Color Harmonies of #C824A4
Complementary color
Monochromatic Colors of #C824A4
Black with #C824A4
Text Example
Text Example
White with #C824A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824A4; }
p { color: rgb(200,36,164); }
H1.HeaderClassName
{
color: #C824A4;
}
.AnyTagClassName
{
color: #C824A4;
}
</style>
background-color css
<style>
a { background-color: #C824A4; }
a { background-color: rgb(200,36,164); }
div.DivClassName
{
background-color: #C824A4;
}
.BgClassName
{
background-color: #C824A4;
}
</style>
border-color css
<style>
span { border-color: #C824A4; }
span { border-color: rgb(200,36,164); }
td.TdClassName
{
border-color: #C824A4;
}
.TagClassName
{
border-color: #C824A4;
}
</style>