Shades of Fuchsia #DC3FC1
Tints of Fuchsia #DC3FC1
RGB
CMYK
RGB Variations
Color information
#DC3FC1 (or 0xDC3FC1) is known color: Fuchsia. HEX triplet: DC, 3F and C1. RGB value is (220,63,193). Sum of RGB (Red+Green+Blue) = 220+63+193=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FC1 is #23C03E. Grayscale: #7C7C7C. Windows color (decimal): -2342975 or 12664796. OLE color: 12664796.
HSL color Cylindrical-coordinate representation of color #DC3FC1: hue angle of 310.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3FC1 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 193 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.14 |
| HSL | 310.32º | 0.69% | 0.55% | - |
| HSV(B) | 310.32º | 0.71% | 0.86% | - |
| XYZ | 40.92 | 22.62 | 52.66 | - |
| YUV | 124.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 193 | 0 | 0.71 | 0.12 | 0.14 | 310.32 | 0.69 | 0.55 |
| Hex | DC | 3F | C1 | 0 | 47 | C | E | 136 | 45 | 37 |
| Octal | 334 | 77 | 301 | 0 | 107 | 14 | 16 | 466 | 105 | 67 |
| Binary | 11011100 | 111111 | 11000001 | 0 | 1000111 | 1100 | 1110 | 100110110 | 1000101 | 110111 |
Color Harmonies of #DC3FC1
Complementary color
Monochromatic Colors of #DC3FC1
Black with #DC3FC1
Text Example
Text Example
White with #DC3FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FC1; }
p { color: rgb(220,63,193); }
H1.HeaderClassName
{
color: #DC3FC1;
}
.AnyTagClassName
{
color: #DC3FC1;
}
</style>
background-color css
<style>
a { background-color: #DC3FC1; }
a { background-color: rgb(220,63,193); }
div.DivClassName
{
background-color: #DC3FC1;
}
.BgClassName
{
background-color: #DC3FC1;
}
</style>
border-color css
<style>
span { border-color: #DC3FC1; }
span { border-color: rgb(220,63,193); }
td.TdClassName
{
border-color: #DC3FC1;
}
.TagClassName
{
border-color: #DC3FC1;
}
</style>