Shades of Fuchsia #D12CC4
Tints of Fuchsia #D12CC4
RGB
CMYK
RGB Variations
Color information
#D12CC4 (or 0xD12CC4) is known color: Fuchsia. HEX triplet: D1, 2C and C4. RGB value is (209,44,196). Sum of RGB (Red+Green+Blue) = 209+44+196=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CC4 is #2ED33B. Grayscale: #6E6E6E. Windows color (decimal): -3068732 or 12856529. OLE color: 12856529.
HSL color Cylindrical-coordinate representation of color #D12CC4: hue angle of 304.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12CC4 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 196 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.18 |
| HSL | 304.73º | 0.65% | 0.5% | - |
| HSV(B) | 304.73º | 0.79% | 0.82% | - |
| XYZ | 37.16 | 19.34 | 54 | - |
| YUV | 110.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 196 | 0 | 0.79 | 0.06 | 0.18 | 304.73 | 0.65 | 0.5 |
| Hex | D1 | 2C | C4 | 0 | 4F | 6 | 12 | 131 | 41 | 32 |
| Octal | 321 | 54 | 304 | 0 | 117 | 6 | 22 | 461 | 101 | 62 |
| Binary | 11010001 | 101100 | 11000100 | 0 | 1001111 | 110 | 10010 | 100110001 | 1000001 | 110010 |
Color Harmonies of #D12CC4
Complementary color
Monochromatic Colors of #D12CC4
Black with #D12CC4
Text Example
Text Example
White with #D12CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CC4; }
p { color: rgb(209,44,196); }
H1.HeaderClassName
{
color: #D12CC4;
}
.AnyTagClassName
{
color: #D12CC4;
}
</style>
background-color css
<style>
a { background-color: #D12CC4; }
a { background-color: rgb(209,44,196); }
div.DivClassName
{
background-color: #D12CC4;
}
.BgClassName
{
background-color: #D12CC4;
}
</style>
border-color css
<style>
span { border-color: #D12CC4; }
span { border-color: rgb(209,44,196); }
td.TdClassName
{
border-color: #D12CC4;
}
.TagClassName
{
border-color: #D12CC4;
}
</style>