Shades of Deep Magenta #C128CA
Tints of Deep Magenta #C128CA
RGB
CMYK
RGB Variations
Color information
#C128CA (or 0xC128CA) is known color: Deep Magenta. HEX triplet: C1, 28 and CA. RGB value is (193,40,202). Sum of RGB (Red+Green+Blue) = 193+40+202=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #C128CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128CA is #3ED735. Grayscale: #676767. Windows color (decimal): -4118326 or 13248705. OLE color: 13248705.
HSL color Cylindrical-coordinate representation of color #C128CA: hue angle of 296.67º 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 #C128CA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 40 | 202 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.21 |
| HSL | 296.67º | 0.67% | 0.47% | - |
| HSV(B) | 296.67º | 0.8% | 0.79% | - |
| XYZ | 33.41 | 17.12 | 57.42 | - |
| YUV | 104.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 202 | 0.04 | 0.80 | 0 | 0.21 | 296.67 | 0.67 | 0.47 |
| Hex | C1 | 28 | CA | 4 | 50 | 0 | 15 | 129 | 43 | 2F |
| Octal | 301 | 50 | 312 | 4 | 120 | 0 | 25 | 451 | 103 | 57 |
| Binary | 11000001 | 101000 | 11001010 | 100 | 1010000 | 0 | 10101 | 100101001 | 1000011 | 101111 |
Color Harmonies of #C128CA
Complementary color
Monochromatic Colors of #C128CA
Black with #C128CA
Text Example
Text Example
White with #C128CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128CA; }
p { color: rgb(193,40,202); }
H1.HeaderClassName
{
color: #C128CA;
}
.AnyTagClassName
{
color: #C128CA;
}
</style>
background-color css
<style>
a { background-color: #C128CA; }
a { background-color: rgb(193,40,202); }
div.DivClassName
{
background-color: #C128CA;
}
.BgClassName
{
background-color: #C128CA;
}
</style>
border-color css
<style>
span { border-color: #C128CA; }
span { border-color: rgb(193,40,202); }
td.TdClassName
{
border-color: #C128CA;
}
.TagClassName
{
border-color: #C128CA;
}
</style>