Shades of Fuchsia #C760BB
Tints of Fuchsia #C760BB
RGB
CMYK
RGB Variations
Color information
#C760BB (or 0xC760BB) is known color: Fuchsia. HEX triplet: C7, 60 and BB. RGB value is (199,96,187). Sum of RGB (Red+Green+Blue) = 199+96+187=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C760BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760BB is #389F44. Grayscale: #888888. Windows color (decimal): -3710789 or 12280007. OLE color: 12280007.
HSL color Cylindrical-coordinate representation of color #C760BB: hue angle of 306.99º 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 #C760BB is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 187 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.22 |
| HSL | 306.99º | 0.48% | 0.58% | - |
| HSV(B) | 306.99º | 0.52% | 0.78% | - |
| XYZ | 36.71 | 24.1 | 49.73 | - |
| YUV | 137.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 187 | 0 | 0.52 | 0.06 | 0.22 | 306.99 | 0.48 | 0.58 |
| Hex | C7 | 60 | BB | 0 | 34 | 6 | 16 | 133 | 30 | 3A |
| Octal | 307 | 140 | 273 | 0 | 64 | 6 | 26 | 463 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10111011 | 0 | 110100 | 110 | 10110 | 100110011 | 110000 | 111010 |
Color Harmonies of #C760BB
Complementary color
Monochromatic Colors of #C760BB
Black with #C760BB
Text Example
Text Example
White with #C760BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760BB; }
p { color: rgb(199,96,187); }
H1.HeaderClassName
{
color: #C760BB;
}
.AnyTagClassName
{
color: #C760BB;
}
</style>
background-color css
<style>
a { background-color: #C760BB; }
a { background-color: rgb(199,96,187); }
div.DivClassName
{
background-color: #C760BB;
}
.BgClassName
{
background-color: #C760BB;
}
</style>
border-color css
<style>
span { border-color: #C760BB; }
span { border-color: rgb(199,96,187); }
td.TdClassName
{
border-color: #C760BB;
}
.TagClassName
{
border-color: #C760BB;
}
</style>