Shades of Deep Magenta #C104D8
Tints of Deep Magenta #C104D8
RGB
CMYK
RGB Variations
Color information
#C104D8 (or 0xC104D8) is known color: Deep Magenta. HEX triplet: C1, 04 and D8. RGB value is (193,4,216). Sum of RGB (Red+Green+Blue) = 193+4+216=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #C104D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104D8 is #3EFB27. Grayscale: #545454. Windows color (decimal): -4127528 or 14156993. OLE color: 14156993.
HSL color Cylindrical-coordinate representation of color #C104D8: hue angle of 293.49º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104D8 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 4 | 216 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.15 |
| HSL | 293.49º | 0.96% | 0.43% | - |
| HSV(B) | 293.49º | 0.98% | 0.85% | - |
| XYZ | 34.43 | 16.38 | 66.31 | - |
| YUV | 84.68 | 202.12 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 216 | 0.11 | 0.98 | 0 | 0.15 | 293.49 | 0.96 | 0.43 |
| Hex | C1 | 4 | D8 | B | 62 | 0 | F | 125 | 60 | 2B |
| Octal | 301 | 4 | 330 | 13 | 142 | 0 | 17 | 445 | 140 | 53 |
| Binary | 11000001 | 100 | 11011000 | 1011 | 1100010 | 0 | 1111 | 100100101 | 1100000 | 101011 |
Color Harmonies of #C104D8
Complementary color
Monochromatic Colors of #C104D8
Black with #C104D8
Text Example
Text Example
White with #C104D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104D8; }
p { color: rgb(193,4,216); }
H1.HeaderClassName
{
color: #C104D8;
}
.AnyTagClassName
{
color: #C104D8;
}
</style>
background-color css
<style>
a { background-color: #C104D8; }
a { background-color: rgb(193,4,216); }
div.DivClassName
{
background-color: #C104D8;
}
.BgClassName
{
background-color: #C104D8;
}
</style>
border-color css
<style>
span { border-color: #C104D8; }
span { border-color: rgb(193,4,216); }
td.TdClassName
{
border-color: #C104D8;
}
.TagClassName
{
border-color: #C104D8;
}
</style>