Shades of Deep Magenta #C926DB
Tints of Deep Magenta #C926DB
RGB
CMYK
RGB Variations
Color information
#C926DB (or 0xC926DB) is known color: Deep Magenta. HEX triplet: C9, 26 and DB. RGB value is (201,38,219). Sum of RGB (Red+Green+Blue) = 201+38+219=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 38 (15.23% from 255 or 8.30% 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 #C926DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C926DB is #36D924. Grayscale: #6A6A6A. Windows color (decimal): -3594533 or 14362313. OLE color: 14362313.
HSL color Cylindrical-coordinate representation of color #C926DB: hue angle of 294.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C926DB is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 38 | 219 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.14 |
| HSL | 294.03º | 0.72% | 0.5% | - |
| HSV(B) | 294.03º | 0.83% | 0.86% | - |
| XYZ | 37.57 | 18.92 | 68.69 | - |
| YUV | 107.37 | 191 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 219 | 0.08 | 0.83 | 0 | 0.14 | 294.03 | 0.72 | 0.5 |
| Hex | C9 | 26 | DB | 8 | 53 | 0 | E | 126 | 48 | 32 |
| Octal | 311 | 46 | 333 | 10 | 123 | 0 | 16 | 446 | 110 | 62 |
| Binary | 11001001 | 100110 | 11011011 | 1000 | 1010011 | 0 | 1110 | 100100110 | 1001000 | 110010 |
Color Harmonies of #C926DB
Complementary color
Monochromatic Colors of #C926DB
Black with #C926DB
Text Example
Text Example
White with #C926DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926DB; }
p { color: rgb(201,38,219); }
H1.HeaderClassName
{
color: #C926DB;
}
.AnyTagClassName
{
color: #C926DB;
}
</style>
background-color css
<style>
a { background-color: #C926DB; }
a { background-color: rgb(201,38,219); }
div.DivClassName
{
background-color: #C926DB;
}
.BgClassName
{
background-color: #C926DB;
}
</style>
border-color css
<style>
span { border-color: #C926DB; }
span { border-color: rgb(201,38,219); }
td.TdClassName
{
border-color: #C926DB;
}
.TagClassName
{
border-color: #C926DB;
}
</style>