Shades of Deep Magenta #C628DE
Tints of Deep Magenta #C628DE
RGB
CMYK
RGB Variations
Color information
#C628DE (or 0xC628DE) is known color: Deep Magenta. HEX triplet: C6, 28 and DE. RGB value is (198,40,222). Sum of RGB (Red+Green+Blue) = 198+40+222=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #C628DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628DE is #39D721. Grayscale: #6B6B6B. Windows color (decimal): -3790626 or 14559430. OLE color: 14559430.
HSL color Cylindrical-coordinate representation of color #C628DE: hue angle of 292.09º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C628DE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 40 | 222 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.13 |
| HSL | 292.09º | 0.73% | 0.51% | - |
| HSV(B) | 292.09º | 0.82% | 0.87% | - |
| XYZ | 37.23 | 18.8 | 70.77 | - |
| YUV | 107.99 | 192.35 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 222 | 0.11 | 0.82 | 0 | 0.13 | 292.09 | 0.73 | 0.51 |
| Hex | C6 | 28 | DE | B | 52 | 0 | D | 124 | 49 | 33 |
| Octal | 306 | 50 | 336 | 13 | 122 | 0 | 15 | 444 | 111 | 63 |
| Binary | 11000110 | 101000 | 11011110 | 1011 | 1010010 | 0 | 1101 | 100100100 | 1001001 | 110011 |
Color Harmonies of #C628DE
Complementary color
Monochromatic Colors of #C628DE
Black with #C628DE
Text Example
Text Example
White with #C628DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628DE; }
p { color: rgb(198,40,222); }
H1.HeaderClassName
{
color: #C628DE;
}
.AnyTagClassName
{
color: #C628DE;
}
</style>
background-color css
<style>
a { background-color: #C628DE; }
a { background-color: rgb(198,40,222); }
div.DivClassName
{
background-color: #C628DE;
}
.BgClassName
{
background-color: #C628DE;
}
</style>
border-color css
<style>
span { border-color: #C628DE; }
span { border-color: rgb(198,40,222); }
td.TdClassName
{
border-color: #C628DE;
}
.TagClassName
{
border-color: #C628DE;
}
</style>