Shades of Fuchsia #C743AC
Tints of Fuchsia #C743AC
RGB
CMYK
RGB Variations
Color information
#C743AC (or 0xC743AC) is known color: Fuchsia. HEX triplet: C7, 43 and AC. RGB value is (199,67,172). Sum of RGB (Red+Green+Blue) = 199+67+172=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C743AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C743AC is #38BC53. Grayscale: #767676. Windows color (decimal): -3718228 or 11289543. OLE color: 11289543.
HSL color Cylindrical-coordinate representation of color #C743AC: hue angle of 312.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C743AC is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 172 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.22 |
| HSL | 312.27º | 0.54% | 0.52% | - |
| HSV(B) | 312.27º | 0.66% | 0.78% | - |
| XYZ | 33.01 | 19.13 | 40.98 | - |
| YUV | 118.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 172 | 0 | 0.66 | 0.14 | 0.22 | 312.27 | 0.54 | 0.52 |
| Hex | C7 | 43 | AC | 0 | 42 | E | 16 | 138 | 36 | 34 |
| Octal | 307 | 103 | 254 | 0 | 102 | 16 | 26 | 470 | 66 | 64 |
| Binary | 11000111 | 1000011 | 10101100 | 0 | 1000010 | 1110 | 10110 | 100111000 | 110110 | 110100 |
Color Harmonies of #C743AC
Complementary color
Monochromatic Colors of #C743AC
Black with #C743AC
Text Example
Text Example
White with #C743AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C743AC; }
p { color: rgb(199,67,172); }
H1.HeaderClassName
{
color: #C743AC;
}
.AnyTagClassName
{
color: #C743AC;
}
</style>
background-color css
<style>
a { background-color: #C743AC; }
a { background-color: rgb(199,67,172); }
div.DivClassName
{
background-color: #C743AC;
}
.BgClassName
{
background-color: #C743AC;
}
</style>
border-color css
<style>
span { border-color: #C743AC; }
span { border-color: rgb(199,67,172); }
td.TdClassName
{
border-color: #C743AC;
}
.TagClassName
{
border-color: #C743AC;
}
</style>