Shades of Fuchsia #C65BAC
Tints of Fuchsia #C65BAC
RGB
CMYK
RGB Variations
Color information
#C65BAC (or 0xC65BAC) is known color: Fuchsia. HEX triplet: C6, 5B and AC. RGB value is (198,91,172). Sum of RGB (Red+Green+Blue) = 198+91+172=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BAC is #39A453. Grayscale: #848484. Windows color (decimal): -3777620 or 11295686. OLE color: 11295686.
HSL color Cylindrical-coordinate representation of color #C65BAC: hue angle of 314.58º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65BAC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 172 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.22 |
| HSL | 314.58º | 0.48% | 0.57% | - |
| HSV(B) | 314.58º | 0.54% | 0.78% | - |
| XYZ | 34.48 | 22.47 | 41.55 | - |
| YUV | 132.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 172 | 0 | 0.54 | 0.13 | 0.22 | 314.58 | 0.48 | 0.57 |
| Hex | C6 | 5B | AC | 0 | 36 | D | 16 | 13B | 30 | 39 |
| Octal | 306 | 133 | 254 | 0 | 66 | 15 | 26 | 473 | 60 | 71 |
| Binary | 11000110 | 1011011 | 10101100 | 0 | 110110 | 1101 | 10110 | 100111011 | 110000 | 111001 |
Color Harmonies of #C65BAC
Complementary color
Monochromatic Colors of #C65BAC
Black with #C65BAC
Text Example
Text Example
White with #C65BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BAC; }
p { color: rgb(198,91,172); }
H1.HeaderClassName
{
color: #C65BAC;
}
.AnyTagClassName
{
color: #C65BAC;
}
</style>
background-color css
<style>
a { background-color: #C65BAC; }
a { background-color: rgb(198,91,172); }
div.DivClassName
{
background-color: #C65BAC;
}
.BgClassName
{
background-color: #C65BAC;
}
</style>
border-color css
<style>
span { border-color: #C65BAC; }
span { border-color: rgb(198,91,172); }
td.TdClassName
{
border-color: #C65BAC;
}
.TagClassName
{
border-color: #C65BAC;
}
</style>