Shades of Deep Magenta #C626DB
Tints of Deep Magenta #C626DB
RGB
CMYK
RGB Variations
Color information
#C626DB (or 0xC626DB) is known color: Deep Magenta. HEX triplet: C6, 26 and DB. RGB value is (198,38,219). Sum of RGB (Red+Green+Blue) = 198+38+219=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #C626DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626DB is #39D924. Grayscale: #696969. Windows color (decimal): -3791141 or 14362310. OLE color: 14362310.
HSL color Cylindrical-coordinate representation of color #C626DB: hue angle of 293.04º 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 #C626DB is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 38 | 219 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.14 |
| HSL | 293.04º | 0.72% | 0.5% | - |
| HSV(B) | 293.04º | 0.83% | 0.86% | - |
| XYZ | 36.77 | 18.51 | 68.65 | - |
| YUV | 106.47 | 191.51 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 219 | 0.10 | 0.83 | 0 | 0.14 | 293.04 | 0.72 | 0.5 |
| Hex | C6 | 26 | DB | A | 53 | 0 | E | 125 | 48 | 32 |
| Octal | 306 | 46 | 333 | 12 | 123 | 0 | 16 | 445 | 110 | 62 |
| Binary | 11000110 | 100110 | 11011011 | 1010 | 1010011 | 0 | 1110 | 100100101 | 1001000 | 110010 |
Color Harmonies of #C626DB
Complementary color
Monochromatic Colors of #C626DB
Black with #C626DB
Text Example
Text Example
White with #C626DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626DB; }
p { color: rgb(198,38,219); }
H1.HeaderClassName
{
color: #C626DB;
}
.AnyTagClassName
{
color: #C626DB;
}
</style>
background-color css
<style>
a { background-color: #C626DB; }
a { background-color: rgb(198,38,219); }
div.DivClassName
{
background-color: #C626DB;
}
.BgClassName
{
background-color: #C626DB;
}
</style>
border-color css
<style>
span { border-color: #C626DB; }
span { border-color: rgb(198,38,219); }
td.TdClassName
{
border-color: #C626DB;
}
.TagClassName
{
border-color: #C626DB;
}
</style>