Shades of Deep Magenta #C128C8
Tints of Deep Magenta #C128C8
RGB
CMYK
RGB Variations
Color information
#C128C8 (or 0xC128C8) is known color: Deep Magenta. HEX triplet: C1, 28 and C8. RGB value is (193,40,200). Sum of RGB (Red+Green+Blue) = 193+40+200=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #C128C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128C8 is #3ED737. Grayscale: #676767. Windows color (decimal): -4118328 or 13117633. OLE color: 13117633.
HSL color Cylindrical-coordinate representation of color #C128C8: hue angle of 297.38º degrees, saturation: 0.67, 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 #C128C8 is Cyan = 0.04, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 40 | 200 | - |
| CMYK | 0.04 | 0.8 | 0 | 0.22 |
| HSL | 297.38º | 0.67% | 0.47% | - |
| HSV(B) | 297.38º | 0.8% | 0.78% | - |
| XYZ | 33.18 | 17.03 | 56.18 | - |
| YUV | 103.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 200 | 0.04 | 0.8 | 0 | 0.22 | 297.38 | 0.67 | 0.47 |
| Hex | C1 | 28 | C8 | 4 | 50 | 0 | 16 | 129 | 43 | 2F |
| Octal | 301 | 50 | 310 | 4 | 120 | 0 | 26 | 451 | 103 | 57 |
| Binary | 11000001 | 101000 | 11001000 | 100 | 1010000 | 0 | 10110 | 100101001 | 1000011 | 101111 |
Color Harmonies of #C128C8
Complementary color
Monochromatic Colors of #C128C8
Black with #C128C8
Text Example
Text Example
White with #C128C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128C8; }
p { color: rgb(193,40,200); }
H1.HeaderClassName
{
color: #C128C8;
}
.AnyTagClassName
{
color: #C128C8;
}
</style>
background-color css
<style>
a { background-color: #C128C8; }
a { background-color: rgb(193,40,200); }
div.DivClassName
{
background-color: #C128C8;
}
.BgClassName
{
background-color: #C128C8;
}
</style>
border-color css
<style>
span { border-color: #C128C8; }
span { border-color: rgb(193,40,200); }
td.TdClassName
{
border-color: #C128C8;
}
.TagClassName
{
border-color: #C128C8;
}
</style>