Shades of Deep Magenta #C104DC
Tints of Deep Magenta #C104DC
RGB
CMYK
RGB Variations
Color information
#C104DC (or 0xC104DC) is known color: Deep Magenta. HEX triplet: C1, 04 and DC. RGB value is (193,4,220). Sum of RGB (Red+Green+Blue) = 193+4+220=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #C104DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104DC is #3EFB23. Grayscale: #545454. Windows color (decimal): -4127524 or 14419137. OLE color: 14419137.
HSL color Cylindrical-coordinate representation of color #C104DC: hue angle of 292.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104DC is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 4 | 220 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.14 |
| HSL | 292.5º | 0.96% | 0.44% | - |
| HSV(B) | 292.5º | 0.98% | 0.86% | - |
| XYZ | 34.95 | 16.59 | 69.07 | - |
| YUV | 85.14 | 204.12 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 220 | 0.12 | 0.98 | 0 | 0.14 | 292.5 | 0.96 | 0.44 |
| Hex | C1 | 4 | DC | C | 62 | 0 | E | 124 | 60 | 2C |
| Octal | 301 | 4 | 334 | 14 | 142 | 0 | 16 | 444 | 140 | 54 |
| Binary | 11000001 | 100 | 11011100 | 1100 | 1100010 | 0 | 1110 | 100100100 | 1100000 | 101100 |
Color Harmonies of #C104DC
Complementary color
Monochromatic Colors of #C104DC
Black with #C104DC
Text Example
Text Example
White with #C104DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104DC; }
p { color: rgb(193,4,220); }
H1.HeaderClassName
{
color: #C104DC;
}
.AnyTagClassName
{
color: #C104DC;
}
</style>
background-color css
<style>
a { background-color: #C104DC; }
a { background-color: rgb(193,4,220); }
div.DivClassName
{
background-color: #C104DC;
}
.BgClassName
{
background-color: #C104DC;
}
</style>
border-color css
<style>
span { border-color: #C104DC; }
span { border-color: rgb(193,4,220); }
td.TdClassName
{
border-color: #C104DC;
}
.TagClassName
{
border-color: #C104DC;
}
</style>