Shades of Fuchsia #C43FCB
Tints of Fuchsia #C43FCB
RGB
CMYK
RGB Variations
Color information
#C43FCB (or 0xC43FCB) is known color: Fuchsia. HEX triplet: C4, 3F and CB. RGB value is (196,63,203). Sum of RGB (Red+Green+Blue) = 196+63+203=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C43FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FCB is #3BC034. Grayscale: #767676. Windows color (decimal): -3915829 or 13320132. OLE color: 13320132.
HSL color Cylindrical-coordinate representation of color #C43FCB: hue angle of 297º degrees, saturation: 0.57, 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 #C43FCB is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 63 | 203 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.20 |
| HSL | 297º | 0.57% | 0.52% | - |
| HSV(B) | 297º | 0.69% | 0.8% | - |
| XYZ | 35.32 | 19.6 | 58.42 | - |
| YUV | 118.73 | 175.56 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 203 | 0.03 | 0.69 | 0 | 0.20 | 297 | 0.57 | 0.52 |
| Hex | C4 | 3F | CB | 3 | 45 | 0 | 14 | 129 | 39 | 34 |
| Octal | 304 | 77 | 313 | 3 | 105 | 0 | 24 | 451 | 71 | 64 |
| Binary | 11000100 | 111111 | 11001011 | 11 | 1000101 | 0 | 10100 | 100101001 | 111001 | 110100 |
Color Harmonies of #C43FCB
Complementary color
Monochromatic Colors of #C43FCB
Black with #C43FCB
Text Example
Text Example
White with #C43FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FCB; }
p { color: rgb(196,63,203); }
H1.HeaderClassName
{
color: #C43FCB;
}
.AnyTagClassName
{
color: #C43FCB;
}
</style>
background-color css
<style>
a { background-color: #C43FCB; }
a { background-color: rgb(196,63,203); }
div.DivClassName
{
background-color: #C43FCB;
}
.BgClassName
{
background-color: #C43FCB;
}
</style>
border-color css
<style>
span { border-color: #C43FCB; }
span { border-color: rgb(196,63,203); }
td.TdClassName
{
border-color: #C43FCB;
}
.TagClassName
{
border-color: #C43FCB;
}
</style>