Shades of Fuchsia #C663BF
Tints of Fuchsia #C663BF
RGB
CMYK
RGB Variations
Color information
#C663BF (or 0xC663BF) is known color: Fuchsia. HEX triplet: C6, 63 and BF. RGB value is (198,99,191). Sum of RGB (Red+Green+Blue) = 198+99+191=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C663BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663BF is #399C40. Grayscale: #8A8A8A. Windows color (decimal): -3775553 or 12542918. OLE color: 12542918.
HSL color Cylindrical-coordinate representation of color #C663BF: hue angle of 304.24º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C663BF is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 191 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.22 |
| HSL | 304.24º | 0.46% | 0.58% | - |
| HSV(B) | 304.24º | 0.5% | 0.78% | - |
| XYZ | 37.15 | 24.69 | 52.1 | - |
| YUV | 139.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 191 | 0 | 0.50 | 0.04 | 0.22 | 304.24 | 0.46 | 0.58 |
| Hex | C6 | 63 | BF | 0 | 32 | 4 | 16 | 130 | 2E | 3A |
| Octal | 306 | 143 | 277 | 0 | 62 | 4 | 26 | 460 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10111111 | 0 | 110010 | 100 | 10110 | 100110000 | 101110 | 111010 |
Color Harmonies of #C663BF
Complementary color
Monochromatic Colors of #C663BF
Black with #C663BF
Text Example
Text Example
White with #C663BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663BF; }
p { color: rgb(198,99,191); }
H1.HeaderClassName
{
color: #C663BF;
}
.AnyTagClassName
{
color: #C663BF;
}
</style>
background-color css
<style>
a { background-color: #C663BF; }
a { background-color: rgb(198,99,191); }
div.DivClassName
{
background-color: #C663BF;
}
.BgClassName
{
background-color: #C663BF;
}
</style>
border-color css
<style>
span { border-color: #C663BF; }
span { border-color: rgb(198,99,191); }
td.TdClassName
{
border-color: #C663BF;
}
.TagClassName
{
border-color: #C663BF;
}
</style>