Shades of Fuchsia #C648AB
Tints of Fuchsia #C648AB
RGB
CMYK
RGB Variations
Color information
#C648AB (or 0xC648AB) is known color: Fuchsia. HEX triplet: C6, 48 and AB. RGB value is (198,72,171). Sum of RGB (Red+Green+Blue) = 198+72+171=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C648AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C648AB is #39B754. Grayscale: #787878. Windows color (decimal): -3782485 or 11225286. OLE color: 11225286.
HSL color Cylindrical-coordinate representation of color #C648AB: hue angle of 312.86º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C648AB is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 171 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.22 |
| HSL | 312.86º | 0.53% | 0.53% | - |
| HSV(B) | 312.86º | 0.64% | 0.78% | - |
| XYZ | 32.96 | 19.58 | 40.57 | - |
| YUV | 120.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 171 | 0 | 0.64 | 0.14 | 0.22 | 312.86 | 0.53 | 0.53 |
| Hex | C6 | 48 | AB | 0 | 40 | E | 16 | 139 | 34 | 35 |
| Octal | 306 | 110 | 253 | 0 | 100 | 16 | 26 | 471 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10101011 | 0 | 1000000 | 1110 | 10110 | 100111001 | 110100 | 110101 |
Color Harmonies of #C648AB
Complementary color
Monochromatic Colors of #C648AB
Black with #C648AB
Text Example
Text Example
White with #C648AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648AB; }
p { color: rgb(198,72,171); }
H1.HeaderClassName
{
color: #C648AB;
}
.AnyTagClassName
{
color: #C648AB;
}
</style>
background-color css
<style>
a { background-color: #C648AB; }
a { background-color: rgb(198,72,171); }
div.DivClassName
{
background-color: #C648AB;
}
.BgClassName
{
background-color: #C648AB;
}
</style>
border-color css
<style>
span { border-color: #C648AB; }
span { border-color: rgb(198,72,171); }
td.TdClassName
{
border-color: #C648AB;
}
.TagClassName
{
border-color: #C648AB;
}
</style>