Shades of Fuchsia #D431C1
Tints of Fuchsia #D431C1
RGB
CMYK
RGB Variations
Color information
#D431C1 (or 0xD431C1) is known color: Fuchsia. HEX triplet: D4, 31 and C1. RGB value is (212,49,193). Sum of RGB (Red+Green+Blue) = 212+49+193=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D431C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431C1 is #2BCE3E. Grayscale: #717171. Windows color (decimal): -2870847 or 12661204. OLE color: 12661204.
HSL color Cylindrical-coordinate representation of color #D431C1: hue angle of 306.99º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D431C1 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 193 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.17 |
| HSL | 306.99º | 0.65% | 0.51% | - |
| HSV(B) | 306.99º | 0.77% | 0.83% | - |
| XYZ | 37.88 | 20.04 | 52.32 | - |
| YUV | 114.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 193 | 0 | 0.77 | 0.09 | 0.17 | 306.99 | 0.65 | 0.51 |
| Hex | D4 | 31 | C1 | 0 | 4D | 9 | 11 | 133 | 41 | 33 |
| Octal | 324 | 61 | 301 | 0 | 115 | 11 | 21 | 463 | 101 | 63 |
| Binary | 11010100 | 110001 | 11000001 | 0 | 1001101 | 1001 | 10001 | 100110011 | 1000001 | 110011 |
Color Harmonies of #D431C1
Complementary color
Monochromatic Colors of #D431C1
Black with #D431C1
Text Example
Text Example
White with #D431C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431C1; }
p { color: rgb(212,49,193); }
H1.HeaderClassName
{
color: #D431C1;
}
.AnyTagClassName
{
color: #D431C1;
}
</style>
background-color css
<style>
a { background-color: #D431C1; }
a { background-color: rgb(212,49,193); }
div.DivClassName
{
background-color: #D431C1;
}
.BgClassName
{
background-color: #D431C1;
}
</style>
border-color css
<style>
span { border-color: #D431C1; }
span { border-color: rgb(212,49,193); }
td.TdClassName
{
border-color: #D431C1;
}
.TagClassName
{
border-color: #D431C1;
}
</style>