Shades of Fuchsia #C569B1
Tints of Fuchsia #C569B1
RGB
CMYK
RGB Variations
Color information
#C569B1 (or 0xC569B1) is known color: Fuchsia. HEX triplet: C5, 69 and B1. RGB value is (197,105,177). Sum of RGB (Red+Green+Blue) = 197+105+177=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C569B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C569B1 is #3A964E. Grayscale: #8C8C8C. Windows color (decimal): -3839567 or 11626949. OLE color: 11626949.
HSL color Cylindrical-coordinate representation of color #C569B1: hue angle of 313.04º 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 #C569B1 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 177 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.23 |
| HSL | 313.04º | 0.44% | 0.59% | - |
| HSV(B) | 313.04º | 0.47% | 0.77% | - |
| XYZ | 36.01 | 25.15 | 44.55 | - |
| YUV | 140.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 177 | 0 | 0.47 | 0.10 | 0.23 | 313.04 | 0.44 | 0.59 |
| Hex | C5 | 69 | B1 | 0 | 2F | A | 17 | 139 | 2C | 3B |
| Octal | 305 | 151 | 261 | 0 | 57 | 12 | 27 | 471 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10110001 | 0 | 101111 | 1010 | 10111 | 100111001 | 101100 | 111011 |
Color Harmonies of #C569B1
Complementary color
Monochromatic Colors of #C569B1
Black with #C569B1
Text Example
Text Example
White with #C569B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569B1; }
p { color: rgb(197,105,177); }
H1.HeaderClassName
{
color: #C569B1;
}
.AnyTagClassName
{
color: #C569B1;
}
</style>
background-color css
<style>
a { background-color: #C569B1; }
a { background-color: rgb(197,105,177); }
div.DivClassName
{
background-color: #C569B1;
}
.BgClassName
{
background-color: #C569B1;
}
</style>
border-color css
<style>
span { border-color: #C569B1; }
span { border-color: rgb(197,105,177); }
td.TdClassName
{
border-color: #C569B1;
}
.TagClassName
{
border-color: #C569B1;
}
</style>