Shades of Fuchsia #C768AF
Tints of Fuchsia #C768AF
RGB
CMYK
RGB Variations
Color information
#C768AF (or 0xC768AF) is known color: Fuchsia. HEX triplet: C7, 68 and AF. RGB value is (199,104,175). Sum of RGB (Red+Green+Blue) = 199+104+175=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C768AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C768AF is #389750. Grayscale: #8C8C8C. Windows color (decimal): -3708753 or 11495623. OLE color: 11495623.
HSL color Cylindrical-coordinate representation of color #C768AF: hue angle of 315.16º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C768AF is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 175 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.22 |
| HSL | 315.16º | 0.46% | 0.59% | - |
| HSV(B) | 315.16º | 0.48% | 0.78% | - |
| XYZ | 36.24 | 25.14 | 43.5 | - |
| YUV | 140.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 175 | 0 | 0.48 | 0.12 | 0.22 | 315.16 | 0.46 | 0.59 |
| Hex | C7 | 68 | AF | 0 | 30 | C | 16 | 13B | 2E | 3B |
| Octal | 307 | 150 | 257 | 0 | 60 | 14 | 26 | 473 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10101111 | 0 | 110000 | 1100 | 10110 | 100111011 | 101110 | 111011 |
Color Harmonies of #C768AF
Complementary color
Monochromatic Colors of #C768AF
Black with #C768AF
Text Example
Text Example
White with #C768AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768AF; }
p { color: rgb(199,104,175); }
H1.HeaderClassName
{
color: #C768AF;
}
.AnyTagClassName
{
color: #C768AF;
}
</style>
background-color css
<style>
a { background-color: #C768AF; }
a { background-color: rgb(199,104,175); }
div.DivClassName
{
background-color: #C768AF;
}
.BgClassName
{
background-color: #C768AF;
}
</style>
border-color css
<style>
span { border-color: #C768AF; }
span { border-color: rgb(199,104,175); }
td.TdClassName
{
border-color: #C768AF;
}
.TagClassName
{
border-color: #C768AF;
}
</style>