Shades of Fuchsia #C763BF
Tints of Fuchsia #C763BF
RGB
CMYK
RGB Variations
Color information
#C763BF (or 0xC763BF) is known color: Fuchsia. HEX triplet: C7, 63 and BF. RGB value is (199,99,191). Sum of RGB (Red+Green+Blue) = 199+99+191=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C763BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763BF is #389C40. Grayscale: #8B8B8B. Windows color (decimal): -3710017 or 12542919. OLE color: 12542919.
HSL color Cylindrical-coordinate representation of color #C763BF: hue angle of 304.8º degrees, saturation: 0.47, 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 #C763BF is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 191 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.22 |
| HSL | 304.8º | 0.47% | 0.58% | - |
| HSV(B) | 304.8º | 0.5% | 0.78% | - |
| XYZ | 37.42 | 24.83 | 52.11 | - |
| YUV | 139.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 191 | 0 | 0.50 | 0.04 | 0.22 | 304.8 | 0.47 | 0.58 |
| Hex | C7 | 63 | BF | 0 | 32 | 4 | 16 | 131 | 2F | 3A |
| Octal | 307 | 143 | 277 | 0 | 62 | 4 | 26 | 461 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10111111 | 0 | 110010 | 100 | 10110 | 100110001 | 101111 | 111010 |
Color Harmonies of #C763BF
Complementary color
Monochromatic Colors of #C763BF
Black with #C763BF
Text Example
Text Example
White with #C763BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763BF; }
p { color: rgb(199,99,191); }
H1.HeaderClassName
{
color: #C763BF;
}
.AnyTagClassName
{
color: #C763BF;
}
</style>
background-color css
<style>
a { background-color: #C763BF; }
a { background-color: rgb(199,99,191); }
div.DivClassName
{
background-color: #C763BF;
}
.BgClassName
{
background-color: #C763BF;
}
</style>
border-color css
<style>
span { border-color: #C763BF; }
span { border-color: rgb(199,99,191); }
td.TdClassName
{
border-color: #C763BF;
}
.TagClassName
{
border-color: #C763BF;
}
</style>