Shades of Deep Magenta #C827E0
Tints of Deep Magenta #C827E0
RGB
CMYK
RGB Variations
Color information
#C827E0 (or 0xC827E0) is known color: Deep Magenta. HEX triplet: C8, 27 and E0. RGB value is (200,39,224). Sum of RGB (Red+Green+Blue) = 200+39+224=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #C827E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827E0 is #37D81F. Grayscale: #6B6B6B. Windows color (decimal): -3659808 or 14690248. OLE color: 14690248.
HSL color Cylindrical-coordinate representation of color #C827E0: hue angle of 292.22º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C827E0 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 39 | 224 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.12 |
| HSL | 292.22º | 0.75% | 0.52% | - |
| HSV(B) | 292.22º | 0.83% | 0.88% | - |
| XYZ | 38 | 19.11 | 72.21 | - |
| YUV | 108.23 | 193.34 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 224 | 0.11 | 0.83 | 0 | 0.12 | 292.22 | 0.75 | 0.52 |
| Hex | C8 | 27 | E0 | B | 53 | 0 | C | 124 | 4B | 34 |
| Octal | 310 | 47 | 340 | 13 | 123 | 0 | 14 | 444 | 113 | 64 |
| Binary | 11001000 | 100111 | 11100000 | 1011 | 1010011 | 0 | 1100 | 100100100 | 1001011 | 110100 |
Color Harmonies of #C827E0
Complementary color
Monochromatic Colors of #C827E0
Black with #C827E0
Text Example
Text Example
White with #C827E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827E0; }
p { color: rgb(200,39,224); }
H1.HeaderClassName
{
color: #C827E0;
}
.AnyTagClassName
{
color: #C827E0;
}
</style>
background-color css
<style>
a { background-color: #C827E0; }
a { background-color: rgb(200,39,224); }
div.DivClassName
{
background-color: #C827E0;
}
.BgClassName
{
background-color: #C827E0;
}
</style>
border-color css
<style>
span { border-color: #C827E0; }
span { border-color: rgb(200,39,224); }
td.TdClassName
{
border-color: #C827E0;
}
.TagClassName
{
border-color: #C827E0;
}
</style>