Shades of Fuchsia #C763C4
Tints of Fuchsia #C763C4
RGB
CMYK
RGB Variations
Color information
#C763C4 (or 0xC763C4) is known color: Fuchsia. HEX triplet: C7, 63 and C4. RGB value is (199,99,196). Sum of RGB (Red+Green+Blue) = 199+99+196=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C763C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763C4 is #389C3B. Grayscale: #8B8B8B. Windows color (decimal): -3710012 or 12870599. OLE color: 12870599.
HSL color Cylindrical-coordinate representation of color #C763C4: hue angle of 301.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 #C763C4 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 196 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.22 |
| HSL | 301.8º | 0.47% | 0.58% | - |
| HSV(B) | 301.8º | 0.5% | 0.78% | - |
| XYZ | 37.98 | 25.05 | 55.06 | - |
| YUV | 139.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 196 | 0 | 0.50 | 0.02 | 0.22 | 301.8 | 0.47 | 0.58 |
| Hex | C7 | 63 | C4 | 0 | 32 | 2 | 16 | 12E | 2F | 3A |
| Octal | 307 | 143 | 304 | 0 | 62 | 2 | 26 | 456 | 57 | 72 |
| Binary | 11000111 | 1100011 | 11000100 | 0 | 110010 | 10 | 10110 | 100101110 | 101111 | 111010 |
Color Harmonies of #C763C4
Complementary color
Monochromatic Colors of #C763C4
Black with #C763C4
Text Example
Text Example
White with #C763C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763C4; }
p { color: rgb(199,99,196); }
H1.HeaderClassName
{
color: #C763C4;
}
.AnyTagClassName
{
color: #C763C4;
}
</style>
background-color css
<style>
a { background-color: #C763C4; }
a { background-color: rgb(199,99,196); }
div.DivClassName
{
background-color: #C763C4;
}
.BgClassName
{
background-color: #C763C4;
}
</style>
border-color css
<style>
span { border-color: #C763C4; }
span { border-color: rgb(199,99,196); }
td.TdClassName
{
border-color: #C763C4;
}
.TagClassName
{
border-color: #C763C4;
}
</style>