Shades of Fuchsia #C565B0
Tints of Fuchsia #C565B0
RGB
CMYK
RGB Variations
Color information
#C565B0 (or 0xC565B0) is known color: Fuchsia. HEX triplet: C5, 65 and B0. RGB value is (197,101,176). Sum of RGB (Red+Green+Blue) = 197+101+176=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C565B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C565B0 is #3A9A4F. Grayscale: #8A8A8A. Windows color (decimal): -3840592 or 11560389. OLE color: 11560389.
HSL color Cylindrical-coordinate representation of color #C565B0: hue angle of 313.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C565B0 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 176 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.23 |
| HSL | 313.13º | 0.45% | 0.58% | - |
| HSV(B) | 313.13º | 0.49% | 0.77% | - |
| XYZ | 35.52 | 24.31 | 43.9 | - |
| YUV | 138.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 176 | 0 | 0.49 | 0.11 | 0.23 | 313.13 | 0.45 | 0.58 |
| Hex | C5 | 65 | B0 | 0 | 31 | B | 17 | 139 | 2D | 3A |
| Octal | 305 | 145 | 260 | 0 | 61 | 13 | 27 | 471 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10110000 | 0 | 110001 | 1011 | 10111 | 100111001 | 101101 | 111010 |
Color Harmonies of #C565B0
Complementary color
Monochromatic Colors of #C565B0
Black with #C565B0
Text Example
Text Example
White with #C565B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565B0; }
p { color: rgb(197,101,176); }
H1.HeaderClassName
{
color: #C565B0;
}
.AnyTagClassName
{
color: #C565B0;
}
</style>
background-color css
<style>
a { background-color: #C565B0; }
a { background-color: rgb(197,101,176); }
div.DivClassName
{
background-color: #C565B0;
}
.BgClassName
{
background-color: #C565B0;
}
</style>
border-color css
<style>
span { border-color: #C565B0; }
span { border-color: rgb(197,101,176); }
td.TdClassName
{
border-color: #C565B0;
}
.TagClassName
{
border-color: #C565B0;
}
</style>