Shades of Fuchsia #C761BA
Tints of Fuchsia #C761BA
RGB
CMYK
RGB Variations
Color information
#C761BA (or 0xC761BA) is known color: Fuchsia. HEX triplet: C7, 61 and BA. RGB value is (199,97,186). Sum of RGB (Red+Green+Blue) = 199+97+186=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C761BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761BA is #389E45. Grayscale: #898989. Windows color (decimal): -3710534 or 12214727. OLE color: 12214727.
HSL color Cylindrical-coordinate representation of color #C761BA: hue angle of 307.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C761BA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 186 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.22 |
| HSL | 307.65º | 0.48% | 0.58% | - |
| HSV(B) | 307.65º | 0.51% | 0.78% | - |
| XYZ | 36.69 | 24.24 | 49.2 | - |
| YUV | 137.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 186 | 0 | 0.51 | 0.07 | 0.22 | 307.65 | 0.48 | 0.58 |
| Hex | C7 | 61 | BA | 0 | 33 | 7 | 16 | 134 | 30 | 3A |
| Octal | 307 | 141 | 272 | 0 | 63 | 7 | 26 | 464 | 60 | 72 |
| Binary | 11000111 | 1100001 | 10111010 | 0 | 110011 | 111 | 10110 | 100110100 | 110000 | 111010 |
Color Harmonies of #C761BA
Complementary color
Monochromatic Colors of #C761BA
Black with #C761BA
Text Example
Text Example
White with #C761BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C761BA; }
p { color: rgb(199,97,186); }
H1.HeaderClassName
{
color: #C761BA;
}
.AnyTagClassName
{
color: #C761BA;
}
</style>
background-color css
<style>
a { background-color: #C761BA; }
a { background-color: rgb(199,97,186); }
div.DivClassName
{
background-color: #C761BA;
}
.BgClassName
{
background-color: #C761BA;
}
</style>
border-color css
<style>
span { border-color: #C761BA; }
span { border-color: rgb(199,97,186); }
td.TdClassName
{
border-color: #C761BA;
}
.TagClassName
{
border-color: #C761BA;
}
</style>