Shades of Fuchsia #C565B8
Tints of Fuchsia #C565B8
RGB
CMYK
RGB Variations
Color information
#C565B8 (or 0xC565B8) is known color: Fuchsia. HEX triplet: C5, 65 and B8. RGB value is (197,101,184). Sum of RGB (Red+Green+Blue) = 197+101+184=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C565B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565B8 is #3A9A47. Grayscale: #8A8A8A. Windows color (decimal): -3840584 or 12084677. OLE color: 12084677.
HSL color Cylindrical-coordinate representation of color #C565B8: hue angle of 308.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 #C565B8 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 184 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.23 |
| HSL | 308.13º | 0.45% | 0.58% | - |
| HSV(B) | 308.13º | 0.49% | 0.77% | - |
| XYZ | 36.33 | 24.64 | 48.19 | - |
| YUV | 139.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 184 | 0 | 0.49 | 0.07 | 0.23 | 308.13 | 0.45 | 0.58 |
| Hex | C5 | 65 | B8 | 0 | 31 | 7 | 17 | 134 | 2D | 3A |
| Octal | 305 | 145 | 270 | 0 | 61 | 7 | 27 | 464 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10111000 | 0 | 110001 | 111 | 10111 | 100110100 | 101101 | 111010 |
Color Harmonies of #C565B8
Complementary color
Monochromatic Colors of #C565B8
Black with #C565B8
Text Example
Text Example
White with #C565B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565B8; }
p { color: rgb(197,101,184); }
H1.HeaderClassName
{
color: #C565B8;
}
.AnyTagClassName
{
color: #C565B8;
}
</style>
background-color css
<style>
a { background-color: #C565B8; }
a { background-color: rgb(197,101,184); }
div.DivClassName
{
background-color: #C565B8;
}
.BgClassName
{
background-color: #C565B8;
}
</style>
border-color css
<style>
span { border-color: #C565B8; }
span { border-color: rgb(197,101,184); }
td.TdClassName
{
border-color: #C565B8;
}
.TagClassName
{
border-color: #C565B8;
}
</style>