Shades of Fuchsia #D12FCC
Tints of Fuchsia #D12FCC
RGB
CMYK
RGB Variations
Color information
#D12FCC (or 0xD12FCC) is known color: Fuchsia. HEX triplet: D1, 2F and CC. RGB value is (209,47,204). Sum of RGB (Red+Green+Blue) = 209+47+204=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FCC is #2ED033. Grayscale: #707070. Windows color (decimal): -3067956 or 13381585. OLE color: 13381585.
HSL color Cylindrical-coordinate representation of color #D12FCC: hue angle of 301.85º 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 #D12FCC is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 204 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.18 |
| HSL | 301.85º | 0.64% | 0.5% | - |
| HSV(B) | 301.85º | 0.78% | 0.82% | - |
| XYZ | 38.21 | 19.95 | 58.96 | - |
| YUV | 113.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 204 | 0 | 0.78 | 0.02 | 0.18 | 301.85 | 0.64 | 0.5 |
| Hex | D1 | 2F | CC | 0 | 4E | 2 | 12 | 12E | 40 | 32 |
| Octal | 321 | 57 | 314 | 0 | 116 | 2 | 22 | 456 | 100 | 62 |
| Binary | 11010001 | 101111 | 11001100 | 0 | 1001110 | 10 | 10010 | 100101110 | 1000000 | 110010 |
Color Harmonies of #D12FCC
Complementary color
Monochromatic Colors of #D12FCC
Black with #D12FCC
Text Example
Text Example
White with #D12FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FCC; }
p { color: rgb(209,47,204); }
H1.HeaderClassName
{
color: #D12FCC;
}
.AnyTagClassName
{
color: #D12FCC;
}
</style>
background-color css
<style>
a { background-color: #D12FCC; }
a { background-color: rgb(209,47,204); }
div.DivClassName
{
background-color: #D12FCC;
}
.BgClassName
{
background-color: #D12FCC;
}
</style>
border-color css
<style>
span { border-color: #D12FCC; }
span { border-color: rgb(209,47,204); }
td.TdClassName
{
border-color: #D12FCC;
}
.TagClassName
{
border-color: #D12FCC;
}
</style>