Shades of Fuchsia #C43DAC
Tints of Fuchsia #C43DAC
RGB
CMYK
RGB Variations
Color information
#C43DAC (or 0xC43DAC) is known color: Fuchsia. HEX triplet: C4, 3D and AC. RGB value is (196,61,172). Sum of RGB (Red+Green+Blue) = 196+61+172=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43DAC is #3BC253. Grayscale: #717171. Windows color (decimal): -3916372 or 11288004. OLE color: 11288004.
HSL color Cylindrical-coordinate representation of color #C43DAC: hue angle of 310.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43DAC is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 172 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.23 |
| HSL | 310.67º | 0.53% | 0.5% | - |
| HSV(B) | 310.67º | 0.69% | 0.77% | - |
| XYZ | 31.88 | 18.05 | 40.83 | - |
| YUV | 114.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 172 | 0 | 0.69 | 0.12 | 0.23 | 310.67 | 0.53 | 0.5 |
| Hex | C4 | 3D | AC | 0 | 45 | C | 17 | 137 | 35 | 32 |
| Octal | 304 | 75 | 254 | 0 | 105 | 14 | 27 | 467 | 65 | 62 |
| Binary | 11000100 | 111101 | 10101100 | 0 | 1000101 | 1100 | 10111 | 100110111 | 110101 | 110010 |
Color Harmonies of #C43DAC
Complementary color
Monochromatic Colors of #C43DAC
Black with #C43DAC
Text Example
Text Example
White with #C43DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DAC; }
p { color: rgb(196,61,172); }
H1.HeaderClassName
{
color: #C43DAC;
}
.AnyTagClassName
{
color: #C43DAC;
}
</style>
background-color css
<style>
a { background-color: #C43DAC; }
a { background-color: rgb(196,61,172); }
div.DivClassName
{
background-color: #C43DAC;
}
.BgClassName
{
background-color: #C43DAC;
}
</style>
border-color css
<style>
span { border-color: #C43DAC; }
span { border-color: rgb(196,61,172); }
td.TdClassName
{
border-color: #C43DAC;
}
.TagClassName
{
border-color: #C43DAC;
}
</style>