Shades of Fuchsia #C640AB
Tints of Fuchsia #C640AB
RGB
CMYK
RGB Variations
Color information
#C640AB (or 0xC640AB) is known color: Fuchsia. HEX triplet: C6, 40 and AB. RGB value is (198,64,171). Sum of RGB (Red+Green+Blue) = 198+64+171=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C640AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C640AB is #39BF54. Grayscale: #737373. Windows color (decimal): -3784533 or 11223238. OLE color: 11223238.
HSL color Cylindrical-coordinate representation of color #C640AB: hue angle of 312.09º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C640AB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 171 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.22 |
| HSL | 312.09º | 0.54% | 0.51% | - |
| HSV(B) | 312.09º | 0.68% | 0.78% | - |
| XYZ | 32.47 | 18.61 | 40.41 | - |
| YUV | 116.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 171 | 0 | 0.68 | 0.14 | 0.22 | 312.09 | 0.54 | 0.51 |
| Hex | C6 | 40 | AB | 0 | 44 | E | 16 | 138 | 36 | 33 |
| Octal | 306 | 100 | 253 | 0 | 104 | 16 | 26 | 470 | 66 | 63 |
| Binary | 11000110 | 1000000 | 10101011 | 0 | 1000100 | 1110 | 10110 | 100111000 | 110110 | 110011 |
Color Harmonies of #C640AB
Complementary color
Monochromatic Colors of #C640AB
Black with #C640AB
Text Example
Text Example
White with #C640AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640AB; }
p { color: rgb(198,64,171); }
H1.HeaderClassName
{
color: #C640AB;
}
.AnyTagClassName
{
color: #C640AB;
}
</style>
background-color css
<style>
a { background-color: #C640AB; }
a { background-color: rgb(198,64,171); }
div.DivClassName
{
background-color: #C640AB;
}
.BgClassName
{
background-color: #C640AB;
}
</style>
border-color css
<style>
span { border-color: #C640AB; }
span { border-color: rgb(198,64,171); }
td.TdClassName
{
border-color: #C640AB;
}
.TagClassName
{
border-color: #C640AB;
}
</style>