Shades of Fuchsia #C763BC
Tints of Fuchsia #C763BC
RGB
CMYK
RGB Variations
Color information
#C763BC (or 0xC763BC) is known color: Fuchsia. HEX triplet: C7, 63 and BC. RGB value is (199,99,188). Sum of RGB (Red+Green+Blue) = 199+99+188=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C763BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763BC is #389C43. Grayscale: #8A8A8A. Windows color (decimal): -3710020 or 12346311. OLE color: 12346311.
HSL color Cylindrical-coordinate representation of color #C763BC: hue angle of 306.6º 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 #C763BC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 188 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.22 |
| HSL | 306.6º | 0.47% | 0.58% | - |
| HSV(B) | 306.6º | 0.5% | 0.78% | - |
| XYZ | 37.09 | 24.7 | 50.39 | - |
| YUV | 139.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 188 | 0 | 0.50 | 0.06 | 0.22 | 306.6 | 0.47 | 0.58 |
| Hex | C7 | 63 | BC | 0 | 32 | 6 | 16 | 133 | 2F | 3A |
| Octal | 307 | 143 | 274 | 0 | 62 | 6 | 26 | 463 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10111100 | 0 | 110010 | 110 | 10110 | 100110011 | 101111 | 111010 |
Color Harmonies of #C763BC
Complementary color
Monochromatic Colors of #C763BC
Black with #C763BC
Text Example
Text Example
White with #C763BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763BC; }
p { color: rgb(199,99,188); }
H1.HeaderClassName
{
color: #C763BC;
}
.AnyTagClassName
{
color: #C763BC;
}
</style>
background-color css
<style>
a { background-color: #C763BC; }
a { background-color: rgb(199,99,188); }
div.DivClassName
{
background-color: #C763BC;
}
.BgClassName
{
background-color: #C763BC;
}
</style>
border-color css
<style>
span { border-color: #C763BC; }
span { border-color: rgb(199,99,188); }
td.TdClassName
{
border-color: #C763BC;
}
.TagClassName
{
border-color: #C763BC;
}
</style>