Shades of Fuchsia #D12CC3
Tints of Fuchsia #D12CC3
RGB
CMYK
RGB Variations
Color information
#D12CC3 (or 0xD12CC3) is known color: Fuchsia. HEX triplet: D1, 2C and C3. RGB value is (209,44,195). Sum of RGB (Red+Green+Blue) = 209+44+195=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CC3 is #2ED33C. Grayscale: #6E6E6E. Windows color (decimal): -3068733 or 12790993. OLE color: 12790993.
HSL color Cylindrical-coordinate representation of color #D12CC3: hue angle of 305.09º 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 #D12CC3 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 195 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.18 |
| HSL | 305.09º | 0.65% | 0.5% | - |
| HSV(B) | 305.09º | 0.79% | 0.82% | - |
| XYZ | 37.05 | 19.3 | 53.4 | - |
| YUV | 110.55 | 175.66 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 195 | 0 | 0.79 | 0.07 | 0.18 | 305.09 | 0.65 | 0.5 |
| Hex | D1 | 2C | C3 | 0 | 4F | 7 | 12 | 131 | 41 | 32 |
| Octal | 321 | 54 | 303 | 0 | 117 | 7 | 22 | 461 | 101 | 62 |
| Binary | 11010001 | 101100 | 11000011 | 0 | 1001111 | 111 | 10010 | 100110001 | 1000001 | 110010 |
Color Harmonies of #D12CC3
Complementary color
Monochromatic Colors of #D12CC3
Black with #D12CC3
Text Example
Text Example
White with #D12CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CC3; }
p { color: rgb(209,44,195); }
H1.HeaderClassName
{
color: #D12CC3;
}
.AnyTagClassName
{
color: #D12CC3;
}
</style>
background-color css
<style>
a { background-color: #D12CC3; }
a { background-color: rgb(209,44,195); }
div.DivClassName
{
background-color: #D12CC3;
}
.BgClassName
{
background-color: #D12CC3;
}
</style>
border-color css
<style>
span { border-color: #D12CC3; }
span { border-color: rgb(209,44,195); }
td.TdClassName
{
border-color: #D12CC3;
}
.TagClassName
{
border-color: #D12CC3;
}
</style>