Shades of Fuchsia #C56CC4
Tints of Fuchsia #C56CC4
RGB
CMYK
RGB Variations
Color information
#C56CC4 (or 0xC56CC4) is known color: Fuchsia. HEX triplet: C5, 6C and C4. RGB value is (197,108,196). Sum of RGB (Red+Green+Blue) = 197+108+196=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CC4 is #3A933B. Grayscale: #909090. Windows color (decimal): -3838780 or 12872901. OLE color: 12872901.
HSL color Cylindrical-coordinate representation of color #C56CC4: hue angle of 300.67º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56CC4 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 196 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.23 |
| HSL | 300.67º | 0.43% | 0.6% | - |
| HSV(B) | 300.67º | 0.45% | 0.77% | - |
| XYZ | 38.35 | 26.58 | 55.33 | - |
| YUV | 144.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 196 | 0 | 0.45 | 0.01 | 0.23 | 300.67 | 0.43 | 0.6 |
| Hex | C5 | 6C | C4 | 0 | 2D | 1 | 17 | 12D | 2B | 3C |
| Octal | 305 | 154 | 304 | 0 | 55 | 1 | 27 | 455 | 53 | 74 |
| Binary | 11000101 | 1101100 | 11000100 | 0 | 101101 | 1 | 10111 | 100101101 | 101011 | 111100 |
Color Harmonies of #C56CC4
Complementary color
Monochromatic Colors of #C56CC4
Black with #C56CC4
Text Example
Text Example
White with #C56CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CC4; }
p { color: rgb(197,108,196); }
H1.HeaderClassName
{
color: #C56CC4;
}
.AnyTagClassName
{
color: #C56CC4;
}
</style>
background-color css
<style>
a { background-color: #C56CC4; }
a { background-color: rgb(197,108,196); }
div.DivClassName
{
background-color: #C56CC4;
}
.BgClassName
{
background-color: #C56CC4;
}
</style>
border-color css
<style>
span { border-color: #C56CC4; }
span { border-color: rgb(197,108,196); }
td.TdClassName
{
border-color: #C56CC4;
}
.TagClassName
{
border-color: #C56CC4;
}
</style>