Shades of Fuchsia #C763B2
Tints of Fuchsia #C763B2
RGB
CMYK
RGB Variations
Color information
#C763B2 (or 0xC763B2) is known color: Fuchsia. HEX triplet: C7, 63 and B2. RGB value is (199,99,178). Sum of RGB (Red+Green+Blue) = 199+99+178=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C763B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C763B2 is #389C4D. Grayscale: #898989. Windows color (decimal): -3710030 or 11690951. OLE color: 11690951.
HSL color Cylindrical-coordinate representation of color #C763B2: hue angle of 312.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 #C763B2 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 178 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.22 |
| HSL | 312.6º | 0.47% | 0.58% | - |
| HSV(B) | 312.6º | 0.5% | 0.78% | - |
| XYZ | 36.05 | 24.28 | 44.91 | - |
| YUV | 137.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 178 | 0 | 0.50 | 0.11 | 0.22 | 312.6 | 0.47 | 0.58 |
| Hex | C7 | 63 | B2 | 0 | 32 | B | 16 | 139 | 2F | 3A |
| Octal | 307 | 143 | 262 | 0 | 62 | 13 | 26 | 471 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10110010 | 0 | 110010 | 1011 | 10110 | 100111001 | 101111 | 111010 |
Color Harmonies of #C763B2
Complementary color
Monochromatic Colors of #C763B2
Black with #C763B2
Text Example
Text Example
White with #C763B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763B2; }
p { color: rgb(199,99,178); }
H1.HeaderClassName
{
color: #C763B2;
}
.AnyTagClassName
{
color: #C763B2;
}
</style>
background-color css
<style>
a { background-color: #C763B2; }
a { background-color: rgb(199,99,178); }
div.DivClassName
{
background-color: #C763B2;
}
.BgClassName
{
background-color: #C763B2;
}
</style>
border-color css
<style>
span { border-color: #C763B2; }
span { border-color: rgb(199,99,178); }
td.TdClassName
{
border-color: #C763B2;
}
.TagClassName
{
border-color: #C763B2;
}
</style>