Shades of Deep Magenta #C628DF
Tints of Deep Magenta #C628DF
RGB
CMYK
RGB Variations
Color information
#C628DF (or 0xC628DF) is known color: Deep Magenta. HEX triplet: C6, 28 and DF. RGB value is (198,40,223). Sum of RGB (Red+Green+Blue) = 198+40+223=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #C628DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628DF is #39D720. Grayscale: #6B6B6B. Windows color (decimal): -3790625 or 14624966. OLE color: 14624966.
HSL color Cylindrical-coordinate representation of color #C628DF: hue angle of 291.8º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C628DF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 40 | 223 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.13 |
| HSL | 291.8º | 0.74% | 0.52% | - |
| HSV(B) | 291.8º | 0.82% | 0.87% | - |
| XYZ | 37.37 | 18.85 | 71.48 | - |
| YUV | 108.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 223 | 0.11 | 0.82 | 0 | 0.13 | 291.8 | 0.74 | 0.52 |
| Hex | C6 | 28 | DF | B | 52 | 0 | D | 124 | 4A | 34 |
| Octal | 306 | 50 | 337 | 13 | 122 | 0 | 15 | 444 | 112 | 64 |
| Binary | 11000110 | 101000 | 11011111 | 1011 | 1010010 | 0 | 1101 | 100100100 | 1001010 | 110100 |
Color Harmonies of #C628DF
Complementary color
Monochromatic Colors of #C628DF
Black with #C628DF
Text Example
Text Example
White with #C628DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628DF; }
p { color: rgb(198,40,223); }
H1.HeaderClassName
{
color: #C628DF;
}
.AnyTagClassName
{
color: #C628DF;
}
</style>
background-color css
<style>
a { background-color: #C628DF; }
a { background-color: rgb(198,40,223); }
div.DivClassName
{
background-color: #C628DF;
}
.BgClassName
{
background-color: #C628DF;
}
</style>
border-color css
<style>
span { border-color: #C628DF; }
span { border-color: rgb(198,40,223); }
td.TdClassName
{
border-color: #C628DF;
}
.TagClassName
{
border-color: #C628DF;
}
</style>