Shades of Deep Magenta #C827DF
Tints of Deep Magenta #C827DF
RGB
CMYK
RGB Variations
Color information
#C827DF (or 0xC827DF) is known color: Deep Magenta. HEX triplet: C8, 27 and DF. RGB value is (200,39,223). Sum of RGB (Red+Green+Blue) = 200+39+223=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #C827DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827DF is #37D820. Grayscale: #6B6B6B. Windows color (decimal): -3659809 or 14624712. OLE color: 14624712.
HSL color Cylindrical-coordinate representation of color #C827DF: hue angle of 292.5º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C827DF is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 39 | 223 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.13 |
| HSL | 292.5º | 0.74% | 0.51% | - |
| HSV(B) | 292.5º | 0.83% | 0.87% | - |
| XYZ | 37.86 | 19.06 | 71.49 | - |
| YUV | 108.12 | 192.84 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 223 | 0.10 | 0.83 | 0 | 0.13 | 292.5 | 0.74 | 0.51 |
| Hex | C8 | 27 | DF | A | 53 | 0 | D | 124 | 4A | 33 |
| Octal | 310 | 47 | 337 | 12 | 123 | 0 | 15 | 444 | 112 | 63 |
| Binary | 11001000 | 100111 | 11011111 | 1010 | 1010011 | 0 | 1101 | 100100100 | 1001010 | 110011 |
Color Harmonies of #C827DF
Complementary color
Monochromatic Colors of #C827DF
Black with #C827DF
Text Example
Text Example
White with #C827DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827DF; }
p { color: rgb(200,39,223); }
H1.HeaderClassName
{
color: #C827DF;
}
.AnyTagClassName
{
color: #C827DF;
}
</style>
background-color css
<style>
a { background-color: #C827DF; }
a { background-color: rgb(200,39,223); }
div.DivClassName
{
background-color: #C827DF;
}
.BgClassName
{
background-color: #C827DF;
}
</style>
border-color css
<style>
span { border-color: #C827DF; }
span { border-color: rgb(200,39,223); }
td.TdClassName
{
border-color: #C827DF;
}
.TagClassName
{
border-color: #C827DF;
}
</style>