Shades of Fuchsia #C760AF
Tints of Fuchsia #C760AF
RGB
CMYK
RGB Variations
Color information
#C760AF (or 0xC760AF) is known color: Fuchsia. HEX triplet: C7, 60 and AF. RGB value is (199,96,175). Sum of RGB (Red+Green+Blue) = 199+96+175=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C760AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760AF is #389F50. Grayscale: #878787. Windows color (decimal): -3710801 or 11493575. OLE color: 11493575.
HSL color Cylindrical-coordinate representation of color #C760AF: hue angle of 313.98º 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 #C760AF is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 175 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.22 |
| HSL | 313.98º | 0.48% | 0.58% | - |
| HSV(B) | 313.98º | 0.52% | 0.78% | - |
| XYZ | 35.47 | 23.6 | 43.24 | - |
| YUV | 135.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 175 | 0 | 0.52 | 0.12 | 0.22 | 313.98 | 0.48 | 0.58 |
| Hex | C7 | 60 | AF | 0 | 34 | C | 16 | 13A | 30 | 3A |
| Octal | 307 | 140 | 257 | 0 | 64 | 14 | 26 | 472 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10101111 | 0 | 110100 | 1100 | 10110 | 100111010 | 110000 | 111010 |
Color Harmonies of #C760AF
Complementary color
Monochromatic Colors of #C760AF
Black with #C760AF
Text Example
Text Example
White with #C760AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760AF; }
p { color: rgb(199,96,175); }
H1.HeaderClassName
{
color: #C760AF;
}
.AnyTagClassName
{
color: #C760AF;
}
</style>
background-color css
<style>
a { background-color: #C760AF; }
a { background-color: rgb(199,96,175); }
div.DivClassName
{
background-color: #C760AF;
}
.BgClassName
{
background-color: #C760AF;
}
</style>
border-color css
<style>
span { border-color: #C760AF; }
span { border-color: rgb(199,96,175); }
td.TdClassName
{
border-color: #C760AF;
}
.TagClassName
{
border-color: #C760AF;
}
</style>