Shades of Fuchsia #C56FB2
Tints of Fuchsia #C56FB2
RGB
CMYK
RGB Variations
Color information
#C56FB2 (or 0xC56FB2) is known color: Fuchsia. HEX triplet: C5, 6F and B2. RGB value is (197,111,178). Sum of RGB (Red+Green+Blue) = 197+111+178=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C56FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56FB2 is #3A904D. Grayscale: #909090. Windows color (decimal): -3838030 or 11694021. OLE color: 11694021.
HSL color Cylindrical-coordinate representation of color #C56FB2: hue angle of 313.26º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56FB2 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 178 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.23 |
| HSL | 313.26º | 0.43% | 0.6% | - |
| HSV(B) | 313.26º | 0.44% | 0.77% | - |
| XYZ | 36.75 | 26.45 | 45.29 | - |
| YUV | 144.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 178 | 0 | 0.44 | 0.10 | 0.23 | 313.26 | 0.43 | 0.6 |
| Hex | C5 | 6F | B2 | 0 | 2C | A | 17 | 139 | 2B | 3C |
| Octal | 305 | 157 | 262 | 0 | 54 | 12 | 27 | 471 | 53 | 74 |
| Binary | 11000101 | 1101111 | 10110010 | 0 | 101100 | 1010 | 10111 | 100111001 | 101011 | 111100 |
Color Harmonies of #C56FB2
Complementary color
Monochromatic Colors of #C56FB2
Black with #C56FB2
Text Example
Text Example
White with #C56FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FB2; }
p { color: rgb(197,111,178); }
H1.HeaderClassName
{
color: #C56FB2;
}
.AnyTagClassName
{
color: #C56FB2;
}
</style>
background-color css
<style>
a { background-color: #C56FB2; }
a { background-color: rgb(197,111,178); }
div.DivClassName
{
background-color: #C56FB2;
}
.BgClassName
{
background-color: #C56FB2;
}
</style>
border-color css
<style>
span { border-color: #C56FB2; }
span { border-color: rgb(197,111,178); }
td.TdClassName
{
border-color: #C56FB2;
}
.TagClassName
{
border-color: #C56FB2;
}
</style>