Shades of Deep Magenta #C824B0
Tints of Deep Magenta #C824B0
RGB
CMYK
RGB Variations
Color information
#C824B0 (or 0xC824B0) is known color: Deep Magenta. HEX triplet: C8, 24 and B0. RGB value is (200,36,176). Sum of RGB (Red+Green+Blue) = 200+36+176=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C824B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C824B0 is #37DB4F. Grayscale: #646464. Windows color (decimal): -3660624 or 11543752. OLE color: 11543752.
HSL color Cylindrical-coordinate representation of color #C824B0: hue angle of 308.78º 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 #C824B0 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 176 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.22 |
| HSL | 308.78º | 0.69% | 0.46% | - |
| HSV(B) | 308.78º | 0.82% | 0.78% | - |
| XYZ | 32.29 | 16.68 | 42.59 | - |
| YUV | 101 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 176 | 0 | 0.82 | 0.12 | 0.22 | 308.78 | 0.69 | 0.46 |
| Hex | C8 | 24 | B0 | 0 | 52 | C | 16 | 135 | 45 | 2E |
| Octal | 310 | 44 | 260 | 0 | 122 | 14 | 26 | 465 | 105 | 56 |
| Binary | 11001000 | 100100 | 10110000 | 0 | 1010010 | 1100 | 10110 | 100110101 | 1000101 | 101110 |
Color Harmonies of #C824B0
Complementary color
Monochromatic Colors of #C824B0
Black with #C824B0
Text Example
Text Example
White with #C824B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824B0; }
p { color: rgb(200,36,176); }
H1.HeaderClassName
{
color: #C824B0;
}
.AnyTagClassName
{
color: #C824B0;
}
</style>
background-color css
<style>
a { background-color: #C824B0; }
a { background-color: rgb(200,36,176); }
div.DivClassName
{
background-color: #C824B0;
}
.BgClassName
{
background-color: #C824B0;
}
</style>
border-color css
<style>
span { border-color: #C824B0; }
span { border-color: rgb(200,36,176); }
td.TdClassName
{
border-color: #C824B0;
}
.TagClassName
{
border-color: #C824B0;
}
</style>