Shades of Fuchsia #C650AB
Tints of Fuchsia #C650AB
RGB
CMYK
RGB Variations
Color information
#C650AB (or 0xC650AB) is known color: Fuchsia. HEX triplet: C6, 50 and AB. RGB value is (198,80,171). Sum of RGB (Red+Green+Blue) = 198+80+171=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C650AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C650AB is #39AF54. Grayscale: #7D7D7D. Windows color (decimal): -3780437 or 11227334. OLE color: 11227334.
HSL color Cylindrical-coordinate representation of color #C650AB: hue angle of 313.73º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C650AB is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 171 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.22 |
| HSL | 313.73º | 0.51% | 0.55% | - |
| HSV(B) | 313.73º | 0.6% | 0.78% | - |
| XYZ | 33.51 | 20.68 | 40.75 | - |
| YUV | 125.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 171 | 0 | 0.60 | 0.14 | 0.22 | 313.73 | 0.51 | 0.55 |
| Hex | C6 | 50 | AB | 0 | 3C | E | 16 | 13A | 33 | 37 |
| Octal | 306 | 120 | 253 | 0 | 74 | 16 | 26 | 472 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10101011 | 0 | 111100 | 1110 | 10110 | 100111010 | 110011 | 110111 |
Color Harmonies of #C650AB
Complementary color
Monochromatic Colors of #C650AB
Black with #C650AB
Text Example
Text Example
White with #C650AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650AB; }
p { color: rgb(198,80,171); }
H1.HeaderClassName
{
color: #C650AB;
}
.AnyTagClassName
{
color: #C650AB;
}
</style>
background-color css
<style>
a { background-color: #C650AB; }
a { background-color: rgb(198,80,171); }
div.DivClassName
{
background-color: #C650AB;
}
.BgClassName
{
background-color: #C650AB;
}
</style>
border-color css
<style>
span { border-color: #C650AB; }
span { border-color: rgb(198,80,171); }
td.TdClassName
{
border-color: #C650AB;
}
.TagClassName
{
border-color: #C650AB;
}
</style>