Shades of Deep Magenta #C827E3
Tints of Deep Magenta #C827E3
RGB
CMYK
RGB Variations
Color information
#C827E3 (or 0xC827E3) is known color: Deep Magenta. HEX triplet: C8, 27 and E3. RGB value is (200,39,227). Sum of RGB (Red+Green+Blue) = 200+39+227=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #C827E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827E3 is #37D81C. Grayscale: #6B6B6B. Windows color (decimal): -3659805 or 14886856. OLE color: 14886856.
HSL color Cylindrical-coordinate representation of color #C827E3: hue angle of 291.38º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C827E3 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 39 | 227 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.11 |
| HSL | 291.38º | 0.77% | 0.52% | - |
| HSV(B) | 291.38º | 0.83% | 0.89% | - |
| XYZ | 38.41 | 19.28 | 74.37 | - |
| YUV | 108.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 227 | 0.12 | 0.83 | 0 | 0.11 | 291.38 | 0.77 | 0.52 |
| Hex | C8 | 27 | E3 | C | 53 | 0 | B | 123 | 4D | 34 |
| Octal | 310 | 47 | 343 | 14 | 123 | 0 | 13 | 443 | 115 | 64 |
| Binary | 11001000 | 100111 | 11100011 | 1100 | 1010011 | 0 | 1011 | 100100011 | 1001101 | 110100 |
Color Harmonies of #C827E3
Complementary color
Monochromatic Colors of #C827E3
Black with #C827E3
Text Example
Text Example
White with #C827E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827E3; }
p { color: rgb(200,39,227); }
H1.HeaderClassName
{
color: #C827E3;
}
.AnyTagClassName
{
color: #C827E3;
}
</style>
background-color css
<style>
a { background-color: #C827E3; }
a { background-color: rgb(200,39,227); }
div.DivClassName
{
background-color: #C827E3;
}
.BgClassName
{
background-color: #C827E3;
}
</style>
border-color css
<style>
span { border-color: #C827E3; }
span { border-color: rgb(200,39,227); }
td.TdClassName
{
border-color: #C827E3;
}
.TagClassName
{
border-color: #C827E3;
}
</style>