Shades of Fuchsia #D130C0
Tints of Fuchsia #D130C0
RGB
CMYK
RGB Variations
Color information
#D130C0 (or 0xD130C0) is known color: Fuchsia. HEX triplet: D1, 30 and C0. RGB value is (209,48,192). Sum of RGB (Red+Green+Blue) = 209+48+192=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D130C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130C0 is #2ECF3F. Grayscale: #707070. Windows color (decimal): -3067712 or 12595409. OLE color: 12595409.
HSL color Cylindrical-coordinate representation of color #D130C0: hue angle of 306.34º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D130C0 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 192 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.18 |
| HSL | 306.34º | 0.64% | 0.5% | - |
| HSV(B) | 306.34º | 0.77% | 0.82% | - |
| XYZ | 36.87 | 19.47 | 51.69 | - |
| YUV | 112.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 192 | 0 | 0.77 | 0.08 | 0.18 | 306.34 | 0.64 | 0.5 |
| Hex | D1 | 30 | C0 | 0 | 4D | 8 | 12 | 132 | 40 | 32 |
| Octal | 321 | 60 | 300 | 0 | 115 | 10 | 22 | 462 | 100 | 62 |
| Binary | 11010001 | 110000 | 11000000 | 0 | 1001101 | 1000 | 10010 | 100110010 | 1000000 | 110010 |
Color Harmonies of #D130C0
Complementary color
Monochromatic Colors of #D130C0
Black with #D130C0
Text Example
Text Example
White with #D130C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130C0; }
p { color: rgb(209,48,192); }
H1.HeaderClassName
{
color: #D130C0;
}
.AnyTagClassName
{
color: #D130C0;
}
</style>
background-color css
<style>
a { background-color: #D130C0; }
a { background-color: rgb(209,48,192); }
div.DivClassName
{
background-color: #D130C0;
}
.BgClassName
{
background-color: #D130C0;
}
</style>
border-color css
<style>
span { border-color: #D130C0; }
span { border-color: rgb(209,48,192); }
td.TdClassName
{
border-color: #D130C0;
}
.TagClassName
{
border-color: #D130C0;
}
</style>