Shades of Fuchsia #D141CF
Tints of Fuchsia #D141CF
RGB
CMYK
RGB Variations
Color information
#D141CF (or 0xD141CF) is known color: Fuchsia. HEX triplet: D1, 41 and CF. RGB value is (209,65,207). Sum of RGB (Red+Green+Blue) = 209+65+207=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D141CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141CF is #2EBE30. Grayscale: #7B7B7B. Windows color (decimal): -3063345 or 13582801. OLE color: 13582801.
HSL color Cylindrical-coordinate representation of color #D141CF: hue angle of 300.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D141CF is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 207 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.18 |
| HSL | 300.83º | 0.61% | 0.54% | - |
| HSV(B) | 300.83º | 0.69% | 0.82% | - |
| XYZ | 39.45 | 21.84 | 61.17 | - |
| YUV | 124.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 207 | 0 | 0.69 | 0.01 | 0.18 | 300.83 | 0.61 | 0.54 |
| Hex | D1 | 41 | CF | 0 | 45 | 1 | 12 | 12D | 3D | 36 |
| Octal | 321 | 101 | 317 | 0 | 105 | 1 | 22 | 455 | 75 | 66 |
| Binary | 11010001 | 1000001 | 11001111 | 0 | 1000101 | 1 | 10010 | 100101101 | 111101 | 110110 |
Color Harmonies of #D141CF
Complementary color
Monochromatic Colors of #D141CF
Black with #D141CF
Text Example
Text Example
White with #D141CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141CF; }
p { color: rgb(209,65,207); }
H1.HeaderClassName
{
color: #D141CF;
}
.AnyTagClassName
{
color: #D141CF;
}
</style>
background-color css
<style>
a { background-color: #D141CF; }
a { background-color: rgb(209,65,207); }
div.DivClassName
{
background-color: #D141CF;
}
.BgClassName
{
background-color: #D141CF;
}
</style>
border-color css
<style>
span { border-color: #D141CF; }
span { border-color: rgb(209,65,207); }
td.TdClassName
{
border-color: #D141CF;
}
.TagClassName
{
border-color: #D141CF;
}
</style>