Shades of Deep Magenta #C428C6
Tints of Deep Magenta #C428C6
RGB
CMYK
RGB Variations
Color information
#C428C6 (or 0xC428C6) is known color: Deep Magenta. HEX triplet: C4, 28 and C6. RGB value is (196,40,198). Sum of RGB (Red+Green+Blue) = 196+40+198=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #C428C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428C6 is #3BD739. Grayscale: #686868. Windows color (decimal): -3921722 or 12986564. OLE color: 12986564.
HSL color Cylindrical-coordinate representation of color #C428C6: hue angle of 299.24º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428C6 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 40 | 198 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.22 |
| HSL | 299.24º | 0.66% | 0.47% | - |
| HSV(B) | 299.24º | 0.8% | 0.78% | - |
| XYZ | 33.72 | 17.33 | 54.99 | - |
| YUV | 104.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 198 | 0.01 | 0.80 | 0 | 0.22 | 299.24 | 0.66 | 0.47 |
| Hex | C4 | 28 | C6 | 1 | 50 | 0 | 16 | 12B | 42 | 2F |
| Octal | 304 | 50 | 306 | 1 | 120 | 0 | 26 | 453 | 102 | 57 |
| Binary | 11000100 | 101000 | 11000110 | 1 | 1010000 | 0 | 10110 | 100101011 | 1000010 | 101111 |
Color Harmonies of #C428C6
Complementary color
Monochromatic Colors of #C428C6
Black with #C428C6
Text Example
Text Example
White with #C428C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428C6; }
p { color: rgb(196,40,198); }
H1.HeaderClassName
{
color: #C428C6;
}
.AnyTagClassName
{
color: #C428C6;
}
</style>
background-color css
<style>
a { background-color: #C428C6; }
a { background-color: rgb(196,40,198); }
div.DivClassName
{
background-color: #C428C6;
}
.BgClassName
{
background-color: #C428C6;
}
</style>
border-color css
<style>
span { border-color: #C428C6; }
span { border-color: rgb(196,40,198); }
td.TdClassName
{
border-color: #C428C6;
}
.TagClassName
{
border-color: #C428C6;
}
</style>