Shades of Fuchsia #C768C7
Tints of Fuchsia #C768C7
RGB
CMYK
RGB Variations
Color information
#C768C7 (or 0xC768C7) is known color: Fuchsia. HEX triplet: C7, 68 and C7. RGB value is (199,104,199). Sum of RGB (Red+Green+Blue) = 199+104+199=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C768C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768C7 is #389738. Grayscale: #8E8E8E. Windows color (decimal): -3708729 or 13068487. OLE color: 13068487.
HSL color Cylindrical-coordinate representation of color #C768C7: hue angle of 300º 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 #C768C7 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 199 | - |
| CMYK | 0 | 0.48 | 0 | 0.22 |
| HSL | 300º | 0.46% | 0.59% | - |
| HSV(B) | 300º | 0.48% | 0.78% | - |
| XYZ | 38.81 | 26.17 | 57.04 | - |
| YUV | 143.24 | 159.47 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 199 | 0 | 0.48 | 0 | 0.22 | 300 | 0.46 | 0.59 |
| Hex | C7 | 68 | C7 | 0 | 30 | 0 | 16 | 12C | 2E | 3B |
| Octal | 307 | 150 | 307 | 0 | 60 | 0 | 26 | 454 | 56 | 73 |
| Binary | 11000111 | 1101000 | 11000111 | 0 | 110000 | 0 | 10110 | 100101100 | 101110 | 111011 |
Color Harmonies of #C768C7
Complementary color
Monochromatic Colors of #C768C7
Black with #C768C7
Text Example
Text Example
White with #C768C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768C7; }
p { color: rgb(199,104,199); }
H1.HeaderClassName
{
color: #C768C7;
}
.AnyTagClassName
{
color: #C768C7;
}
</style>
background-color css
<style>
a { background-color: #C768C7; }
a { background-color: rgb(199,104,199); }
div.DivClassName
{
background-color: #C768C7;
}
.BgClassName
{
background-color: #C768C7;
}
</style>
border-color css
<style>
span { border-color: #C768C7; }
span { border-color: rgb(199,104,199); }
td.TdClassName
{
border-color: #C768C7;
}
.TagClassName
{
border-color: #C768C7;
}
</style>