Shades of Fuchsia #C43FCD
Tints of Fuchsia #C43FCD
RGB
CMYK
RGB Variations
Color information
#C43FCD (or 0xC43FCD) is known color: Fuchsia. HEX triplet: C4, 3F and CD. RGB value is (196,63,205). Sum of RGB (Red+Green+Blue) = 196+63+205=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #C43FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FCD is #3BC032. Grayscale: #767676. Windows color (decimal): -3915827 or 13451204. OLE color: 13451204.
HSL color Cylindrical-coordinate representation of color #C43FCD: hue angle of 296.2º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43FCD is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 63 | 205 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.20 |
| HSL | 296.2º | 0.59% | 0.53% | - |
| HSV(B) | 296.2º | 0.69% | 0.8% | - |
| XYZ | 35.56 | 19.7 | 59.69 | - |
| YUV | 118.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 205 | 0.04 | 0.69 | 0 | 0.20 | 296.2 | 0.59 | 0.53 |
| Hex | C4 | 3F | CD | 4 | 45 | 0 | 14 | 128 | 3B | 35 |
| Octal | 304 | 77 | 315 | 4 | 105 | 0 | 24 | 450 | 73 | 65 |
| Binary | 11000100 | 111111 | 11001101 | 100 | 1000101 | 0 | 10100 | 100101000 | 111011 | 110101 |
Color Harmonies of #C43FCD
Complementary color
Monochromatic Colors of #C43FCD
Black with #C43FCD
Text Example
Text Example
White with #C43FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FCD; }
p { color: rgb(196,63,205); }
H1.HeaderClassName
{
color: #C43FCD;
}
.AnyTagClassName
{
color: #C43FCD;
}
</style>
background-color css
<style>
a { background-color: #C43FCD; }
a { background-color: rgb(196,63,205); }
div.DivClassName
{
background-color: #C43FCD;
}
.BgClassName
{
background-color: #C43FCD;
}
</style>
border-color css
<style>
span { border-color: #C43FCD; }
span { border-color: rgb(196,63,205); }
td.TdClassName
{
border-color: #C43FCD;
}
.TagClassName
{
border-color: #C43FCD;
}
</style>