Shades of Fuchsia #CF56C0
Tints of Fuchsia #CF56C0
RGB
CMYK
RGB Variations
Color information
#CF56C0 (or 0xCF56C0) is known color: Fuchsia. HEX triplet: CF, 56 and C0. RGB value is (207,86,192). Sum of RGB (Red+Green+Blue) = 207+86+192=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56C0 is #30A93F. Grayscale: #858585. Windows color (decimal): -3189056 or 12605135. OLE color: 12605135.
HSL color Cylindrical-coordinate representation of color #CF56C0: hue angle of 307.44º 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 #CF56C0 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 192 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.19 |
| HSL | 307.44º | 0.56% | 0.57% | - |
| HSV(B) | 307.44º | 0.58% | 0.81% | - |
| XYZ | 38.57 | 23.73 | 52.42 | - |
| YUV | 134.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 192 | 0 | 0.58 | 0.07 | 0.19 | 307.44 | 0.56 | 0.57 |
| Hex | CF | 56 | C0 | 0 | 3A | 7 | 13 | 133 | 38 | 39 |
| Octal | 317 | 126 | 300 | 0 | 72 | 7 | 23 | 463 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11000000 | 0 | 111010 | 111 | 10011 | 100110011 | 111000 | 111001 |
Color Harmonies of #CF56C0
Complementary color
Monochromatic Colors of #CF56C0
Black with #CF56C0
Text Example
Text Example
White with #CF56C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56C0; }
p { color: rgb(207,86,192); }
H1.HeaderClassName
{
color: #CF56C0;
}
.AnyTagClassName
{
color: #CF56C0;
}
</style>
background-color css
<style>
a { background-color: #CF56C0; }
a { background-color: rgb(207,86,192); }
div.DivClassName
{
background-color: #CF56C0;
}
.BgClassName
{
background-color: #CF56C0;
}
</style>
border-color css
<style>
span { border-color: #CF56C0; }
span { border-color: rgb(207,86,192); }
td.TdClassName
{
border-color: #CF56C0;
}
.TagClassName
{
border-color: #CF56C0;
}
</style>