Shades of Fuchsia #C43FCC
Tints of Fuchsia #C43FCC
RGB
CMYK
RGB Variations
Color information
#C43FCC (or 0xC43FCC) is known color: Fuchsia. HEX triplet: C4, 3F and CC. RGB value is (196,63,204). Sum of RGB (Red+Green+Blue) = 196+63+204=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C43FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FCC is #3BC033. Grayscale: #767676. Windows color (decimal): -3915828 or 13385668. OLE color: 13385668.
HSL color Cylindrical-coordinate representation of color #C43FCC: hue angle of 296.6º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43FCC is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 63 | 204 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.2 |
| HSL | 296.6º | 0.58% | 0.52% | - |
| HSV(B) | 296.6º | 0.69% | 0.8% | - |
| XYZ | 35.44 | 19.65 | 59.05 | - |
| YUV | 118.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 204 | 0.04 | 0.69 | 0 | 0.2 | 296.6 | 0.58 | 0.52 |
| Hex | C4 | 3F | CC | 4 | 45 | 0 | 14 | 129 | 3A | 34 |
| Octal | 304 | 77 | 314 | 4 | 105 | 0 | 24 | 451 | 72 | 64 |
| Binary | 11000100 | 111111 | 11001100 | 100 | 1000101 | 0 | 10100 | 100101001 | 111010 | 110100 |
Color Harmonies of #C43FCC
Complementary color
Monochromatic Colors of #C43FCC
Black with #C43FCC
Text Example
Text Example
White with #C43FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FCC; }
p { color: rgb(196,63,204); }
H1.HeaderClassName
{
color: #C43FCC;
}
.AnyTagClassName
{
color: #C43FCC;
}
</style>
background-color css
<style>
a { background-color: #C43FCC; }
a { background-color: rgb(196,63,204); }
div.DivClassName
{
background-color: #C43FCC;
}
.BgClassName
{
background-color: #C43FCC;
}
</style>
border-color css
<style>
span { border-color: #C43FCC; }
span { border-color: rgb(196,63,204); }
td.TdClassName
{
border-color: #C43FCC;
}
.TagClassName
{
border-color: #C43FCC;
}
</style>