Shades of Deep Magenta #C827D4
Tints of Deep Magenta #C827D4
RGB
CMYK
RGB Variations
Color information
#C827D4 (or 0xC827D4) is known color: Deep Magenta. HEX triplet: C8, 27 and D4. RGB value is (200,39,212). Sum of RGB (Red+Green+Blue) = 200+39+212=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #C827D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827D4 is #37D82B. Grayscale: #6A6A6A. Windows color (decimal): -3659820 or 13903816. OLE color: 13903816.
HSL color Cylindrical-coordinate representation of color #C827D4: hue angle of 295.84º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C827D4 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 39 | 212 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.17 |
| HSL | 295.84º | 0.69% | 0.49% | - |
| HSV(B) | 295.84º | 0.82% | 0.83% | - |
| XYZ | 36.43 | 18.48 | 63.94 | - |
| YUV | 106.86 | 187.34 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 212 | 0.06 | 0.82 | 0 | 0.17 | 295.84 | 0.69 | 0.49 |
| Hex | C8 | 27 | D4 | 6 | 52 | 0 | 11 | 128 | 45 | 31 |
| Octal | 310 | 47 | 324 | 6 | 122 | 0 | 21 | 450 | 105 | 61 |
| Binary | 11001000 | 100111 | 11010100 | 110 | 1010010 | 0 | 10001 | 100101000 | 1000101 | 110001 |
Color Harmonies of #C827D4
Complementary color
Monochromatic Colors of #C827D4
Black with #C827D4
Text Example
Text Example
White with #C827D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827D4; }
p { color: rgb(200,39,212); }
H1.HeaderClassName
{
color: #C827D4;
}
.AnyTagClassName
{
color: #C827D4;
}
</style>
background-color css
<style>
a { background-color: #C827D4; }
a { background-color: rgb(200,39,212); }
div.DivClassName
{
background-color: #C827D4;
}
.BgClassName
{
background-color: #C827D4;
}
</style>
border-color css
<style>
span { border-color: #C827D4; }
span { border-color: rgb(200,39,212); }
td.TdClassName
{
border-color: #C827D4;
}
.TagClassName
{
border-color: #C827D4;
}
</style>