Shades of Deep Magenta #C626DA
Tints of Deep Magenta #C626DA
RGB
CMYK
RGB Variations
Color information
#C626DA (or 0xC626DA) is known color: Deep Magenta. HEX triplet: C6, 26 and DA. RGB value is (198,38,218). Sum of RGB (Red+Green+Blue) = 198+38+218=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #C626DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626DA is #39D925. Grayscale: #696969. Windows color (decimal): -3791142 or 14296774. OLE color: 14296774.
HSL color Cylindrical-coordinate representation of color #C626DA: hue angle of 293.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C626DA is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 38 | 218 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.15 |
| HSL | 293.33º | 0.71% | 0.5% | - |
| HSV(B) | 293.33º | 0.83% | 0.85% | - |
| XYZ | 36.64 | 18.45 | 67.96 | - |
| YUV | 106.36 | 191.01 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 218 | 0.09 | 0.83 | 0 | 0.15 | 293.33 | 0.71 | 0.5 |
| Hex | C6 | 26 | DA | 9 | 53 | 0 | F | 125 | 47 | 32 |
| Octal | 306 | 46 | 332 | 11 | 123 | 0 | 17 | 445 | 107 | 62 |
| Binary | 11000110 | 100110 | 11011010 | 1001 | 1010011 | 0 | 1111 | 100100101 | 1000111 | 110010 |
Color Harmonies of #C626DA
Complementary color
Monochromatic Colors of #C626DA
Black with #C626DA
Text Example
Text Example
White with #C626DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626DA; }
p { color: rgb(198,38,218); }
H1.HeaderClassName
{
color: #C626DA;
}
.AnyTagClassName
{
color: #C626DA;
}
</style>
background-color css
<style>
a { background-color: #C626DA; }
a { background-color: rgb(198,38,218); }
div.DivClassName
{
background-color: #C626DA;
}
.BgClassName
{
background-color: #C626DA;
}
</style>
border-color css
<style>
span { border-color: #C626DA; }
span { border-color: rgb(198,38,218); }
td.TdClassName
{
border-color: #C626DA;
}
.TagClassName
{
border-color: #C626DA;
}
</style>