Shades of Fuchsia #D141C5
Tints of Fuchsia #D141C5
RGB
CMYK
RGB Variations
Color information
#D141C5 (or 0xD141C5) is known color: Fuchsia. HEX triplet: D1, 41 and C5. RGB value is (209,65,197). Sum of RGB (Red+Green+Blue) = 209+65+197=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D141C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141C5 is #2EBE3A. Grayscale: #7A7A7A. Windows color (decimal): -3063355 or 12927441. OLE color: 12927441.
HSL color Cylindrical-coordinate representation of color #D141C5: hue angle of 305º 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 #D141C5 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 197 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.18 |
| HSL | 305º | 0.61% | 0.54% | - |
| HSV(B) | 305º | 0.69% | 0.82% | - |
| XYZ | 38.26 | 21.37 | 54.93 | - |
| YUV | 123.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 197 | 0 | 0.69 | 0.06 | 0.18 | 305 | 0.61 | 0.54 |
| Hex | D1 | 41 | C5 | 0 | 45 | 6 | 12 | 131 | 3D | 36 |
| Octal | 321 | 101 | 305 | 0 | 105 | 6 | 22 | 461 | 75 | 66 |
| Binary | 11010001 | 1000001 | 11000101 | 0 | 1000101 | 110 | 10010 | 100110001 | 111101 | 110110 |
Color Harmonies of #D141C5
Complementary color
Monochromatic Colors of #D141C5
Black with #D141C5
Text Example
Text Example
White with #D141C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141C5; }
p { color: rgb(209,65,197); }
H1.HeaderClassName
{
color: #D141C5;
}
.AnyTagClassName
{
color: #D141C5;
}
</style>
background-color css
<style>
a { background-color: #D141C5; }
a { background-color: rgb(209,65,197); }
div.DivClassName
{
background-color: #D141C5;
}
.BgClassName
{
background-color: #D141C5;
}
</style>
border-color css
<style>
span { border-color: #D141C5; }
span { border-color: rgb(209,65,197); }
td.TdClassName
{
border-color: #D141C5;
}
.TagClassName
{
border-color: #D141C5;
}
</style>