Shades of Fuchsia #C768BF
Tints of Fuchsia #C768BF
RGB
CMYK
RGB Variations
Color information
#C768BF (or 0xC768BF) is known color: Fuchsia. HEX triplet: C7, 68 and BF. RGB value is (199,104,191). Sum of RGB (Red+Green+Blue) = 199+104+191=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C768BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768BF is #389740. Grayscale: #8E8E8E. Windows color (decimal): -3708737 or 12544199. OLE color: 12544199.
HSL color Cylindrical-coordinate representation of color #C768BF: hue angle of 305.05º 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 #C768BF is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 191 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.22 |
| HSL | 305.05º | 0.46% | 0.59% | - |
| HSV(B) | 305.05º | 0.48% | 0.78% | - |
| XYZ | 37.91 | 25.8 | 52.27 | - |
| YUV | 142.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 191 | 0 | 0.48 | 0.04 | 0.22 | 305.05 | 0.46 | 0.59 |
| Hex | C7 | 68 | BF | 0 | 30 | 4 | 16 | 131 | 2E | 3B |
| Octal | 307 | 150 | 277 | 0 | 60 | 4 | 26 | 461 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10111111 | 0 | 110000 | 100 | 10110 | 100110001 | 101110 | 111011 |
Color Harmonies of #C768BF
Complementary color
Monochromatic Colors of #C768BF
Black with #C768BF
Text Example
Text Example
White with #C768BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768BF; }
p { color: rgb(199,104,191); }
H1.HeaderClassName
{
color: #C768BF;
}
.AnyTagClassName
{
color: #C768BF;
}
</style>
background-color css
<style>
a { background-color: #C768BF; }
a { background-color: rgb(199,104,191); }
div.DivClassName
{
background-color: #C768BF;
}
.BgClassName
{
background-color: #C768BF;
}
</style>
border-color css
<style>
span { border-color: #C768BF; }
span { border-color: rgb(199,104,191); }
td.TdClassName
{
border-color: #C768BF;
}
.TagClassName
{
border-color: #C768BF;
}
</style>