Shades of Fuchsia #C840AB
Tints of Fuchsia #C840AB
RGB
CMYK
RGB Variations
Color information
#C840AB (or 0xC840AB) is known color: Fuchsia. HEX triplet: C8, 40 and AB. RGB value is (200,64,171). Sum of RGB (Red+Green+Blue) = 200+64+171=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C840AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C840AB is #37BF54. Grayscale: #747474. Windows color (decimal): -3653461 or 11223240. OLE color: 11223240.
HSL color Cylindrical-coordinate representation of color #C840AB: hue angle of 312.79º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C840AB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 171 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.22 |
| HSL | 312.79º | 0.55% | 0.52% | - |
| HSV(B) | 312.79º | 0.68% | 0.78% | - |
| XYZ | 33 | 18.89 | 40.43 | - |
| YUV | 116.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 171 | 0 | 0.68 | 0.14 | 0.22 | 312.79 | 0.55 | 0.52 |
| Hex | C8 | 40 | AB | 0 | 44 | E | 16 | 139 | 37 | 34 |
| Octal | 310 | 100 | 253 | 0 | 104 | 16 | 26 | 471 | 67 | 64 |
| Binary | 11001000 | 1000000 | 10101011 | 0 | 1000100 | 1110 | 10110 | 100111001 | 110111 | 110100 |
Color Harmonies of #C840AB
Complementary color
Monochromatic Colors of #C840AB
Black with #C840AB
Text Example
Text Example
White with #C840AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C840AB; }
p { color: rgb(200,64,171); }
H1.HeaderClassName
{
color: #C840AB;
}
.AnyTagClassName
{
color: #C840AB;
}
</style>
background-color css
<style>
a { background-color: #C840AB; }
a { background-color: rgb(200,64,171); }
div.DivClassName
{
background-color: #C840AB;
}
.BgClassName
{
background-color: #C840AB;
}
</style>
border-color css
<style>
span { border-color: #C840AB; }
span { border-color: rgb(200,64,171); }
td.TdClassName
{
border-color: #C840AB;
}
.TagClassName
{
border-color: #C840AB;
}
</style>