Shades of Fuchsia #DC3EC1
Tints of Fuchsia #DC3EC1
RGB
CMYK
RGB Variations
Color information
#DC3EC1 (or 0xDC3EC1) is known color: Fuchsia. HEX triplet: DC, 3E and C1. RGB value is (220,62,193). Sum of RGB (Red+Green+Blue) = 220+62+193=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3EC1 is #23C13E. Grayscale: #7B7B7B. Windows color (decimal): -2343231 or 12664540. OLE color: 12664540.
HSL color Cylindrical-coordinate representation of color #DC3EC1: hue angle of 310.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3EC1 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 193 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.14 |
| HSL | 310.25º | 0.69% | 0.55% | - |
| HSV(B) | 310.25º | 0.72% | 0.86% | - |
| XYZ | 40.86 | 22.51 | 52.64 | - |
| YUV | 124.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 193 | 0 | 0.72 | 0.12 | 0.14 | 310.25 | 0.69 | 0.55 |
| Hex | DC | 3E | C1 | 0 | 48 | C | E | 136 | 45 | 37 |
| Octal | 334 | 76 | 301 | 0 | 110 | 14 | 16 | 466 | 105 | 67 |
| Binary | 11011100 | 111110 | 11000001 | 0 | 1001000 | 1100 | 1110 | 100110110 | 1000101 | 110111 |
Color Harmonies of #DC3EC1
Complementary color
Monochromatic Colors of #DC3EC1
Black with #DC3EC1
Text Example
Text Example
White with #DC3EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3EC1; }
p { color: rgb(220,62,193); }
H1.HeaderClassName
{
color: #DC3EC1;
}
.AnyTagClassName
{
color: #DC3EC1;
}
</style>
background-color css
<style>
a { background-color: #DC3EC1; }
a { background-color: rgb(220,62,193); }
div.DivClassName
{
background-color: #DC3EC1;
}
.BgClassName
{
background-color: #DC3EC1;
}
</style>
border-color css
<style>
span { border-color: #DC3EC1; }
span { border-color: rgb(220,62,193); }
td.TdClassName
{
border-color: #DC3EC1;
}
.TagClassName
{
border-color: #DC3EC1;
}
</style>