Shades of Fuchsia #C760B5
Tints of Fuchsia #C760B5
RGB
CMYK
RGB Variations
Color information
#C760B5 (or 0xC760B5) is known color: Fuchsia. HEX triplet: C7, 60 and B5. RGB value is (199,96,181). Sum of RGB (Red+Green+Blue) = 199+96+181=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C760B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760B5 is #389F4A. Grayscale: #888888. Windows color (decimal): -3710795 or 11886791. OLE color: 11886791.
HSL color Cylindrical-coordinate representation of color #C760B5: hue angle of 310.49º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C760B5 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 181 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.22 |
| HSL | 310.49º | 0.48% | 0.58% | - |
| HSV(B) | 310.49º | 0.52% | 0.78% | - |
| XYZ | 36.08 | 23.84 | 46.42 | - |
| YUV | 136.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 181 | 0 | 0.52 | 0.09 | 0.22 | 310.49 | 0.48 | 0.58 |
| Hex | C7 | 60 | B5 | 0 | 34 | 9 | 16 | 136 | 30 | 3A |
| Octal | 307 | 140 | 265 | 0 | 64 | 11 | 26 | 466 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10110101 | 0 | 110100 | 1001 | 10110 | 100110110 | 110000 | 111010 |
Color Harmonies of #C760B5
Complementary color
Monochromatic Colors of #C760B5
Black with #C760B5
Text Example
Text Example
White with #C760B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760B5; }
p { color: rgb(199,96,181); }
H1.HeaderClassName
{
color: #C760B5;
}
.AnyTagClassName
{
color: #C760B5;
}
</style>
background-color css
<style>
a { background-color: #C760B5; }
a { background-color: rgb(199,96,181); }
div.DivClassName
{
background-color: #C760B5;
}
.BgClassName
{
background-color: #C760B5;
}
</style>
border-color css
<style>
span { border-color: #C760B5; }
span { border-color: rgb(199,96,181); }
td.TdClassName
{
border-color: #C760B5;
}
.TagClassName
{
border-color: #C760B5;
}
</style>