Shades of Fuchsia #CF56B5
Tints of Fuchsia #CF56B5
RGB
CMYK
RGB Variations
Color information
#CF56B5 (or 0xCF56B5) is known color: Fuchsia. HEX triplet: CF, 56 and B5. RGB value is (207,86,181). Sum of RGB (Red+Green+Blue) = 207+86+181=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56B5 is #30A94A. Grayscale: #848484. Windows color (decimal): -3189067 or 11884239. OLE color: 11884239.
HSL color Cylindrical-coordinate representation of color #CF56B5: hue angle of 312.89º 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 #CF56B5 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 181 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.19 |
| HSL | 312.89º | 0.56% | 0.57% | - |
| HSV(B) | 312.89º | 0.58% | 0.81% | - |
| XYZ | 37.4 | 23.26 | 46.23 | - |
| YUV | 133.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 181 | 0 | 0.58 | 0.13 | 0.19 | 312.89 | 0.56 | 0.57 |
| Hex | CF | 56 | B5 | 0 | 3A | D | 13 | 139 | 38 | 39 |
| Octal | 317 | 126 | 265 | 0 | 72 | 15 | 23 | 471 | 70 | 71 |
| Binary | 11001111 | 1010110 | 10110101 | 0 | 111010 | 1101 | 10011 | 100111001 | 111000 | 111001 |
Color Harmonies of #CF56B5
Complementary color
Monochromatic Colors of #CF56B5
Black with #CF56B5
Text Example
Text Example
White with #CF56B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56B5; }
p { color: rgb(207,86,181); }
H1.HeaderClassName
{
color: #CF56B5;
}
.AnyTagClassName
{
color: #CF56B5;
}
</style>
background-color css
<style>
a { background-color: #CF56B5; }
a { background-color: rgb(207,86,181); }
div.DivClassName
{
background-color: #CF56B5;
}
.BgClassName
{
background-color: #CF56B5;
}
</style>
border-color css
<style>
span { border-color: #CF56B5; }
span { border-color: rgb(207,86,181); }
td.TdClassName
{
border-color: #CF56B5;
}
.TagClassName
{
border-color: #CF56B5;
}
</style>