Shades of Fuchsia #C763BA
Tints of Fuchsia #C763BA
RGB
CMYK
RGB Variations
Color information
#C763BA (or 0xC763BA) is known color: Fuchsia. HEX triplet: C7, 63 and BA. RGB value is (199,99,186). Sum of RGB (Red+Green+Blue) = 199+99+186=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C763BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763BA is #389C45. Grayscale: #8A8A8A. Windows color (decimal): -3710022 or 12215239. OLE color: 12215239.
HSL color Cylindrical-coordinate representation of color #C763BA: hue angle of 307.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 #C763BA is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 186 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.22 |
| HSL | 307.8º | 0.47% | 0.58% | - |
| HSV(B) | 307.8º | 0.5% | 0.78% | - |
| XYZ | 36.88 | 24.61 | 49.26 | - |
| YUV | 138.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 186 | 0 | 0.50 | 0.07 | 0.22 | 307.8 | 0.47 | 0.58 |
| Hex | C7 | 63 | BA | 0 | 32 | 7 | 16 | 134 | 2F | 3A |
| Octal | 307 | 143 | 272 | 0 | 62 | 7 | 26 | 464 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10111010 | 0 | 110010 | 111 | 10110 | 100110100 | 101111 | 111010 |
Color Harmonies of #C763BA
Complementary color
Monochromatic Colors of #C763BA
Black with #C763BA
Text Example
Text Example
White with #C763BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763BA; }
p { color: rgb(199,99,186); }
H1.HeaderClassName
{
color: #C763BA;
}
.AnyTagClassName
{
color: #C763BA;
}
</style>
background-color css
<style>
a { background-color: #C763BA; }
a { background-color: rgb(199,99,186); }
div.DivClassName
{
background-color: #C763BA;
}
.BgClassName
{
background-color: #C763BA;
}
</style>
border-color css
<style>
span { border-color: #C763BA; }
span { border-color: rgb(199,99,186); }
td.TdClassName
{
border-color: #C763BA;
}
.TagClassName
{
border-color: #C763BA;
}
</style>