Shades of Deep Magenta #C104C0
Tints of Deep Magenta #C104C0
RGB
CMYK
RGB Variations
Color information
#C104C0 (or 0xC104C0) is known color: Deep Magenta. HEX triplet: C1, 04 and C0. RGB value is (193,4,192). Sum of RGB (Red+Green+Blue) = 193+4+192=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C104C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104C0 is #3EFB3F. Grayscale: #515151. Windows color (decimal): -4127552 or 12584129. OLE color: 12584129.
HSL color Cylindrical-coordinate representation of color #C104C0: hue angle of 300.32º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104C0 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 192 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.24 |
| HSL | 300.32º | 0.96% | 0.39% | - |
| HSV(B) | 300.32º | 0.98% | 0.76% | - |
| XYZ | 31.55 | 15.23 | 51.15 | - |
| YUV | 81.94 | 190.12 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 192 | 0 | 0.98 | 0.01 | 0.24 | 300.32 | 0.96 | 0.39 |
| Hex | C1 | 4 | C0 | 0 | 62 | 1 | 18 | 12C | 60 | 27 |
| Octal | 301 | 4 | 300 | 0 | 142 | 1 | 30 | 454 | 140 | 47 |
| Binary | 11000001 | 100 | 11000000 | 0 | 1100010 | 1 | 11000 | 100101100 | 1100000 | 100111 |
Color Harmonies of #C104C0
Complementary color
Monochromatic Colors of #C104C0
Black with #C104C0
Text Example
Text Example
White with #C104C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104C0; }
p { color: rgb(193,4,192); }
H1.HeaderClassName
{
color: #C104C0;
}
.AnyTagClassName
{
color: #C104C0;
}
</style>
background-color css
<style>
a { background-color: #C104C0; }
a { background-color: rgb(193,4,192); }
div.DivClassName
{
background-color: #C104C0;
}
.BgClassName
{
background-color: #C104C0;
}
</style>
border-color css
<style>
span { border-color: #C104C0; }
span { border-color: rgb(193,4,192); }
td.TdClassName
{
border-color: #C104C0;
}
.TagClassName
{
border-color: #C104C0;
}
</style>