Shades of Fuchsia #DC41C1
Tints of Fuchsia #DC41C1
RGB
CMYK
RGB Variations
Color information
#DC41C1 (or 0xDC41C1) is known color: Fuchsia. HEX triplet: DC, 41 and C1. RGB value is (220,65,193). Sum of RGB (Red+Green+Blue) = 220+65+193=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC41C1 is #23BE3E. Grayscale: #7D7D7D. Windows color (decimal): -2342463 or 12665308. OLE color: 12665308.
HSL color Cylindrical-coordinate representation of color #DC41C1: hue angle of 310.45º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC41C1 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 193 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.14 |
| HSL | 310.45º | 0.69% | 0.56% | - |
| HSV(B) | 310.45º | 0.7% | 0.86% | - |
| XYZ | 41.03 | 22.85 | 52.7 | - |
| YUV | 125.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 193 | 0 | 0.70 | 0.12 | 0.14 | 310.45 | 0.69 | 0.56 |
| Hex | DC | 41 | C1 | 0 | 46 | C | E | 136 | 45 | 38 |
| Octal | 334 | 101 | 301 | 0 | 106 | 14 | 16 | 466 | 105 | 70 |
| Binary | 11011100 | 1000001 | 11000001 | 0 | 1000110 | 1100 | 1110 | 100110110 | 1000101 | 111000 |
Color Harmonies of #DC41C1
Complementary color
Monochromatic Colors of #DC41C1
Black with #DC41C1
Text Example
Text Example
White with #DC41C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41C1; }
p { color: rgb(220,65,193); }
H1.HeaderClassName
{
color: #DC41C1;
}
.AnyTagClassName
{
color: #DC41C1;
}
</style>
background-color css
<style>
a { background-color: #DC41C1; }
a { background-color: rgb(220,65,193); }
div.DivClassName
{
background-color: #DC41C1;
}
.BgClassName
{
background-color: #DC41C1;
}
</style>
border-color css
<style>
span { border-color: #DC41C1; }
span { border-color: rgb(220,65,193); }
td.TdClassName
{
border-color: #DC41C1;
}
.TagClassName
{
border-color: #DC41C1;
}
</style>