Shades of Fuchsia #C43DB9
Tints of Fuchsia #C43DB9
RGB
CMYK
RGB Variations
Color information
#C43DB9 (or 0xC43DB9) is known color: Fuchsia. HEX triplet: C4, 3D and B9. RGB value is (196,61,185). Sum of RGB (Red+Green+Blue) = 196+61+185=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DB9 is #3BC246. Grayscale: #737373. Windows color (decimal): -3916359 or 12139972. OLE color: 12139972.
HSL color Cylindrical-coordinate representation of color #C43DB9: hue angle of 304.89º 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 #C43DB9 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 185 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.23 |
| HSL | 304.89º | 0.53% | 0.5% | - |
| HSV(B) | 304.89º | 0.69% | 0.77% | - |
| XYZ | 33.19 | 18.58 | 47.74 | - |
| YUV | 115.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 185 | 0 | 0.69 | 0.06 | 0.23 | 304.89 | 0.53 | 0.5 |
| Hex | C4 | 3D | B9 | 0 | 45 | 6 | 17 | 131 | 35 | 32 |
| Octal | 304 | 75 | 271 | 0 | 105 | 6 | 27 | 461 | 65 | 62 |
| Binary | 11000100 | 111101 | 10111001 | 0 | 1000101 | 110 | 10111 | 100110001 | 110101 | 110010 |
Color Harmonies of #C43DB9
Complementary color
Monochromatic Colors of #C43DB9
Black with #C43DB9
Text Example
Text Example
White with #C43DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DB9; }
p { color: rgb(196,61,185); }
H1.HeaderClassName
{
color: #C43DB9;
}
.AnyTagClassName
{
color: #C43DB9;
}
</style>
background-color css
<style>
a { background-color: #C43DB9; }
a { background-color: rgb(196,61,185); }
div.DivClassName
{
background-color: #C43DB9;
}
.BgClassName
{
background-color: #C43DB9;
}
</style>
border-color css
<style>
span { border-color: #C43DB9; }
span { border-color: rgb(196,61,185); }
td.TdClassName
{
border-color: #C43DB9;
}
.TagClassName
{
border-color: #C43DB9;
}
</style>