Shades of Fuchsia #D43FC4
Tints of Fuchsia #D43FC4
RGB
CMYK
RGB Variations
Color information
#D43FC4 (or 0xD43FC4) is known color: Fuchsia. HEX triplet: D4, 3F and C4. RGB value is (212,63,196). Sum of RGB (Red+Green+Blue) = 212+63+196=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FC4 is #2BC03B. Grayscale: #7A7A7A. Windows color (decimal): -2867260 or 12861396. OLE color: 12861396.
HSL color Cylindrical-coordinate representation of color #D43FC4: hue angle of 306.44º 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 #D43FC4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 196 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.17 |
| HSL | 306.44º | 0.63% | 0.54% | - |
| HSV(B) | 306.44º | 0.7% | 0.83% | - |
| XYZ | 38.89 | 21.54 | 54.33 | - |
| YUV | 122.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 196 | 0 | 0.70 | 0.08 | 0.17 | 306.44 | 0.63 | 0.54 |
| Hex | D4 | 3F | C4 | 0 | 46 | 8 | 11 | 132 | 3F | 36 |
| Octal | 324 | 77 | 304 | 0 | 106 | 10 | 21 | 462 | 77 | 66 |
| Binary | 11010100 | 111111 | 11000100 | 0 | 1000110 | 1000 | 10001 | 100110010 | 111111 | 110110 |
Color Harmonies of #D43FC4
Complementary color
Monochromatic Colors of #D43FC4
Black with #D43FC4
Text Example
Text Example
White with #D43FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43FC4; }
p { color: rgb(212,63,196); }
H1.HeaderClassName
{
color: #D43FC4;
}
.AnyTagClassName
{
color: #D43FC4;
}
</style>
background-color css
<style>
a { background-color: #D43FC4; }
a { background-color: rgb(212,63,196); }
div.DivClassName
{
background-color: #D43FC4;
}
.BgClassName
{
background-color: #D43FC4;
}
</style>
border-color css
<style>
span { border-color: #D43FC4; }
span { border-color: rgb(212,63,196); }
td.TdClassName
{
border-color: #D43FC4;
}
.TagClassName
{
border-color: #D43FC4;
}
</style>