Shades of Fuchsia #DC3FBC
Tints of Fuchsia #DC3FBC
RGB
CMYK
RGB Variations
Color information
#DC3FBC (or 0xDC3FBC) is known color: Fuchsia. HEX triplet: DC, 3F and BC. RGB value is (220,63,188). Sum of RGB (Red+Green+Blue) = 220+63+188=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FBC is #23C043. Grayscale: #7B7B7B. Windows color (decimal): -2342980 or 12337116. OLE color: 12337116.
HSL color Cylindrical-coordinate representation of color #DC3FBC: hue angle of 312.23º 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 #DC3FBC is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 188 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.14 |
| HSL | 312.23º | 0.69% | 0.55% | - |
| HSV(B) | 312.23º | 0.71% | 0.86% | - |
| XYZ | 40.37 | 22.4 | 49.77 | - |
| YUV | 124.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 188 | 0 | 0.71 | 0.15 | 0.14 | 312.23 | 0.69 | 0.55 |
| Hex | DC | 3F | BC | 0 | 47 | F | E | 138 | 45 | 37 |
| Octal | 334 | 77 | 274 | 0 | 107 | 17 | 16 | 470 | 105 | 67 |
| Binary | 11011100 | 111111 | 10111100 | 0 | 1000111 | 1111 | 1110 | 100111000 | 1000101 | 110111 |
Color Harmonies of #DC3FBC
Complementary color
Monochromatic Colors of #DC3FBC
Black with #DC3FBC
Text Example
Text Example
White with #DC3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FBC; }
p { color: rgb(220,63,188); }
H1.HeaderClassName
{
color: #DC3FBC;
}
.AnyTagClassName
{
color: #DC3FBC;
}
</style>
background-color css
<style>
a { background-color: #DC3FBC; }
a { background-color: rgb(220,63,188); }
div.DivClassName
{
background-color: #DC3FBC;
}
.BgClassName
{
background-color: #DC3FBC;
}
</style>
border-color css
<style>
span { border-color: #DC3FBC; }
span { border-color: rgb(220,63,188); }
td.TdClassName
{
border-color: #DC3FBC;
}
.TagClassName
{
border-color: #DC3FBC;
}
</style>