Shades of Fuchsia #C568BA
Tints of Fuchsia #C568BA
RGB
CMYK
RGB Variations
Color information
#C568BA (or 0xC568BA) is known color: Fuchsia. HEX triplet: C5, 68 and BA. RGB value is (197,104,186). Sum of RGB (Red+Green+Blue) = 197+104+186=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C568BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568BA is #3A9745. Grayscale: #8C8C8C. Windows color (decimal): -3839814 or 12216517. OLE color: 12216517.
HSL color Cylindrical-coordinate representation of color #C568BA: hue angle of 307.1º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C568BA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 186 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.23 |
| HSL | 307.1º | 0.44% | 0.59% | - |
| HSV(B) | 307.1º | 0.47% | 0.77% | - |
| XYZ | 36.84 | 25.32 | 49.4 | - |
| YUV | 141.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 186 | 0 | 0.47 | 0.06 | 0.23 | 307.1 | 0.44 | 0.59 |
| Hex | C5 | 68 | BA | 0 | 2F | 6 | 17 | 133 | 2C | 3B |
| Octal | 305 | 150 | 272 | 0 | 57 | 6 | 27 | 463 | 54 | 73 |
| Binary | 11000101 | 1101000 | 10111010 | 0 | 101111 | 110 | 10111 | 100110011 | 101100 | 111011 |
Color Harmonies of #C568BA
Complementary color
Monochromatic Colors of #C568BA
Black with #C568BA
Text Example
Text Example
White with #C568BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568BA; }
p { color: rgb(197,104,186); }
H1.HeaderClassName
{
color: #C568BA;
}
.AnyTagClassName
{
color: #C568BA;
}
</style>
background-color css
<style>
a { background-color: #C568BA; }
a { background-color: rgb(197,104,186); }
div.DivClassName
{
background-color: #C568BA;
}
.BgClassName
{
background-color: #C568BA;
}
</style>
border-color css
<style>
span { border-color: #C568BA; }
span { border-color: rgb(197,104,186); }
td.TdClassName
{
border-color: #C568BA;
}
.TagClassName
{
border-color: #C568BA;
}
</style>