Shades of Deep Magenta #C827DB
Tints of Deep Magenta #C827DB
RGB
CMYK
RGB Variations
Color information
#C827DB (or 0xC827DB) is known color: Deep Magenta. HEX triplet: C8, 27 and DB. RGB value is (200,39,219). Sum of RGB (Red+Green+Blue) = 200+39+219=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #C827DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827DB is #37D824. Grayscale: #6B6B6B. Windows color (decimal): -3659813 or 14362568. OLE color: 14362568.
HSL color Cylindrical-coordinate representation of color #C827DB: hue angle of 293.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C827DB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 39 | 219 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.14 |
| HSL | 293.67º | 0.71% | 0.51% | - |
| HSV(B) | 293.67º | 0.82% | 0.86% | - |
| XYZ | 37.33 | 18.84 | 68.69 | - |
| YUV | 107.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 219 | 0.09 | 0.82 | 0 | 0.14 | 293.67 | 0.71 | 0.51 |
| Hex | C8 | 27 | DB | 9 | 52 | 0 | E | 126 | 47 | 33 |
| Octal | 310 | 47 | 333 | 11 | 122 | 0 | 16 | 446 | 107 | 63 |
| Binary | 11001000 | 100111 | 11011011 | 1001 | 1010010 | 0 | 1110 | 100100110 | 1000111 | 110011 |
Color Harmonies of #C827DB
Complementary color
Monochromatic Colors of #C827DB
Black with #C827DB
Text Example
Text Example
White with #C827DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827DB; }
p { color: rgb(200,39,219); }
H1.HeaderClassName
{
color: #C827DB;
}
.AnyTagClassName
{
color: #C827DB;
}
</style>
background-color css
<style>
a { background-color: #C827DB; }
a { background-color: rgb(200,39,219); }
div.DivClassName
{
background-color: #C827DB;
}
.BgClassName
{
background-color: #C827DB;
}
</style>
border-color css
<style>
span { border-color: #C827DB; }
span { border-color: rgb(200,39,219); }
td.TdClassName
{
border-color: #C827DB;
}
.TagClassName
{
border-color: #C827DB;
}
</style>