Shades of Fuchsia #C56BBF
Tints of Fuchsia #C56BBF
RGB
CMYK
RGB Variations
Color information
#C56BBF (or 0xC56BBF) is known color: Fuchsia. HEX triplet: C5, 6B and BF. RGB value is (197,107,191). Sum of RGB (Red+Green+Blue) = 197+107+191=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BBF is #3A9440. Grayscale: #8F8F8F. Windows color (decimal): -3839041 or 12544965. OLE color: 12544965.
HSL color Cylindrical-coordinate representation of color #C56BBF: hue angle of 304º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56BBF is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 191 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.23 |
| HSL | 304º | 0.44% | 0.6% | - |
| HSV(B) | 304º | 0.46% | 0.77% | - |
| XYZ | 37.69 | 26.15 | 52.35 | - |
| YUV | 143.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 191 | 0 | 0.46 | 0.03 | 0.23 | 304 | 0.44 | 0.6 |
| Hex | C5 | 6B | BF | 0 | 2E | 3 | 17 | 130 | 2C | 3C |
| Octal | 305 | 153 | 277 | 0 | 56 | 3 | 27 | 460 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10111111 | 0 | 101110 | 11 | 10111 | 100110000 | 101100 | 111100 |
Color Harmonies of #C56BBF
Complementary color
Monochromatic Colors of #C56BBF
Black with #C56BBF
Text Example
Text Example
White with #C56BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BBF; }
p { color: rgb(197,107,191); }
H1.HeaderClassName
{
color: #C56BBF;
}
.AnyTagClassName
{
color: #C56BBF;
}
</style>
background-color css
<style>
a { background-color: #C56BBF; }
a { background-color: rgb(197,107,191); }
div.DivClassName
{
background-color: #C56BBF;
}
.BgClassName
{
background-color: #C56BBF;
}
</style>
border-color css
<style>
span { border-color: #C56BBF; }
span { border-color: rgb(197,107,191); }
td.TdClassName
{
border-color: #C56BBF;
}
.TagClassName
{
border-color: #C56BBF;
}
</style>