Shades of Deep Magenta #C628D9
Tints of Deep Magenta #C628D9
RGB
CMYK
RGB Variations
Color information
#C628D9 (or 0xC628D9) is known color: Deep Magenta. HEX triplet: C6, 28 and D9. RGB value is (198,40,217). Sum of RGB (Red+Green+Blue) = 198+40+217=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #C628D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628D9 is #39D726. Grayscale: #6A6A6A. Windows color (decimal): -3790631 or 14231750. OLE color: 14231750.
HSL color Cylindrical-coordinate representation of color #C628D9: hue angle of 293.56º 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 #C628D9 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 40 | 217 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.15 |
| HSL | 293.56º | 0.7% | 0.5% | - |
| HSV(B) | 293.56º | 0.82% | 0.85% | - |
| XYZ | 36.57 | 18.53 | 67.3 | - |
| YUV | 107.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 217 | 0.09 | 0.82 | 0 | 0.15 | 293.56 | 0.7 | 0.5 |
| Hex | C6 | 28 | D9 | 9 | 52 | 0 | F | 126 | 46 | 32 |
| Octal | 306 | 50 | 331 | 11 | 122 | 0 | 17 | 446 | 106 | 62 |
| Binary | 11000110 | 101000 | 11011001 | 1001 | 1010010 | 0 | 1111 | 100100110 | 1000110 | 110010 |
Color Harmonies of #C628D9
Complementary color
Monochromatic Colors of #C628D9
Black with #C628D9
Text Example
Text Example
White with #C628D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628D9; }
p { color: rgb(198,40,217); }
H1.HeaderClassName
{
color: #C628D9;
}
.AnyTagClassName
{
color: #C628D9;
}
</style>
background-color css
<style>
a { background-color: #C628D9; }
a { background-color: rgb(198,40,217); }
div.DivClassName
{
background-color: #C628D9;
}
.BgClassName
{
background-color: #C628D9;
}
</style>
border-color css
<style>
span { border-color: #C628D9; }
span { border-color: rgb(198,40,217); }
td.TdClassName
{
border-color: #C628D9;
}
.TagClassName
{
border-color: #C628D9;
}
</style>