Shades of Fuchsia #DC3FC0
Tints of Fuchsia #DC3FC0
RGB
CMYK
RGB Variations
Color information
#DC3FC0 (or 0xDC3FC0) is known color: Fuchsia. HEX triplet: DC, 3F and C0. RGB value is (220,63,192). Sum of RGB (Red+Green+Blue) = 220+63+192=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FC0 is #23C03F. Grayscale: #7C7C7C. Windows color (decimal): -2342976 or 12599260. OLE color: 12599260.
HSL color Cylindrical-coordinate representation of color #DC3FC0: hue angle of 310.7º 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 #DC3FC0 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 192 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.14 |
| HSL | 310.7º | 0.69% | 0.55% | - |
| HSV(B) | 310.7º | 0.71% | 0.86% | - |
| XYZ | 40.81 | 22.58 | 52.08 | - |
| YUV | 124.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 192 | 0 | 0.71 | 0.13 | 0.14 | 310.7 | 0.69 | 0.55 |
| Hex | DC | 3F | C0 | 0 | 47 | D | E | 137 | 45 | 37 |
| Octal | 334 | 77 | 300 | 0 | 107 | 15 | 16 | 467 | 105 | 67 |
| Binary | 11011100 | 111111 | 11000000 | 0 | 1000111 | 1101 | 1110 | 100110111 | 1000101 | 110111 |
Color Harmonies of #DC3FC0
Complementary color
Monochromatic Colors of #DC3FC0
Black with #DC3FC0
Text Example
Text Example
White with #DC3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FC0; }
p { color: rgb(220,63,192); }
H1.HeaderClassName
{
color: #DC3FC0;
}
.AnyTagClassName
{
color: #DC3FC0;
}
</style>
background-color css
<style>
a { background-color: #DC3FC0; }
a { background-color: rgb(220,63,192); }
div.DivClassName
{
background-color: #DC3FC0;
}
.BgClassName
{
background-color: #DC3FC0;
}
</style>
border-color css
<style>
span { border-color: #DC3FC0; }
span { border-color: rgb(220,63,192); }
td.TdClassName
{
border-color: #DC3FC0;
}
.TagClassName
{
border-color: #DC3FC0;
}
</style>