Shades of Fuchsia #D42FCF
Tints of Fuchsia #D42FCF
RGB
CMYK
RGB Variations
Color information
#D42FCF (or 0xD42FCF) is known color: Fuchsia. HEX triplet: D4, 2F and CF. RGB value is (212,47,207). Sum of RGB (Red+Green+Blue) = 212+47+207=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FCF is #2BD030. Grayscale: #727272. Windows color (decimal): -2871345 or 13578196. OLE color: 13578196.
HSL color Cylindrical-coordinate representation of color #D42FCF: hue angle of 301.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42FCF is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 207 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.17 |
| HSL | 301.82º | 0.66% | 0.51% | - |
| HSV(B) | 301.82º | 0.78% | 0.83% | - |
| XYZ | 39.43 | 20.54 | 60.92 | - |
| YUV | 114.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 207 | 0 | 0.78 | 0.02 | 0.17 | 301.82 | 0.66 | 0.51 |
| Hex | D4 | 2F | CF | 0 | 4E | 2 | 11 | 12E | 42 | 33 |
| Octal | 324 | 57 | 317 | 0 | 116 | 2 | 21 | 456 | 102 | 63 |
| Binary | 11010100 | 101111 | 11001111 | 0 | 1001110 | 10 | 10001 | 100101110 | 1000010 | 110011 |
Color Harmonies of #D42FCF
Complementary color
Monochromatic Colors of #D42FCF
Black with #D42FCF
Text Example
Text Example
White with #D42FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FCF; }
p { color: rgb(212,47,207); }
H1.HeaderClassName
{
color: #D42FCF;
}
.AnyTagClassName
{
color: #D42FCF;
}
</style>
background-color css
<style>
a { background-color: #D42FCF; }
a { background-color: rgb(212,47,207); }
div.DivClassName
{
background-color: #D42FCF;
}
.BgClassName
{
background-color: #D42FCF;
}
</style>
border-color css
<style>
span { border-color: #D42FCF; }
span { border-color: rgb(212,47,207); }
td.TdClassName
{
border-color: #D42FCF;
}
.TagClassName
{
border-color: #D42FCF;
}
</style>