Shades of Fuchsia #C566BC
Tints of Fuchsia #C566BC
RGB
CMYK
RGB Variations
Color information
#C566BC (or 0xC566BC) is known color: Fuchsia. HEX triplet: C5, 66 and BC. RGB value is (197,102,188). Sum of RGB (Red+Green+Blue) = 197+102+188=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C566BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566BC is #3A9943. Grayscale: #8B8B8B. Windows color (decimal): -3840324 or 12347077. OLE color: 12347077.
HSL color Cylindrical-coordinate representation of color #C566BC: hue angle of 305.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C566BC is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 188 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.23 |
| HSL | 305.68º | 0.45% | 0.59% | - |
| HSV(B) | 305.68º | 0.48% | 0.77% | - |
| XYZ | 36.85 | 25 | 50.46 | - |
| YUV | 140.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 188 | 0 | 0.48 | 0.05 | 0.23 | 305.68 | 0.45 | 0.59 |
| Hex | C5 | 66 | BC | 0 | 30 | 5 | 17 | 132 | 2D | 3B |
| Octal | 305 | 146 | 274 | 0 | 60 | 5 | 27 | 462 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10111100 | 0 | 110000 | 101 | 10111 | 100110010 | 101101 | 111011 |
Color Harmonies of #C566BC
Complementary color
Monochromatic Colors of #C566BC
Black with #C566BC
Text Example
Text Example
White with #C566BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566BC; }
p { color: rgb(197,102,188); }
H1.HeaderClassName
{
color: #C566BC;
}
.AnyTagClassName
{
color: #C566BC;
}
</style>
background-color css
<style>
a { background-color: #C566BC; }
a { background-color: rgb(197,102,188); }
div.DivClassName
{
background-color: #C566BC;
}
.BgClassName
{
background-color: #C566BC;
}
</style>
border-color css
<style>
span { border-color: #C566BC; }
span { border-color: rgb(197,102,188); }
td.TdClassName
{
border-color: #C566BC;
}
.TagClassName
{
border-color: #C566BC;
}
</style>