Shades of Deep Magenta #C428BB
Tints of Deep Magenta #C428BB
RGB
CMYK
RGB Variations
Color information
#C428BB (or 0xC428BB) is known color: Deep Magenta. HEX triplet: C4, 28 and BB. RGB value is (196,40,187). Sum of RGB (Red+Green+Blue) = 196+40+187=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C428BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428BB is #3BD744. Grayscale: #666666. Windows color (decimal): -3921733 or 12265668. OLE color: 12265668.
HSL color Cylindrical-coordinate representation of color #C428BB: hue angle of 303.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428BB is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 187 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.23 |
| HSL | 303.46º | 0.66% | 0.46% | - |
| HSV(B) | 303.46º | 0.8% | 0.77% | - |
| XYZ | 32.49 | 16.84 | 48.55 | - |
| YUV | 103.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 187 | 0 | 0.80 | 0.05 | 0.23 | 303.46 | 0.66 | 0.46 |
| Hex | C4 | 28 | BB | 0 | 50 | 5 | 17 | 12F | 42 | 2E |
| Octal | 304 | 50 | 273 | 0 | 120 | 5 | 27 | 457 | 102 | 56 |
| Binary | 11000100 | 101000 | 10111011 | 0 | 1010000 | 101 | 10111 | 100101111 | 1000010 | 101110 |
Color Harmonies of #C428BB
Complementary color
Monochromatic Colors of #C428BB
Black with #C428BB
Text Example
Text Example
White with #C428BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428BB; }
p { color: rgb(196,40,187); }
H1.HeaderClassName
{
color: #C428BB;
}
.AnyTagClassName
{
color: #C428BB;
}
</style>
background-color css
<style>
a { background-color: #C428BB; }
a { background-color: rgb(196,40,187); }
div.DivClassName
{
background-color: #C428BB;
}
.BgClassName
{
background-color: #C428BB;
}
</style>
border-color css
<style>
span { border-color: #C428BB; }
span { border-color: rgb(196,40,187); }
td.TdClassName
{
border-color: #C428BB;
}
.TagClassName
{
border-color: #C428BB;
}
</style>