Shades of Fuchsia #C43AAF
Tints of Fuchsia #C43AAF
RGB
CMYK
RGB Variations
Color information
#C43AAF (or 0xC43AAF) is known color: Fuchsia. HEX triplet: C4, 3A and AF. RGB value is (196,58,175). Sum of RGB (Red+Green+Blue) = 196+58+175=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AAF is #3BC550. Grayscale: #707070. Windows color (decimal): -3917137 or 11483844. OLE color: 11483844.
HSL color Cylindrical-coordinate representation of color #C43AAF: hue angle of 309.13º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43AAF is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 175 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.23 |
| HSL | 309.13º | 0.54% | 0.5% | - |
| HSV(B) | 309.13º | 0.7% | 0.77% | - |
| XYZ | 32.02 | 17.86 | 42.32 | - |
| YUV | 112.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 175 | 0 | 0.70 | 0.11 | 0.23 | 309.13 | 0.54 | 0.5 |
| Hex | C4 | 3A | AF | 0 | 46 | B | 17 | 135 | 36 | 32 |
| Octal | 304 | 72 | 257 | 0 | 106 | 13 | 27 | 465 | 66 | 62 |
| Binary | 11000100 | 111010 | 10101111 | 0 | 1000110 | 1011 | 10111 | 100110101 | 110110 | 110010 |
Color Harmonies of #C43AAF
Complementary color
Monochromatic Colors of #C43AAF
Black with #C43AAF
Text Example
Text Example
White with #C43AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AAF; }
p { color: rgb(196,58,175); }
H1.HeaderClassName
{
color: #C43AAF;
}
.AnyTagClassName
{
color: #C43AAF;
}
</style>
background-color css
<style>
a { background-color: #C43AAF; }
a { background-color: rgb(196,58,175); }
div.DivClassName
{
background-color: #C43AAF;
}
.BgClassName
{
background-color: #C43AAF;
}
</style>
border-color css
<style>
span { border-color: #C43AAF; }
span { border-color: rgb(196,58,175); }
td.TdClassName
{
border-color: #C43AAF;
}
.TagClassName
{
border-color: #C43AAF;
}
</style>