Shades of Deep Magenta #C028BF
Tints of Deep Magenta #C028BF
RGB
CMYK
RGB Variations
Color information
#C028BF (or 0xC028BF) is known color: Deep Magenta. HEX triplet: C0, 28 and BF. RGB value is (192,40,191). Sum of RGB (Red+Green+Blue) = 192+40+191=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C028BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028BF is #3FD740. Grayscale: #666666. Windows color (decimal): -4183873 or 12527808. OLE color: 12527808.
HSL color Cylindrical-coordinate representation of color #C028BF: hue angle of 300.39º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C028BF is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 191 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.25 |
| HSL | 300.39º | 0.66% | 0.45% | - |
| HSV(B) | 300.39º | 0.79% | 0.75% | - |
| XYZ | 31.9 | 16.49 | 50.79 | - |
| YUV | 102.66 | 177.86 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 191 | 0 | 0.79 | 0.01 | 0.25 | 300.39 | 0.66 | 0.45 |
| Hex | C0 | 28 | BF | 0 | 4F | 1 | 19 | 12C | 42 | 2D |
| Octal | 300 | 50 | 277 | 0 | 117 | 1 | 31 | 454 | 102 | 55 |
| Binary | 11000000 | 101000 | 10111111 | 0 | 1001111 | 1 | 11001 | 100101100 | 1000010 | 101101 |
Color Harmonies of #C028BF
Complementary color
Monochromatic Colors of #C028BF
Black with #C028BF
Text Example
Text Example
White with #C028BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028BF; }
p { color: rgb(192,40,191); }
H1.HeaderClassName
{
color: #C028BF;
}
.AnyTagClassName
{
color: #C028BF;
}
</style>
background-color css
<style>
a { background-color: #C028BF; }
a { background-color: rgb(192,40,191); }
div.DivClassName
{
background-color: #C028BF;
}
.BgClassName
{
background-color: #C028BF;
}
</style>
border-color css
<style>
span { border-color: #C028BF; }
span { border-color: rgb(192,40,191); }
td.TdClassName
{
border-color: #C028BF;
}
.TagClassName
{
border-color: #C028BF;
}
</style>