Shades of Fuchsia #C43ECB
Tints of Fuchsia #C43ECB
RGB
CMYK
RGB Variations
Color information
#C43ECB (or 0xC43ECB) is known color: Fuchsia. HEX triplet: C4, 3E and CB. RGB value is (196,62,203). Sum of RGB (Red+Green+Blue) = 196+62+203=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #C43ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ECB is #3BC134. Grayscale: #757575. Windows color (decimal): -3916085 or 13319876. OLE color: 13319876.
HSL color Cylindrical-coordinate representation of color #C43ECB: hue angle of 297.02º 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 #C43ECB is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 62 | 203 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.20 |
| HSL | 297.02º | 0.58% | 0.52% | - |
| HSV(B) | 297.02º | 0.69% | 0.8% | - |
| XYZ | 35.27 | 19.49 | 58.4 | - |
| YUV | 118.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 203 | 0.03 | 0.69 | 0 | 0.20 | 297.02 | 0.58 | 0.52 |
| Hex | C4 | 3E | CB | 3 | 45 | 0 | 14 | 129 | 3A | 34 |
| Octal | 304 | 76 | 313 | 3 | 105 | 0 | 24 | 451 | 72 | 64 |
| Binary | 11000100 | 111110 | 11001011 | 11 | 1000101 | 0 | 10100 | 100101001 | 111010 | 110100 |
Color Harmonies of #C43ECB
Complementary color
Monochromatic Colors of #C43ECB
Black with #C43ECB
Text Example
Text Example
White with #C43ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ECB; }
p { color: rgb(196,62,203); }
H1.HeaderClassName
{
color: #C43ECB;
}
.AnyTagClassName
{
color: #C43ECB;
}
</style>
background-color css
<style>
a { background-color: #C43ECB; }
a { background-color: rgb(196,62,203); }
div.DivClassName
{
background-color: #C43ECB;
}
.BgClassName
{
background-color: #C43ECB;
}
</style>
border-color css
<style>
span { border-color: #C43ECB; }
span { border-color: rgb(196,62,203); }
td.TdClassName
{
border-color: #C43ECB;
}
.TagClassName
{
border-color: #C43ECB;
}
</style>