Shades of Fuchsia #C569C6
Tints of Fuchsia #C569C6
RGB
CMYK
RGB Variations
Color information
#C569C6 (or 0xC569C6) is known color: Fuchsia. HEX triplet: C5, 69 and C6. RGB value is (197,105,198). Sum of RGB (Red+Green+Blue) = 197+105+198=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #C569C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569C6 is #3A9639. Grayscale: #8E8E8E. Windows color (decimal): -3839546 or 13003205. OLE color: 13003205.
HSL color Cylindrical-coordinate representation of color #C569C6: hue angle of 299.35º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C569C6 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 105 | 198 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.22 |
| HSL | 299.35º | 0.45% | 0.59% | - |
| HSV(B) | 299.35º | 0.47% | 0.78% | - |
| XYZ | 38.27 | 26.05 | 56.44 | - |
| YUV | 143.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 198 | 0.01 | 0.47 | 0 | 0.22 | 299.35 | 0.45 | 0.59 |
| Hex | C5 | 69 | C6 | 1 | 2F | 0 | 16 | 12B | 2D | 3B |
| Octal | 305 | 151 | 306 | 1 | 57 | 0 | 26 | 453 | 55 | 73 |
| Binary | 11000101 | 1101001 | 11000110 | 1 | 101111 | 0 | 10110 | 100101011 | 101101 | 111011 |
Color Harmonies of #C569C6
Complementary color
Monochromatic Colors of #C569C6
Black with #C569C6
Text Example
Text Example
White with #C569C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569C6; }
p { color: rgb(197,105,198); }
H1.HeaderClassName
{
color: #C569C6;
}
.AnyTagClassName
{
color: #C569C6;
}
</style>
background-color css
<style>
a { background-color: #C569C6; }
a { background-color: rgb(197,105,198); }
div.DivClassName
{
background-color: #C569C6;
}
.BgClassName
{
background-color: #C569C6;
}
</style>
border-color css
<style>
span { border-color: #C569C6; }
span { border-color: rgb(197,105,198); }
td.TdClassName
{
border-color: #C569C6;
}
.TagClassName
{
border-color: #C569C6;
}
</style>