Shades of Deep Magenta #C824BE
Tints of Deep Magenta #C824BE
RGB
CMYK
RGB Variations
Color information
#C824BE (or 0xC824BE) is known color: Deep Magenta. HEX triplet: C8, 24 and BE. RGB value is (200,36,190). Sum of RGB (Red+Green+Blue) = 200+36+190=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C824BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C824BE is #37DB41. Grayscale: #666666. Windows color (decimal): -3660610 or 12461256. OLE color: 12461256.
HSL color Cylindrical-coordinate representation of color #C824BE: hue angle of 303.66º 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 #C824BE is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 190 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.22 |
| HSL | 303.66º | 0.69% | 0.46% | - |
| HSV(B) | 303.66º | 0.82% | 0.78% | - |
| XYZ | 33.74 | 17.26 | 50.27 | - |
| YUV | 102.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 190 | 0 | 0.82 | 0.05 | 0.22 | 303.66 | 0.69 | 0.46 |
| Hex | C8 | 24 | BE | 0 | 52 | 5 | 16 | 130 | 45 | 2E |
| Octal | 310 | 44 | 276 | 0 | 122 | 5 | 26 | 460 | 105 | 56 |
| Binary | 11001000 | 100100 | 10111110 | 0 | 1010010 | 101 | 10110 | 100110000 | 1000101 | 101110 |
Color Harmonies of #C824BE
Complementary color
Monochromatic Colors of #C824BE
Black with #C824BE
Text Example
Text Example
White with #C824BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824BE; }
p { color: rgb(200,36,190); }
H1.HeaderClassName
{
color: #C824BE;
}
.AnyTagClassName
{
color: #C824BE;
}
</style>
background-color css
<style>
a { background-color: #C824BE; }
a { background-color: rgb(200,36,190); }
div.DivClassName
{
background-color: #C824BE;
}
.BgClassName
{
background-color: #C824BE;
}
</style>
border-color css
<style>
span { border-color: #C824BE; }
span { border-color: rgb(200,36,190); }
td.TdClassName
{
border-color: #C824BE;
}
.TagClassName
{
border-color: #C824BE;
}
</style>