Shades of Fuchsia #C565B6
Tints of Fuchsia #C565B6
RGB
CMYK
RGB Variations
Color information
#C565B6 (or 0xC565B6) is known color: Fuchsia. HEX triplet: C5, 65 and B6. RGB value is (197,101,182). Sum of RGB (Red+Green+Blue) = 197+101+182=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C565B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565B6 is #3A9A49. Grayscale: #8A8A8A. Windows color (decimal): -3840586 or 11953605. OLE color: 11953605.
HSL color Cylindrical-coordinate representation of color #C565B6: hue angle of 309.38º 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 #C565B6 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 182 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.23 |
| HSL | 309.38º | 0.45% | 0.58% | - |
| HSV(B) | 309.38º | 0.49% | 0.77% | - |
| XYZ | 36.12 | 24.56 | 47.09 | - |
| YUV | 138.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 182 | 0 | 0.49 | 0.08 | 0.23 | 309.38 | 0.45 | 0.58 |
| Hex | C5 | 65 | B6 | 0 | 31 | 8 | 17 | 135 | 2D | 3A |
| Octal | 305 | 145 | 266 | 0 | 61 | 10 | 27 | 465 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10110110 | 0 | 110001 | 1000 | 10111 | 100110101 | 101101 | 111010 |
Color Harmonies of #C565B6
Complementary color
Monochromatic Colors of #C565B6
Black with #C565B6
Text Example
Text Example
White with #C565B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565B6; }
p { color: rgb(197,101,182); }
H1.HeaderClassName
{
color: #C565B6;
}
.AnyTagClassName
{
color: #C565B6;
}
</style>
background-color css
<style>
a { background-color: #C565B6; }
a { background-color: rgb(197,101,182); }
div.DivClassName
{
background-color: #C565B6;
}
.BgClassName
{
background-color: #C565B6;
}
</style>
border-color css
<style>
span { border-color: #C565B6; }
span { border-color: rgb(197,101,182); }
td.TdClassName
{
border-color: #C565B6;
}
.TagClassName
{
border-color: #C565B6;
}
</style>