Shades of Fuchsia #C943AB
Tints of Fuchsia #C943AB
RGB
CMYK
RGB Variations
Color information
#C943AB (or 0xC943AB) is known color: Fuchsia. HEX triplet: C9, 43 and AB. RGB value is (201,67,171). Sum of RGB (Red+Green+Blue) = 201+67+171=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C943AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C943AB is #36BC54. Grayscale: #767676. Windows color (decimal): -3587157 or 11224009. OLE color: 11224009.
HSL color Cylindrical-coordinate representation of color #C943AB: hue angle of 313.43º 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 #C943AB is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 171 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.21 |
| HSL | 313.43º | 0.55% | 0.53% | - |
| HSV(B) | 313.43º | 0.67% | 0.79% | - |
| XYZ | 33.45 | 19.37 | 40.5 | - |
| YUV | 118.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 171 | 0 | 0.67 | 0.15 | 0.21 | 313.43 | 0.55 | 0.53 |
| Hex | C9 | 43 | AB | 0 | 43 | F | 15 | 139 | 37 | 35 |
| Octal | 311 | 103 | 253 | 0 | 103 | 17 | 25 | 471 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10101011 | 0 | 1000011 | 1111 | 10101 | 100111001 | 110111 | 110101 |
Color Harmonies of #C943AB
Complementary color
Monochromatic Colors of #C943AB
Black with #C943AB
Text Example
Text Example
White with #C943AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943AB; }
p { color: rgb(201,67,171); }
H1.HeaderClassName
{
color: #C943AB;
}
.AnyTagClassName
{
color: #C943AB;
}
</style>
background-color css
<style>
a { background-color: #C943AB; }
a { background-color: rgb(201,67,171); }
div.DivClassName
{
background-color: #C943AB;
}
.BgClassName
{
background-color: #C943AB;
}
</style>
border-color css
<style>
span { border-color: #C943AB; }
span { border-color: rgb(201,67,171); }
td.TdClassName
{
border-color: #C943AB;
}
.TagClassName
{
border-color: #C943AB;
}
</style>