Shades of Fuchsia #D12CC1
Tints of Fuchsia #D12CC1
RGB
CMYK
RGB Variations
Color information
#D12CC1 (or 0xD12CC1) is known color: Fuchsia. HEX triplet: D1, 2C and C1. RGB value is (209,44,193). Sum of RGB (Red+Green+Blue) = 209+44+193=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CC1 is #2ED33E. Grayscale: #6D6D6D. Windows color (decimal): -3068735 or 12659921. OLE color: 12659921.
HSL color Cylindrical-coordinate representation of color #D12CC1: hue angle of 305.82º 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 #D12CC1 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 193 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.18 |
| HSL | 305.82º | 0.65% | 0.5% | - |
| HSV(B) | 305.82º | 0.79% | 0.82% | - |
| XYZ | 36.82 | 19.21 | 52.22 | - |
| YUV | 110.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 193 | 0 | 0.79 | 0.08 | 0.18 | 305.82 | 0.65 | 0.5 |
| Hex | D1 | 2C | C1 | 0 | 4F | 8 | 12 | 132 | 41 | 32 |
| Octal | 321 | 54 | 301 | 0 | 117 | 10 | 22 | 462 | 101 | 62 |
| Binary | 11010001 | 101100 | 11000001 | 0 | 1001111 | 1000 | 10010 | 100110010 | 1000001 | 110010 |
Color Harmonies of #D12CC1
Complementary color
Monochromatic Colors of #D12CC1
Black with #D12CC1
Text Example
Text Example
White with #D12CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CC1; }
p { color: rgb(209,44,193); }
H1.HeaderClassName
{
color: #D12CC1;
}
.AnyTagClassName
{
color: #D12CC1;
}
</style>
background-color css
<style>
a { background-color: #D12CC1; }
a { background-color: rgb(209,44,193); }
div.DivClassName
{
background-color: #D12CC1;
}
.BgClassName
{
background-color: #D12CC1;
}
</style>
border-color css
<style>
span { border-color: #D12CC1; }
span { border-color: rgb(209,44,193); }
td.TdClassName
{
border-color: #D12CC1;
}
.TagClassName
{
border-color: #D12CC1;
}
</style>