Shades of Fuchsia #C43DCC
Tints of Fuchsia #C43DCC
RGB
CMYK
RGB Variations
Color information
#C43DCC (or 0xC43DCC) is known color: Fuchsia. HEX triplet: C4, 3D and CC. RGB value is (196,61,204). Sum of RGB (Red+Green+Blue) = 196+61+204=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #C43DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DCC is #3BC233. Grayscale: #757575. Windows color (decimal): -3916340 or 13385156. OLE color: 13385156.
HSL color Cylindrical-coordinate representation of color #C43DCC: hue angle of 296.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43DCC is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 61 | 204 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.2 |
| HSL | 296.64º | 0.58% | 0.52% | - |
| HSV(B) | 296.64º | 0.7% | 0.8% | - |
| XYZ | 35.33 | 19.43 | 59.02 | - |
| YUV | 117.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 204 | 0.04 | 0.70 | 0 | 0.2 | 296.64 | 0.58 | 0.52 |
| Hex | C4 | 3D | CC | 4 | 46 | 0 | 14 | 129 | 3A | 34 |
| Octal | 304 | 75 | 314 | 4 | 106 | 0 | 24 | 451 | 72 | 64 |
| Binary | 11000100 | 111101 | 11001100 | 100 | 1000110 | 0 | 10100 | 100101001 | 111010 | 110100 |
Color Harmonies of #C43DCC
Complementary color
Monochromatic Colors of #C43DCC
Black with #C43DCC
Text Example
Text Example
White with #C43DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DCC; }
p { color: rgb(196,61,204); }
H1.HeaderClassName
{
color: #C43DCC;
}
.AnyTagClassName
{
color: #C43DCC;
}
</style>
background-color css
<style>
a { background-color: #C43DCC; }
a { background-color: rgb(196,61,204); }
div.DivClassName
{
background-color: #C43DCC;
}
.BgClassName
{
background-color: #C43DCC;
}
</style>
border-color css
<style>
span { border-color: #C43DCC; }
span { border-color: rgb(196,61,204); }
td.TdClassName
{
border-color: #C43DCC;
}
.TagClassName
{
border-color: #C43DCC;
}
</style>