Shades of Fuchsia #C943AA
Tints of Fuchsia #C943AA
RGB
CMYK
RGB Variations
Color information
#C943AA (or 0xC943AA) is known color: Fuchsia. HEX triplet: C9, 43 and AA. RGB value is (201,67,170). Sum of RGB (Red+Green+Blue) = 201+67+170=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C943AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C943AA is #36BC55. Grayscale: #767676. Windows color (decimal): -3587158 or 11158473. OLE color: 11158473.
HSL color Cylindrical-coordinate representation of color #C943AA: hue angle of 313.88º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C943AA is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 170 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.21 |
| HSL | 313.88º | 0.55% | 0.53% | - |
| HSV(B) | 313.88º | 0.67% | 0.79% | - |
| XYZ | 33.35 | 19.33 | 40 | - |
| YUV | 118.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 170 | 0 | 0.67 | 0.15 | 0.21 | 313.88 | 0.55 | 0.53 |
| Hex | C9 | 43 | AA | 0 | 43 | F | 15 | 13A | 37 | 35 |
| Octal | 311 | 103 | 252 | 0 | 103 | 17 | 25 | 472 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10101010 | 0 | 1000011 | 1111 | 10101 | 100111010 | 110111 | 110101 |
Color Harmonies of #C943AA
Complementary color
Monochromatic Colors of #C943AA
Black with #C943AA
Text Example
Text Example
White with #C943AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943AA; }
p { color: rgb(201,67,170); }
H1.HeaderClassName
{
color: #C943AA;
}
.AnyTagClassName
{
color: #C943AA;
}
</style>
background-color css
<style>
a { background-color: #C943AA; }
a { background-color: rgb(201,67,170); }
div.DivClassName
{
background-color: #C943AA;
}
.BgClassName
{
background-color: #C943AA;
}
</style>
border-color css
<style>
span { border-color: #C943AA; }
span { border-color: rgb(201,67,170); }
td.TdClassName
{
border-color: #C943AA;
}
.TagClassName
{
border-color: #C943AA;
}
</style>