Shades of Fuchsia #CF56B0
Tints of Fuchsia #CF56B0
RGB
CMYK
RGB Variations
Color information
#CF56B0 (or 0xCF56B0) is known color: Fuchsia. HEX triplet: CF, 56 and B0. RGB value is (207,86,176). Sum of RGB (Red+Green+Blue) = 207+86+176=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF56B0 is #30A94F. Grayscale: #848484. Windows color (decimal): -3189072 or 11556559. OLE color: 11556559.
HSL color Cylindrical-coordinate representation of color #CF56B0: hue angle of 315.37º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF56B0 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 176 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.19 |
| HSL | 315.37º | 0.56% | 0.57% | - |
| HSV(B) | 315.37º | 0.58% | 0.81% | - |
| XYZ | 36.9 | 23.06 | 43.58 | - |
| YUV | 132.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 176 | 0 | 0.58 | 0.15 | 0.19 | 315.37 | 0.56 | 0.57 |
| Hex | CF | 56 | B0 | 0 | 3A | F | 13 | 13B | 38 | 39 |
| Octal | 317 | 126 | 260 | 0 | 72 | 17 | 23 | 473 | 70 | 71 |
| Binary | 11001111 | 1010110 | 10110000 | 0 | 111010 | 1111 | 10011 | 100111011 | 111000 | 111001 |
Color Harmonies of #CF56B0
Complementary color
Monochromatic Colors of #CF56B0
Black with #CF56B0
Text Example
Text Example
White with #CF56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56B0; }
p { color: rgb(207,86,176); }
H1.HeaderClassName
{
color: #CF56B0;
}
.AnyTagClassName
{
color: #CF56B0;
}
</style>
background-color css
<style>
a { background-color: #CF56B0; }
a { background-color: rgb(207,86,176); }
div.DivClassName
{
background-color: #CF56B0;
}
.BgClassName
{
background-color: #CF56B0;
}
</style>
border-color css
<style>
span { border-color: #CF56B0; }
span { border-color: rgb(207,86,176); }
td.TdClassName
{
border-color: #CF56B0;
}
.TagClassName
{
border-color: #CF56B0;
}
</style>