Shades of Deep Magenta #C626D8
Tints of Deep Magenta #C626D8
RGB
CMYK
RGB Variations
Color information
#C626D8 (or 0xC626D8) is known color: Deep Magenta. HEX triplet: C6, 26 and D8. RGB value is (198,38,216). Sum of RGB (Red+Green+Blue) = 198+38+216=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #C626D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626D8 is #39D927. Grayscale: #696969. Windows color (decimal): -3791144 or 14165702. OLE color: 14165702.
HSL color Cylindrical-coordinate representation of color #C626D8: hue angle of 293.93º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C626D8 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 38 | 216 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.15 |
| HSL | 293.93º | 0.7% | 0.5% | - |
| HSV(B) | 293.93º | 0.82% | 0.85% | - |
| XYZ | 36.38 | 18.35 | 66.59 | - |
| YUV | 106.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 216 | 0.08 | 0.82 | 0 | 0.15 | 293.93 | 0.7 | 0.5 |
| Hex | C6 | 26 | D8 | 8 | 52 | 0 | F | 126 | 46 | 32 |
| Octal | 306 | 46 | 330 | 10 | 122 | 0 | 17 | 446 | 106 | 62 |
| Binary | 11000110 | 100110 | 11011000 | 1000 | 1010010 | 0 | 1111 | 100100110 | 1000110 | 110010 |
Color Harmonies of #C626D8
Complementary color
Monochromatic Colors of #C626D8
Black with #C626D8
Text Example
Text Example
White with #C626D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626D8; }
p { color: rgb(198,38,216); }
H1.HeaderClassName
{
color: #C626D8;
}
.AnyTagClassName
{
color: #C626D8;
}
</style>
background-color css
<style>
a { background-color: #C626D8; }
a { background-color: rgb(198,38,216); }
div.DivClassName
{
background-color: #C626D8;
}
.BgClassName
{
background-color: #C626D8;
}
</style>
border-color css
<style>
span { border-color: #C626D8; }
span { border-color: rgb(198,38,216); }
td.TdClassName
{
border-color: #C626D8;
}
.TagClassName
{
border-color: #C626D8;
}
</style>