Shades of Fuchsia #D43FCC
Tints of Fuchsia #D43FCC
RGB
CMYK
RGB Variations
Color information
#D43FCC (or 0xD43FCC) is known color: Fuchsia. HEX triplet: D4, 3F and CC. RGB value is (212,63,204). Sum of RGB (Red+Green+Blue) = 212+63+204=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FCC is #2BC033. Grayscale: #7B7B7B. Windows color (decimal): -2867252 or 13385684. OLE color: 13385684.
HSL color Cylindrical-coordinate representation of color #D43FCC: hue angle of 303.22º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43FCC is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 204 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.17 |
| HSL | 303.22º | 0.63% | 0.54% | - |
| HSV(B) | 303.22º | 0.7% | 0.83% | - |
| XYZ | 39.83 | 21.91 | 59.26 | - |
| YUV | 123.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 204 | 0 | 0.70 | 0.04 | 0.17 | 303.22 | 0.63 | 0.54 |
| Hex | D4 | 3F | CC | 0 | 46 | 4 | 11 | 12F | 3F | 36 |
| Octal | 324 | 77 | 314 | 0 | 106 | 4 | 21 | 457 | 77 | 66 |
| Binary | 11010100 | 111111 | 11001100 | 0 | 1000110 | 100 | 10001 | 100101111 | 111111 | 110110 |
Color Harmonies of #D43FCC
Complementary color
Monochromatic Colors of #D43FCC
Black with #D43FCC
Text Example
Text Example
White with #D43FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43FCC; }
p { color: rgb(212,63,204); }
H1.HeaderClassName
{
color: #D43FCC;
}
.AnyTagClassName
{
color: #D43FCC;
}
</style>
background-color css
<style>
a { background-color: #D43FCC; }
a { background-color: rgb(212,63,204); }
div.DivClassName
{
background-color: #D43FCC;
}
.BgClassName
{
background-color: #D43FCC;
}
</style>
border-color css
<style>
span { border-color: #D43FCC; }
span { border-color: rgb(212,63,204); }
td.TdClassName
{
border-color: #D43FCC;
}
.TagClassName
{
border-color: #D43FCC;
}
</style>