Shades of Fuchsia #C768CA
Tints of Fuchsia #C768CA
RGB
CMYK
RGB Variations
Color information
#C768CA (or 0xC768CA) is known color: Fuchsia. HEX triplet: C7, 68 and CA. RGB value is (199,104,202). Sum of RGB (Red+Green+Blue) = 199+104+202=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #C768CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768CA is #389735. Grayscale: #8F8F8F. Windows color (decimal): -3708726 or 13265095. OLE color: 13265095.
HSL color Cylindrical-coordinate representation of color #C768CA: hue angle of 298.16º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C768CA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 104 | 202 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.21 |
| HSL | 298.16º | 0.48% | 0.6% | - |
| HSV(B) | 298.16º | 0.49% | 0.79% | - |
| XYZ | 39.16 | 26.31 | 58.89 | - |
| YUV | 143.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 202 | 0.01 | 0.49 | 0 | 0.21 | 298.16 | 0.48 | 0.6 |
| Hex | C7 | 68 | CA | 1 | 31 | 0 | 15 | 12A | 30 | 3C |
| Octal | 307 | 150 | 312 | 1 | 61 | 0 | 25 | 452 | 60 | 74 |
| Binary | 11000111 | 1101000 | 11001010 | 1 | 110001 | 0 | 10101 | 100101010 | 110000 | 111100 |
Color Harmonies of #C768CA
Complementary color
Monochromatic Colors of #C768CA
Black with #C768CA
Text Example
Text Example
White with #C768CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768CA; }
p { color: rgb(199,104,202); }
H1.HeaderClassName
{
color: #C768CA;
}
.AnyTagClassName
{
color: #C768CA;
}
</style>
background-color css
<style>
a { background-color: #C768CA; }
a { background-color: rgb(199,104,202); }
div.DivClassName
{
background-color: #C768CA;
}
.BgClassName
{
background-color: #C768CA;
}
</style>
border-color css
<style>
span { border-color: #C768CA; }
span { border-color: rgb(199,104,202); }
td.TdClassName
{
border-color: #C768CA;
}
.TagClassName
{
border-color: #C768CA;
}
</style>