Shades of Fuchsia #C568C9
Tints of Fuchsia #C568C9
RGB
CMYK
RGB Variations
Color information
#C568C9 (or 0xC568C9) is known color: Fuchsia. HEX triplet: C5, 68 and C9. RGB value is (197,104,201). Sum of RGB (Red+Green+Blue) = 197+104+201=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #C568C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568C9 is #3A9736. Grayscale: #8E8E8E. Windows color (decimal): -3839799 or 13199557. OLE color: 13199557.
HSL color Cylindrical-coordinate representation of color #C568C9: hue angle of 297.53º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C568C9 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 104 | 201 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.21 |
| HSL | 297.53º | 0.47% | 0.6% | - |
| HSV(B) | 297.53º | 0.48% | 0.79% | - |
| XYZ | 38.52 | 25.99 | 58.24 | - |
| YUV | 142.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 201 | 0.02 | 0.48 | 0 | 0.21 | 297.53 | 0.47 | 0.6 |
| Hex | C5 | 68 | C9 | 2 | 30 | 0 | 15 | 12A | 2F | 3C |
| Octal | 305 | 150 | 311 | 2 | 60 | 0 | 25 | 452 | 57 | 74 |
| Binary | 11000101 | 1101000 | 11001001 | 10 | 110000 | 0 | 10101 | 100101010 | 101111 | 111100 |
Color Harmonies of #C568C9
Complementary color
Monochromatic Colors of #C568C9
Black with #C568C9
Text Example
Text Example
White with #C568C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568C9; }
p { color: rgb(197,104,201); }
H1.HeaderClassName
{
color: #C568C9;
}
.AnyTagClassName
{
color: #C568C9;
}
</style>
background-color css
<style>
a { background-color: #C568C9; }
a { background-color: rgb(197,104,201); }
div.DivClassName
{
background-color: #C568C9;
}
.BgClassName
{
background-color: #C568C9;
}
</style>
border-color css
<style>
span { border-color: #C568C9; }
span { border-color: rgb(197,104,201); }
td.TdClassName
{
border-color: #C568C9;
}
.TagClassName
{
border-color: #C568C9;
}
</style>