Shades of Deep Magenta #C028D6
Tints of Deep Magenta #C028D6
RGB
CMYK
RGB Variations
Color information
#C028D6 (or 0xC028D6) is known color: Deep Magenta. HEX triplet: C0, 28 and D6. RGB value is (192,40,214). Sum of RGB (Red+Green+Blue) = 192+40+214=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #C028D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028D6 is #3FD729. Grayscale: #686868. Windows color (decimal): -4183850 or 14035136. OLE color: 14035136.
HSL color Cylindrical-coordinate representation of color #C028D6: hue angle of 292.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C028D6 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 40 | 214 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.16 |
| HSL | 292.41º | 0.69% | 0.5% | - |
| HSV(B) | 292.41º | 0.81% | 0.84% | - |
| XYZ | 34.63 | 17.58 | 65.19 | - |
| YUV | 105.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 214 | 0.10 | 0.81 | 0 | 0.16 | 292.41 | 0.69 | 0.5 |
| Hex | C0 | 28 | D6 | A | 51 | 0 | 10 | 124 | 45 | 32 |
| Octal | 300 | 50 | 326 | 12 | 121 | 0 | 20 | 444 | 105 | 62 |
| Binary | 11000000 | 101000 | 11010110 | 1010 | 1010001 | 0 | 10000 | 100100100 | 1000101 | 110010 |
Color Harmonies of #C028D6
Complementary color
Monochromatic Colors of #C028D6
Black with #C028D6
Text Example
Text Example
White with #C028D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028D6; }
p { color: rgb(192,40,214); }
H1.HeaderClassName
{
color: #C028D6;
}
.AnyTagClassName
{
color: #C028D6;
}
</style>
background-color css
<style>
a { background-color: #C028D6; }
a { background-color: rgb(192,40,214); }
div.DivClassName
{
background-color: #C028D6;
}
.BgClassName
{
background-color: #C028D6;
}
</style>
border-color css
<style>
span { border-color: #C028D6; }
span { border-color: rgb(192,40,214); }
td.TdClassName
{
border-color: #C028D6;
}
.TagClassName
{
border-color: #C028D6;
}
</style>