Shades of Fuchsia #C743AA
Tints of Fuchsia #C743AA
RGB
CMYK
RGB Variations
Color information
#C743AA (or 0xC743AA) is known color: Fuchsia. HEX triplet: C7, 43 and AA. RGB value is (199,67,170). Sum of RGB (Red+Green+Blue) = 199+67+170=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C743AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C743AA is #38BC55. Grayscale: #757575. Windows color (decimal): -3718230 or 11158471. OLE color: 11158471.
HSL color Cylindrical-coordinate representation of color #C743AA: hue angle of 313.18º 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 #C743AA is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 170 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.22 |
| HSL | 313.18º | 0.54% | 0.52% | - |
| HSV(B) | 313.18º | 0.66% | 0.78% | - |
| XYZ | 32.82 | 19.06 | 39.98 | - |
| YUV | 118.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 170 | 0 | 0.66 | 0.15 | 0.22 | 313.18 | 0.54 | 0.52 |
| Hex | C7 | 43 | AA | 0 | 42 | F | 16 | 139 | 36 | 34 |
| Octal | 307 | 103 | 252 | 0 | 102 | 17 | 26 | 471 | 66 | 64 |
| Binary | 11000111 | 1000011 | 10101010 | 0 | 1000010 | 1111 | 10110 | 100111001 | 110110 | 110100 |
Color Harmonies of #C743AA
Complementary color
Monochromatic Colors of #C743AA
Black with #C743AA
Text Example
Text Example
White with #C743AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C743AA; }
p { color: rgb(199,67,170); }
H1.HeaderClassName
{
color: #C743AA;
}
.AnyTagClassName
{
color: #C743AA;
}
</style>
background-color css
<style>
a { background-color: #C743AA; }
a { background-color: rgb(199,67,170); }
div.DivClassName
{
background-color: #C743AA;
}
.BgClassName
{
background-color: #C743AA;
}
</style>
border-color css
<style>
span { border-color: #C743AA; }
span { border-color: rgb(199,67,170); }
td.TdClassName
{
border-color: #C743AA;
}
.TagClassName
{
border-color: #C743AA;
}
</style>