Shades of Fuchsia #C763AD
Tints of Fuchsia #C763AD
RGB
CMYK
RGB Variations
Color information
#C763AD (or 0xC763AD) is known color: Fuchsia. HEX triplet: C7, 63 and AD. RGB value is (199,99,173). Sum of RGB (Red+Green+Blue) = 199+99+173=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C763AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C763AD is #389C52. Grayscale: #898989. Windows color (decimal): -3710035 or 11363271. OLE color: 11363271.
HSL color Cylindrical-coordinate representation of color #C763AD: hue angle of 315.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 #C763AD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 173 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.22 |
| HSL | 315.6º | 0.47% | 0.58% | - |
| HSV(B) | 315.6º | 0.5% | 0.78% | - |
| XYZ | 35.56 | 24.08 | 42.31 | - |
| YUV | 137.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 173 | 0 | 0.50 | 0.13 | 0.22 | 315.6 | 0.47 | 0.58 |
| Hex | C7 | 63 | AD | 0 | 32 | D | 16 | 13C | 2F | 3A |
| Octal | 307 | 143 | 255 | 0 | 62 | 15 | 26 | 474 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10101101 | 0 | 110010 | 1101 | 10110 | 100111100 | 101111 | 111010 |
Color Harmonies of #C763AD
Complementary color
Monochromatic Colors of #C763AD
Black with #C763AD
Text Example
Text Example
White with #C763AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763AD; }
p { color: rgb(199,99,173); }
H1.HeaderClassName
{
color: #C763AD;
}
.AnyTagClassName
{
color: #C763AD;
}
</style>
background-color css
<style>
a { background-color: #C763AD; }
a { background-color: rgb(199,99,173); }
div.DivClassName
{
background-color: #C763AD;
}
.BgClassName
{
background-color: #C763AD;
}
</style>
border-color css
<style>
span { border-color: #C763AD; }
span { border-color: rgb(199,99,173); }
td.TdClassName
{
border-color: #C763AD;
}
.TagClassName
{
border-color: #C763AD;
}
</style>