Shades of Fuchsia #C43FBE
Tints of Fuchsia #C43FBE
RGB
CMYK
RGB Variations
Color information
#C43FBE (or 0xC43FBE) is known color: Fuchsia. HEX triplet: C4, 3F and BE. RGB value is (196,63,190). Sum of RGB (Red+Green+Blue) = 196+63+190=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FBE is #3BC041. Grayscale: #747474. Windows color (decimal): -3915842 or 12468164. OLE color: 12468164.
HSL color Cylindrical-coordinate representation of color #C43FBE: hue angle of 302.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43FBE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 190 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.23 |
| HSL | 302.71º | 0.53% | 0.51% | - |
| HSV(B) | 302.71º | 0.68% | 0.77% | - |
| XYZ | 33.84 | 19.01 | 50.6 | - |
| YUV | 117.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 190 | 0 | 0.68 | 0.03 | 0.23 | 302.71 | 0.53 | 0.51 |
| Hex | C4 | 3F | BE | 0 | 44 | 3 | 17 | 12F | 35 | 33 |
| Octal | 304 | 77 | 276 | 0 | 104 | 3 | 27 | 457 | 65 | 63 |
| Binary | 11000100 | 111111 | 10111110 | 0 | 1000100 | 11 | 10111 | 100101111 | 110101 | 110011 |
Color Harmonies of #C43FBE
Complementary color
Monochromatic Colors of #C43FBE
Black with #C43FBE
Text Example
Text Example
White with #C43FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FBE; }
p { color: rgb(196,63,190); }
H1.HeaderClassName
{
color: #C43FBE;
}
.AnyTagClassName
{
color: #C43FBE;
}
</style>
background-color css
<style>
a { background-color: #C43FBE; }
a { background-color: rgb(196,63,190); }
div.DivClassName
{
background-color: #C43FBE;
}
.BgClassName
{
background-color: #C43FBE;
}
</style>
border-color css
<style>
span { border-color: #C43FBE; }
span { border-color: rgb(196,63,190); }
td.TdClassName
{
border-color: #C43FBE;
}
.TagClassName
{
border-color: #C43FBE;
}
</style>