Shades of Fuchsia #C760CC
Tints of Fuchsia #C760CC
RGB
CMYK
RGB Variations
Color information
#C760CC (or 0xC760CC) is known color: Fuchsia. HEX triplet: C7, 60 and CC. RGB value is (199,96,204). Sum of RGB (Red+Green+Blue) = 199+96+204=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C760CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760CC is #389F33. Grayscale: #8A8A8A. Windows color (decimal): -3710772 or 13394119. OLE color: 13394119.
HSL color Cylindrical-coordinate representation of color #C760CC: hue angle of 297.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C760CC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 96 | 204 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.2 |
| HSL | 297.22º | 0.51% | 0.59% | - |
| HSV(B) | 297.22º | 0.53% | 0.8% | - |
| XYZ | 38.64 | 24.87 | 59.89 | - |
| YUV | 139.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 204 | 0.02 | 0.53 | 0 | 0.2 | 297.22 | 0.51 | 0.59 |
| Hex | C7 | 60 | CC | 2 | 35 | 0 | 14 | 129 | 33 | 3B |
| Octal | 307 | 140 | 314 | 2 | 65 | 0 | 24 | 451 | 63 | 73 |
| Binary | 11000111 | 1100000 | 11001100 | 10 | 110101 | 0 | 10100 | 100101001 | 110011 | 111011 |
Color Harmonies of #C760CC
Complementary color
Monochromatic Colors of #C760CC
Black with #C760CC
Text Example
Text Example
White with #C760CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760CC; }
p { color: rgb(199,96,204); }
H1.HeaderClassName
{
color: #C760CC;
}
.AnyTagClassName
{
color: #C760CC;
}
</style>
background-color css
<style>
a { background-color: #C760CC; }
a { background-color: rgb(199,96,204); }
div.DivClassName
{
background-color: #C760CC;
}
.BgClassName
{
background-color: #C760CC;
}
</style>
border-color css
<style>
span { border-color: #C760CC; }
span { border-color: rgb(199,96,204); }
td.TdClassName
{
border-color: #C760CC;
}
.TagClassName
{
border-color: #C760CC;
}
</style>