Shades of Fuchsia #DC43C0
Tints of Fuchsia #DC43C0
RGB
CMYK
RGB Variations
Color information
#DC43C0 (or 0xDC43C0) is known color: Fuchsia. HEX triplet: DC, 43 and C0. RGB value is (220,67,192). Sum of RGB (Red+Green+Blue) = 220+67+192=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC43C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC43C0 is #23BC3F. Grayscale: #7E7E7E. Windows color (decimal): -2341952 or 12600284. OLE color: 12600284.
HSL color Cylindrical-coordinate representation of color #DC43C0: hue angle of 310.98º 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 #DC43C0 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 192 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.14 |
| HSL | 310.98º | 0.69% | 0.56% | - |
| HSV(B) | 310.98º | 0.7% | 0.86% | - |
| XYZ | 41.04 | 23.04 | 52.15 | - |
| YUV | 127 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 192 | 0 | 0.70 | 0.13 | 0.14 | 310.98 | 0.69 | 0.56 |
| Hex | DC | 43 | C0 | 0 | 46 | D | E | 137 | 45 | 38 |
| Octal | 334 | 103 | 300 | 0 | 106 | 15 | 16 | 467 | 105 | 70 |
| Binary | 11011100 | 1000011 | 11000000 | 0 | 1000110 | 1101 | 1110 | 100110111 | 1000101 | 111000 |
Color Harmonies of #DC43C0
Complementary color
Monochromatic Colors of #DC43C0
Black with #DC43C0
Text Example
Text Example
White with #DC43C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43C0; }
p { color: rgb(220,67,192); }
H1.HeaderClassName
{
color: #DC43C0;
}
.AnyTagClassName
{
color: #DC43C0;
}
</style>
background-color css
<style>
a { background-color: #DC43C0; }
a { background-color: rgb(220,67,192); }
div.DivClassName
{
background-color: #DC43C0;
}
.BgClassName
{
background-color: #DC43C0;
}
</style>
border-color css
<style>
span { border-color: #DC43C0; }
span { border-color: rgb(220,67,192); }
td.TdClassName
{
border-color: #DC43C0;
}
.TagClassName
{
border-color: #DC43C0;
}
</style>