Shades of Fuchsia #D12BC0
Tints of Fuchsia #D12BC0
RGB
CMYK
RGB Variations
Color information
#D12BC0 (or 0xD12BC0) is known color: Fuchsia. HEX triplet: D1, 2B and C0. RGB value is (209,43,192). Sum of RGB (Red+Green+Blue) = 209+43+192=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BC0 is #2ED43F. Grayscale: #6D6D6D. Windows color (decimal): -3068992 or 12594129. OLE color: 12594129.
HSL color Cylindrical-coordinate representation of color #D12BC0: hue angle of 306.14º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12BC0 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 192 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.18 |
| HSL | 306.14º | 0.66% | 0.49% | - |
| HSV(B) | 306.14º | 0.79% | 0.82% | - |
| XYZ | 36.67 | 19.09 | 51.62 | - |
| YUV | 109.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 192 | 0 | 0.79 | 0.08 | 0.18 | 306.14 | 0.66 | 0.49 |
| Hex | D1 | 2B | C0 | 0 | 4F | 8 | 12 | 132 | 42 | 31 |
| Octal | 321 | 53 | 300 | 0 | 117 | 10 | 22 | 462 | 102 | 61 |
| Binary | 11010001 | 101011 | 11000000 | 0 | 1001111 | 1000 | 10010 | 100110010 | 1000010 | 110001 |
Color Harmonies of #D12BC0
Complementary color
Monochromatic Colors of #D12BC0
Black with #D12BC0
Text Example
Text Example
White with #D12BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BC0; }
p { color: rgb(209,43,192); }
H1.HeaderClassName
{
color: #D12BC0;
}
.AnyTagClassName
{
color: #D12BC0;
}
</style>
background-color css
<style>
a { background-color: #D12BC0; }
a { background-color: rgb(209,43,192); }
div.DivClassName
{
background-color: #D12BC0;
}
.BgClassName
{
background-color: #D12BC0;
}
</style>
border-color css
<style>
span { border-color: #D12BC0; }
span { border-color: rgb(209,43,192); }
td.TdClassName
{
border-color: #D12BC0;
}
.TagClassName
{
border-color: #D12BC0;
}
</style>