Shades of Fuchsia #D12FC0
Tints of Fuchsia #D12FC0
RGB
CMYK
RGB Variations
Color information
#D12FC0 (or 0xD12FC0) is known color: Fuchsia. HEX triplet: D1, 2F and C0. RGB value is (209,47,192). Sum of RGB (Red+Green+Blue) = 209+47+192=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FC0 is #2ED03F. Grayscale: #6F6F6F. Windows color (decimal): -3067968 or 12595153. OLE color: 12595153.
HSL color Cylindrical-coordinate representation of color #D12FC0: hue angle of 306.3º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12FC0 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 192 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.18 |
| HSL | 306.3º | 0.64% | 0.5% | - |
| HSV(B) | 306.3º | 0.78% | 0.82% | - |
| XYZ | 36.83 | 19.39 | 51.67 | - |
| YUV | 111.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 192 | 0 | 0.78 | 0.08 | 0.18 | 306.3 | 0.64 | 0.5 |
| Hex | D1 | 2F | C0 | 0 | 4E | 8 | 12 | 132 | 40 | 32 |
| Octal | 321 | 57 | 300 | 0 | 116 | 10 | 22 | 462 | 100 | 62 |
| Binary | 11010001 | 101111 | 11000000 | 0 | 1001110 | 1000 | 10010 | 100110010 | 1000000 | 110010 |
Color Harmonies of #D12FC0
Complementary color
Monochromatic Colors of #D12FC0
Black with #D12FC0
Text Example
Text Example
White with #D12FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FC0; }
p { color: rgb(209,47,192); }
H1.HeaderClassName
{
color: #D12FC0;
}
.AnyTagClassName
{
color: #D12FC0;
}
</style>
background-color css
<style>
a { background-color: #D12FC0; }
a { background-color: rgb(209,47,192); }
div.DivClassName
{
background-color: #D12FC0;
}
.BgClassName
{
background-color: #D12FC0;
}
</style>
border-color css
<style>
span { border-color: #D12FC0; }
span { border-color: rgb(209,47,192); }
td.TdClassName
{
border-color: #D12FC0;
}
.TagClassName
{
border-color: #D12FC0;
}
</style>