Shades of Deep Magenta #C626DF
Tints of Deep Magenta #C626DF
RGB
CMYK
RGB Variations
Color information
#C626DF (or 0xC626DF) is known color: Deep Magenta. HEX triplet: C6, 26 and DF. RGB value is (198,38,223). Sum of RGB (Red+Green+Blue) = 198+38+223=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #C626DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626DF is #39D920. Grayscale: #6A6A6A. Windows color (decimal): -3791137 or 14624454. OLE color: 14624454.
HSL color Cylindrical-coordinate representation of color #C626DF: hue angle of 291.89º 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 #C626DF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 38 | 223 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.13 |
| HSL | 291.89º | 0.74% | 0.51% | - |
| HSV(B) | 291.89º | 0.83% | 0.87% | - |
| XYZ | 37.3 | 18.72 | 71.46 | - |
| YUV | 106.93 | 193.51 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 223 | 0.11 | 0.83 | 0 | 0.13 | 291.89 | 0.74 | 0.51 |
| Hex | C6 | 26 | DF | B | 53 | 0 | D | 124 | 4A | 33 |
| Octal | 306 | 46 | 337 | 13 | 123 | 0 | 15 | 444 | 112 | 63 |
| Binary | 11000110 | 100110 | 11011111 | 1011 | 1010011 | 0 | 1101 | 100100100 | 1001010 | 110011 |
Color Harmonies of #C626DF
Complementary color
Monochromatic Colors of #C626DF
Black with #C626DF
Text Example
Text Example
White with #C626DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626DF; }
p { color: rgb(198,38,223); }
H1.HeaderClassName
{
color: #C626DF;
}
.AnyTagClassName
{
color: #C626DF;
}
</style>
background-color css
<style>
a { background-color: #C626DF; }
a { background-color: rgb(198,38,223); }
div.DivClassName
{
background-color: #C626DF;
}
.BgClassName
{
background-color: #C626DF;
}
</style>
border-color css
<style>
span { border-color: #C626DF; }
span { border-color: rgb(198,38,223); }
td.TdClassName
{
border-color: #C626DF;
}
.TagClassName
{
border-color: #C626DF;
}
</style>