Shades of Fuchsia #C567B1
Tints of Fuchsia #C567B1
RGB
CMYK
RGB Variations
Color information
#C567B1 (or 0xC567B1) is known color: Fuchsia. HEX triplet: C5, 67 and B1. RGB value is (197,103,177). Sum of RGB (Red+Green+Blue) = 197+103+177=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C567B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C567B1 is #3A984E. Grayscale: #8B8B8B. Windows color (decimal): -3840079 or 11626437. OLE color: 11626437.
HSL color Cylindrical-coordinate representation of color #C567B1: hue angle of 312.77º 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 #C567B1 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 177 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.23 |
| HSL | 312.77º | 0.45% | 0.59% | - |
| HSV(B) | 312.77º | 0.48% | 0.77% | - |
| XYZ | 35.81 | 24.75 | 44.48 | - |
| YUV | 139.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 177 | 0 | 0.48 | 0.10 | 0.23 | 312.77 | 0.45 | 0.59 |
| Hex | C5 | 67 | B1 | 0 | 30 | A | 17 | 139 | 2D | 3B |
| Octal | 305 | 147 | 261 | 0 | 60 | 12 | 27 | 471 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10110001 | 0 | 110000 | 1010 | 10111 | 100111001 | 101101 | 111011 |
Color Harmonies of #C567B1
Complementary color
Monochromatic Colors of #C567B1
Black with #C567B1
Text Example
Text Example
White with #C567B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567B1; }
p { color: rgb(197,103,177); }
H1.HeaderClassName
{
color: #C567B1;
}
.AnyTagClassName
{
color: #C567B1;
}
</style>
background-color css
<style>
a { background-color: #C567B1; }
a { background-color: rgb(197,103,177); }
div.DivClassName
{
background-color: #C567B1;
}
.BgClassName
{
background-color: #C567B1;
}
</style>
border-color css
<style>
span { border-color: #C567B1; }
span { border-color: rgb(197,103,177); }
td.TdClassName
{
border-color: #C567B1;
}
.TagClassName
{
border-color: #C567B1;
}
</style>