Shades of Fuchsia #D43BCC
Tints of Fuchsia #D43BCC
RGB
CMYK
RGB Variations
Color information
#D43BCC (or 0xD43BCC) is known color: Fuchsia. HEX triplet: D4, 3B and CC. RGB value is (212,59,204). Sum of RGB (Red+Green+Blue) = 212+59+204=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43BCC is #2BC433. Grayscale: #787878. Windows color (decimal): -2868276 or 13384660. OLE color: 13384660.
HSL color Cylindrical-coordinate representation of color #D43BCC: hue angle of 303.14º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43BCC is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 204 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.17 |
| HSL | 303.14º | 0.64% | 0.53% | - |
| HSV(B) | 303.14º | 0.72% | 0.83% | - |
| XYZ | 39.61 | 21.48 | 59.19 | - |
| YUV | 121.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 204 | 0 | 0.72 | 0.04 | 0.17 | 303.14 | 0.64 | 0.53 |
| Hex | D4 | 3B | CC | 0 | 48 | 4 | 11 | 12F | 40 | 35 |
| Octal | 324 | 73 | 314 | 0 | 110 | 4 | 21 | 457 | 100 | 65 |
| Binary | 11010100 | 111011 | 11001100 | 0 | 1001000 | 100 | 10001 | 100101111 | 1000000 | 110101 |
Color Harmonies of #D43BCC
Complementary color
Monochromatic Colors of #D43BCC
Black with #D43BCC
Text Example
Text Example
White with #D43BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BCC; }
p { color: rgb(212,59,204); }
H1.HeaderClassName
{
color: #D43BCC;
}
.AnyTagClassName
{
color: #D43BCC;
}
</style>
background-color css
<style>
a { background-color: #D43BCC; }
a { background-color: rgb(212,59,204); }
div.DivClassName
{
background-color: #D43BCC;
}
.BgClassName
{
background-color: #D43BCC;
}
</style>
border-color css
<style>
span { border-color: #D43BCC; }
span { border-color: rgb(212,59,204); }
td.TdClassName
{
border-color: #D43BCC;
}
.TagClassName
{
border-color: #D43BCC;
}
</style>