Shades of Fuchsia #D42FCD
Tints of Fuchsia #D42FCD
RGB
CMYK
RGB Variations
Color information
#D42FCD (or 0xD42FCD) is known color: Fuchsia. HEX triplet: D4, 2F and CD. RGB value is (212,47,205). Sum of RGB (Red+Green+Blue) = 212+47+205=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D42FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FCD is #2BD032. Grayscale: #717171. Windows color (decimal): -2871347 or 13447124. OLE color: 13447124.
HSL color Cylindrical-coordinate representation of color #D42FCD: hue angle of 302.55º 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 #D42FCD is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 205 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.17 |
| HSL | 302.55º | 0.66% | 0.51% | - |
| HSV(B) | 302.55º | 0.78% | 0.83% | - |
| XYZ | 39.19 | 20.44 | 59.64 | - |
| YUV | 114.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 205 | 0 | 0.78 | 0.03 | 0.17 | 302.55 | 0.66 | 0.51 |
| Hex | D4 | 2F | CD | 0 | 4E | 3 | 11 | 12F | 42 | 33 |
| Octal | 324 | 57 | 315 | 0 | 116 | 3 | 21 | 457 | 102 | 63 |
| Binary | 11010100 | 101111 | 11001101 | 0 | 1001110 | 11 | 10001 | 100101111 | 1000010 | 110011 |
Color Harmonies of #D42FCD
Complementary color
Monochromatic Colors of #D42FCD
Black with #D42FCD
Text Example
Text Example
White with #D42FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FCD; }
p { color: rgb(212,47,205); }
H1.HeaderClassName
{
color: #D42FCD;
}
.AnyTagClassName
{
color: #D42FCD;
}
</style>
background-color css
<style>
a { background-color: #D42FCD; }
a { background-color: rgb(212,47,205); }
div.DivClassName
{
background-color: #D42FCD;
}
.BgClassName
{
background-color: #D42FCD;
}
</style>
border-color css
<style>
span { border-color: #D42FCD; }
span { border-color: rgb(212,47,205); }
td.TdClassName
{
border-color: #D42FCD;
}
.TagClassName
{
border-color: #D42FCD;
}
</style>