Shades of Deep Magenta #C028C9
Tints of Deep Magenta #C028C9
RGB
CMYK
RGB Variations
Color information
#C028C9 (or 0xC028C9) is known color: Deep Magenta. HEX triplet: C0, 28 and C9. RGB value is (192,40,201). Sum of RGB (Red+Green+Blue) = 192+40+201=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #C028C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028C9 is #3FD736. Grayscale: #676767. Windows color (decimal): -4183863 or 13183168. OLE color: 13183168.
HSL color Cylindrical-coordinate representation of color #C028C9: hue angle of 296.65º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C028C9 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 40 | 201 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.21 |
| HSL | 296.65º | 0.67% | 0.47% | - |
| HSV(B) | 296.65º | 0.8% | 0.79% | - |
| XYZ | 33.04 | 16.94 | 56.79 | - |
| YUV | 103.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 201 | 0.04 | 0.80 | 0 | 0.21 | 296.65 | 0.67 | 0.47 |
| Hex | C0 | 28 | C9 | 4 | 50 | 0 | 15 | 129 | 43 | 2F |
| Octal | 300 | 50 | 311 | 4 | 120 | 0 | 25 | 451 | 103 | 57 |
| Binary | 11000000 | 101000 | 11001001 | 100 | 1010000 | 0 | 10101 | 100101001 | 1000011 | 101111 |
Color Harmonies of #C028C9
Complementary color
Monochromatic Colors of #C028C9
Black with #C028C9
Text Example
Text Example
White with #C028C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028C9; }
p { color: rgb(192,40,201); }
H1.HeaderClassName
{
color: #C028C9;
}
.AnyTagClassName
{
color: #C028C9;
}
</style>
background-color css
<style>
a { background-color: #C028C9; }
a { background-color: rgb(192,40,201); }
div.DivClassName
{
background-color: #C028C9;
}
.BgClassName
{
background-color: #C028C9;
}
</style>
border-color css
<style>
span { border-color: #C028C9; }
span { border-color: rgb(192,40,201); }
td.TdClassName
{
border-color: #C028C9;
}
.TagClassName
{
border-color: #C028C9;
}
</style>