Shades of Fuchsia #C56CBE
Tints of Fuchsia #C56CBE
RGB
CMYK
RGB Variations
Color information
#C56CBE (or 0xC56CBE) is known color: Fuchsia. HEX triplet: C5, 6C and BE. RGB value is (197,108,190). Sum of RGB (Red+Green+Blue) = 197+108+190=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CBE is #3A9341. Grayscale: #8F8F8F. Windows color (decimal): -3838786 or 12479685. OLE color: 12479685.
HSL color Cylindrical-coordinate representation of color #C56CBE: hue angle of 304.72º 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 #C56CBE is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 190 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.23 |
| HSL | 304.72º | 0.43% | 0.6% | - |
| HSV(B) | 304.72º | 0.45% | 0.77% | - |
| XYZ | 37.68 | 26.31 | 51.81 | - |
| YUV | 143.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 190 | 0 | 0.45 | 0.04 | 0.23 | 304.72 | 0.43 | 0.6 |
| Hex | C5 | 6C | BE | 0 | 2D | 4 | 17 | 131 | 2B | 3C |
| Octal | 305 | 154 | 276 | 0 | 55 | 4 | 27 | 461 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10111110 | 0 | 101101 | 100 | 10111 | 100110001 | 101011 | 111100 |
Color Harmonies of #C56CBE
Complementary color
Monochromatic Colors of #C56CBE
Black with #C56CBE
Text Example
Text Example
White with #C56CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CBE; }
p { color: rgb(197,108,190); }
H1.HeaderClassName
{
color: #C56CBE;
}
.AnyTagClassName
{
color: #C56CBE;
}
</style>
background-color css
<style>
a { background-color: #C56CBE; }
a { background-color: rgb(197,108,190); }
div.DivClassName
{
background-color: #C56CBE;
}
.BgClassName
{
background-color: #C56CBE;
}
</style>
border-color css
<style>
span { border-color: #C56CBE; }
span { border-color: rgb(197,108,190); }
td.TdClassName
{
border-color: #C56CBE;
}
.TagClassName
{
border-color: #C56CBE;
}
</style>