Shades of Fuchsia #C565BC
Tints of Fuchsia #C565BC
RGB
CMYK
RGB Variations
Color information
#C565BC (or 0xC565BC) is known color: Fuchsia. HEX triplet: C5, 65 and BC. RGB value is (197,101,188). Sum of RGB (Red+Green+Blue) = 197+101+188=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C565BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565BC is #3A9A43. Grayscale: #8B8B8B. Windows color (decimal): -3840580 or 12346821. OLE color: 12346821.
HSL color Cylindrical-coordinate representation of color #C565BC: hue angle of 305.62º 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 #C565BC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 188 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.23 |
| HSL | 305.63º | 0.45% | 0.58% | - |
| HSV(B) | 305.63º | 0.49% | 0.77% | - |
| XYZ | 36.76 | 24.81 | 50.43 | - |
| YUV | 139.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 188 | 0 | 0.49 | 0.05 | 0.23 | 305.63 | 0.45 | 0.58 |
| Hex | C5 | 65 | BC | 0 | 31 | 5 | 17 | 132 | 2D | 3A |
| Octal | 305 | 145 | 274 | 0 | 61 | 5 | 27 | 462 | 55 | 72 |
| Binary | 11000101 | 1100101 | 10111100 | 0 | 110001 | 101 | 10111 | 100110010 | 101101 | 111010 |
Color Harmonies of #C565BC
Complementary color
Monochromatic Colors of #C565BC
Black with #C565BC
Text Example
Text Example
White with #C565BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565BC; }
p { color: rgb(197,101,188); }
H1.HeaderClassName
{
color: #C565BC;
}
.AnyTagClassName
{
color: #C565BC;
}
</style>
background-color css
<style>
a { background-color: #C565BC; }
a { background-color: rgb(197,101,188); }
div.DivClassName
{
background-color: #C565BC;
}
.BgClassName
{
background-color: #C565BC;
}
</style>
border-color css
<style>
span { border-color: #C565BC; }
span { border-color: rgb(197,101,188); }
td.TdClassName
{
border-color: #C565BC;
}
.TagClassName
{
border-color: #C565BC;
}
</style>