Shades of Deep Magenta #C828DE
Tints of Deep Magenta #C828DE
RGB
CMYK
RGB Variations
Color information
#C828DE (or 0xC828DE) is known color: Deep Magenta. HEX triplet: C8, 28 and DE. RGB value is (200,40,222). Sum of RGB (Red+Green+Blue) = 200+40+222=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #C828DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828DE is #37D721. Grayscale: #6C6C6C. Windows color (decimal): -3659554 or 14559432. OLE color: 14559432.
HSL color Cylindrical-coordinate representation of color #C828DE: hue angle of 292.75º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C828DE is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 40 | 222 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.13 |
| HSL | 292.75º | 0.73% | 0.51% | - |
| HSV(B) | 292.75º | 0.82% | 0.87% | - |
| XYZ | 37.76 | 19.07 | 70.8 | - |
| YUV | 108.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 222 | 0.10 | 0.82 | 0 | 0.13 | 292.75 | 0.73 | 0.51 |
| Hex | C8 | 28 | DE | A | 52 | 0 | D | 125 | 49 | 33 |
| Octal | 310 | 50 | 336 | 12 | 122 | 0 | 15 | 445 | 111 | 63 |
| Binary | 11001000 | 101000 | 11011110 | 1010 | 1010010 | 0 | 1101 | 100100101 | 1001001 | 110011 |
Color Harmonies of #C828DE
Complementary color
Monochromatic Colors of #C828DE
Black with #C828DE
Text Example
Text Example
White with #C828DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828DE; }
p { color: rgb(200,40,222); }
H1.HeaderClassName
{
color: #C828DE;
}
.AnyTagClassName
{
color: #C828DE;
}
</style>
background-color css
<style>
a { background-color: #C828DE; }
a { background-color: rgb(200,40,222); }
div.DivClassName
{
background-color: #C828DE;
}
.BgClassName
{
background-color: #C828DE;
}
</style>
border-color css
<style>
span { border-color: #C828DE; }
span { border-color: rgb(200,40,222); }
td.TdClassName
{
border-color: #C828DE;
}
.TagClassName
{
border-color: #C828DE;
}
</style>