Shades of Fuchsia #C43ACB
Tints of Fuchsia #C43ACB
RGB
CMYK
RGB Variations
Color information
#C43ACB (or 0xC43ACB) is known color: Fuchsia. HEX triplet: C4, 3A and CB. RGB value is (196,58,203). Sum of RGB (Red+Green+Blue) = 196+58+203=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #C43ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ACB is #3BC534. Grayscale: #737373. Windows color (decimal): -3917109 or 13318852. OLE color: 13318852.
HSL color Cylindrical-coordinate representation of color #C43ACB: hue angle of 297.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43ACB is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 58 | 203 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.20 |
| HSL | 297.1º | 0.58% | 0.51% | - |
| HSV(B) | 297.1º | 0.71% | 0.8% | - |
| XYZ | 35.06 | 19.07 | 58.33 | - |
| YUV | 115.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 203 | 0.03 | 0.71 | 0 | 0.20 | 297.1 | 0.58 | 0.51 |
| Hex | C4 | 3A | CB | 3 | 47 | 0 | 14 | 129 | 3A | 33 |
| Octal | 304 | 72 | 313 | 3 | 107 | 0 | 24 | 451 | 72 | 63 |
| Binary | 11000100 | 111010 | 11001011 | 11 | 1000111 | 0 | 10100 | 100101001 | 111010 | 110011 |
Color Harmonies of #C43ACB
Complementary color
Monochromatic Colors of #C43ACB
Black with #C43ACB
Text Example
Text Example
White with #C43ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ACB; }
p { color: rgb(196,58,203); }
H1.HeaderClassName
{
color: #C43ACB;
}
.AnyTagClassName
{
color: #C43ACB;
}
</style>
background-color css
<style>
a { background-color: #C43ACB; }
a { background-color: rgb(196,58,203); }
div.DivClassName
{
background-color: #C43ACB;
}
.BgClassName
{
background-color: #C43ACB;
}
</style>
border-color css
<style>
span { border-color: #C43ACB; }
span { border-color: rgb(196,58,203); }
td.TdClassName
{
border-color: #C43ACB;
}
.TagClassName
{
border-color: #C43ACB;
}
</style>