Shades of Deep Magenta #C104DF
Tints of Deep Magenta #C104DF
RGB
CMYK
RGB Variations
Color information
#C104DF (or 0xC104DF) is known color: Deep Magenta. HEX triplet: C1, 04 and DF. RGB value is (193,4,223). Sum of RGB (Red+Green+Blue) = 193+4+223=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #C104DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C104DF is #3EFB20. Grayscale: #545454. Windows color (decimal): -4127521 or 14615745. OLE color: 14615745.
HSL color Cylindrical-coordinate representation of color #C104DF: hue angle of 291.78º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104DF is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 4 | 223 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.13 |
| HSL | 291.78º | 0.96% | 0.45% | - |
| HSV(B) | 291.78º | 0.98% | 0.87% | - |
| XYZ | 35.36 | 16.75 | 71.18 | - |
| YUV | 85.48 | 205.62 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 223 | 0.13 | 0.98 | 0 | 0.13 | 291.78 | 0.96 | 0.45 |
| Hex | C1 | 4 | DF | D | 62 | 0 | D | 124 | 60 | 2D |
| Octal | 301 | 4 | 337 | 15 | 142 | 0 | 15 | 444 | 140 | 55 |
| Binary | 11000001 | 100 | 11011111 | 1101 | 1100010 | 0 | 1101 | 100100100 | 1100000 | 101101 |
Color Harmonies of #C104DF
Complementary color
Monochromatic Colors of #C104DF
Black with #C104DF
Text Example
Text Example
White with #C104DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104DF; }
p { color: rgb(193,4,223); }
H1.HeaderClassName
{
color: #C104DF;
}
.AnyTagClassName
{
color: #C104DF;
}
</style>
background-color css
<style>
a { background-color: #C104DF; }
a { background-color: rgb(193,4,223); }
div.DivClassName
{
background-color: #C104DF;
}
.BgClassName
{
background-color: #C104DF;
}
</style>
border-color css
<style>
span { border-color: #C104DF; }
span { border-color: rgb(193,4,223); }
td.TdClassName
{
border-color: #C104DF;
}
.TagClassName
{
border-color: #C104DF;
}
</style>