Shades of Deep Magenta #C104DD
Tints of Deep Magenta #C104DD
RGB
CMYK
RGB Variations
Color information
#C104DD (or 0xC104DD) is known color: Deep Magenta. HEX triplet: C1, 04 and DD. RGB value is (193,4,221). Sum of RGB (Red+Green+Blue) = 193+4+221=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #C104DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104DD is #3EFB22. Grayscale: #545454. Windows color (decimal): -4127523 or 14484673. OLE color: 14484673.
HSL color Cylindrical-coordinate representation of color #C104DD: hue angle of 292.26º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104DD is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 4 | 221 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.13 |
| HSL | 292.26º | 0.96% | 0.44% | - |
| HSV(B) | 292.26º | 0.98% | 0.87% | - |
| XYZ | 35.09 | 16.64 | 69.77 | - |
| YUV | 85.25 | 204.62 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 221 | 0.13 | 0.98 | 0 | 0.13 | 292.26 | 0.96 | 0.44 |
| Hex | C1 | 4 | DD | D | 62 | 0 | D | 124 | 60 | 2C |
| Octal | 301 | 4 | 335 | 15 | 142 | 0 | 15 | 444 | 140 | 54 |
| Binary | 11000001 | 100 | 11011101 | 1101 | 1100010 | 0 | 1101 | 100100100 | 1100000 | 101100 |
Color Harmonies of #C104DD
Complementary color
Monochromatic Colors of #C104DD
Black with #C104DD
Text Example
Text Example
White with #C104DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104DD; }
p { color: rgb(193,4,221); }
H1.HeaderClassName
{
color: #C104DD;
}
.AnyTagClassName
{
color: #C104DD;
}
</style>
background-color css
<style>
a { background-color: #C104DD; }
a { background-color: rgb(193,4,221); }
div.DivClassName
{
background-color: #C104DD;
}
.BgClassName
{
background-color: #C104DD;
}
</style>
border-color css
<style>
span { border-color: #C104DD; }
span { border-color: rgb(193,4,221); }
td.TdClassName
{
border-color: #C104DD;
}
.TagClassName
{
border-color: #C104DD;
}
</style>