Shades of Fuchsia #C646AB
Tints of Fuchsia #C646AB
RGB
CMYK
RGB Variations
Color information
#C646AB (or 0xC646AB) is known color: Fuchsia. HEX triplet: C6, 46 and AB. RGB value is (198,70,171). Sum of RGB (Red+Green+Blue) = 198+70+171=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C646AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C646AB is #39B954. Grayscale: #777777. Windows color (decimal): -3782997 or 11224774. OLE color: 11224774.
HSL color Cylindrical-coordinate representation of color #C646AB: hue angle of 312.66º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C646AB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 171 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.22 |
| HSL | 312.66º | 0.53% | 0.53% | - |
| HSV(B) | 312.66º | 0.65% | 0.78% | - |
| XYZ | 32.83 | 19.33 | 40.53 | - |
| YUV | 119.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 171 | 0 | 0.65 | 0.14 | 0.22 | 312.66 | 0.53 | 0.53 |
| Hex | C6 | 46 | AB | 0 | 41 | E | 16 | 139 | 35 | 35 |
| Octal | 306 | 106 | 253 | 0 | 101 | 16 | 26 | 471 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10101011 | 0 | 1000001 | 1110 | 10110 | 100111001 | 110101 | 110101 |
Color Harmonies of #C646AB
Complementary color
Monochromatic Colors of #C646AB
Black with #C646AB
Text Example
Text Example
White with #C646AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646AB; }
p { color: rgb(198,70,171); }
H1.HeaderClassName
{
color: #C646AB;
}
.AnyTagClassName
{
color: #C646AB;
}
</style>
background-color css
<style>
a { background-color: #C646AB; }
a { background-color: rgb(198,70,171); }
div.DivClassName
{
background-color: #C646AB;
}
.BgClassName
{
background-color: #C646AB;
}
</style>
border-color css
<style>
span { border-color: #C646AB; }
span { border-color: rgb(198,70,171); }
td.TdClassName
{
border-color: #C646AB;
}
.TagClassName
{
border-color: #C646AB;
}
</style>