Shades of Fuchsia #C43DB6
Tints of Fuchsia #C43DB6
RGB
CMYK
RGB Variations
Color information
#C43DB6 (or 0xC43DB6) is known color: Fuchsia. HEX triplet: C4, 3D and B6. RGB value is (196,61,182). Sum of RGB (Red+Green+Blue) = 196+61+182=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DB6 is #3BC249. Grayscale: #727272. Windows color (decimal): -3916362 or 11943364. OLE color: 11943364.
HSL color Cylindrical-coordinate representation of color #C43DB6: hue angle of 306.22º 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 #C43DB6 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 182 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.23 |
| HSL | 306.22º | 0.53% | 0.5% | - |
| HSV(B) | 306.22º | 0.69% | 0.77% | - |
| XYZ | 32.88 | 18.45 | 46.08 | - |
| YUV | 115.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 182 | 0 | 0.69 | 0.07 | 0.23 | 306.22 | 0.53 | 0.5 |
| Hex | C4 | 3D | B6 | 0 | 45 | 7 | 17 | 132 | 35 | 32 |
| Octal | 304 | 75 | 266 | 0 | 105 | 7 | 27 | 462 | 65 | 62 |
| Binary | 11000100 | 111101 | 10110110 | 0 | 1000101 | 111 | 10111 | 100110010 | 110101 | 110010 |
Color Harmonies of #C43DB6
Complementary color
Monochromatic Colors of #C43DB6
Black with #C43DB6
Text Example
Text Example
White with #C43DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DB6; }
p { color: rgb(196,61,182); }
H1.HeaderClassName
{
color: #C43DB6;
}
.AnyTagClassName
{
color: #C43DB6;
}
</style>
background-color css
<style>
a { background-color: #C43DB6; }
a { background-color: rgb(196,61,182); }
div.DivClassName
{
background-color: #C43DB6;
}
.BgClassName
{
background-color: #C43DB6;
}
</style>
border-color css
<style>
span { border-color: #C43DB6; }
span { border-color: rgb(196,61,182); }
td.TdClassName
{
border-color: #C43DB6;
}
.TagClassName
{
border-color: #C43DB6;
}
</style>